>>
Site Map
>>
Forums
>>
Post Installation Help
Forum module - topics in forum:
Post Installation Help - Help with problems after installation.
Problem with sunswept theme
i get the following error message
Table 'mb68nz_123.nuke_nsngd_downloads' doesn't exist
Table 'mb68nz_123.nuke_nsngd_downloads' doesn't exist
Ive checked the README file and found the recommended changes were already made....
---------------
NSN Gr Downloads.....
For those using NSN GR Downloads to get the downloads to show in the footer open theme.php and find:
$result = sql_query("select lid, title, hits from ".$prefix."_downloads_downloads order by date DESC limit 0,$maxshow", $dbi);
and change it to:
$result = sql_query("select lid, title, hits from ".$prefix."_nsngd_downloads order by date DESC limit 0,$maxshow", $dbi);
----------------
any ideas on how i can fixs this issue is appreciated.
Regards: btw im using V7.8
Then you aren't using NSN GR Downloads so do the opposite of the instructions
open theme.php and find:
| Code: : |
$result = sql_query("select lid, title, hits from ".$prefix."_nsngd_downloads order by date DESC limit 0,$maxshow", $dbi);
|
and change it to:
| Code: : |
$result = sql_query("select lid, title, hits from ".$prefix."_downloads_downloads order by date DESC limit 0,$maxshow", $dbi);
|
User Info - Issue
Thanks seven of nine - that worked.
ive just noticed the text in my site info block arent showing im assuming its something to do with style.css file.
any idea on how i caqn fixs this too?
thanks for your help - its much appreciated.
How about a link so we can see what is happening?