|
|
FAQ
1) I had an old version of EZComments installed and now nothing works!
You need to go to your database and execute this line
alter table nuke_ezcomments add editdate datetime;
2) I'm getting Warning: Smarty error: problem writing temporary file ... when running ezphpbb
You need to set the permissions on the pntemplates/compiled and pntemplates/cache directories to world writable (777)
3) None of my colors are there, everything just looks like the background color (no CSS in page output)
I hardcoded the location of the css php file to use the subSilver convention. Go to modules/PNphpBB2/templates/{ThemeName}/style/ and make a link from your css.php file (with PNTheme it's defaultcss.php) to {ThemeName}.php (i.e. PNTheme.php). If your CSS is simply in a CSS file (PNTheme.css), then just include the proper HTML in your default.htm and editform.htm templates.
|