| Author |
Message |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Tue Oct 19, 2010 6:13 am |
|
Ok, let me look at theme.php |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Tue Oct 19, 2010 6:20 am |
|
I made the changes and it seems to be fixed now  |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Tue Oct 19, 2010 6:24 am |
|
Many thanks guys,
I really appreciate your help. I will continue testing the RavenNuke software. Keep up the good work!
Best Regards,
-Benjamin |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Tue Oct 19, 2010 11:54 pm |
|
Hi,
I seem to have run into another issue with this theme.
In the theme's admin area I get the following error when saving the theme's preferences:
| Code: |
Fatal error: Call to undefined function sql_query() in /var/www/test/data/www/raven.bze.bz/admin/modules/themecpanel.php on line 228
|
The contents of line 228 are:
| Code: |
sql_query("UPDATE ".$prefix."_themecpanel SET rightclick='$xrightclick', rightclick1='$xrightclick1', disableall='$xdisableall', disableall1='$xdisableall1', sourcecode='$xsourcecode', clickms='$xclickms'", $dbi);
|
Any Ideas?
Regards,
-Benjamin |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Wed Oct 20, 2010 4:58 am |
|
Try this:
| Code: | $db->sql_query("UPDATE ".$prefix."_themecpanel SET rightclick='$xrightclick', rightclick1='$xrightclick1', disableall='$xdisableall', disableall1='$xdisableall1', sourcecode='$xsourcecode', clickms='$xclickms'");
|
Make sure any global that has $dbi is changed to $db. You would also want to check the rest of your theme for usage of $dbi and fix it. Here is a link with directions. |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Wed Oct 20, 2010 5:11 am |
|
Thank you Nuken,
I will give it a go tomorrow night and let you know how it works out.
Best Regards,
-Benjamin |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Wed Oct 20, 2010 7:16 pm |
|
I made the changes and it works well now.
Many Thanks,
-Benjamin |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Sat Oct 23, 2010 1:32 am |
|
Hello,
I noticed a missing image when viewing news. At first I thought it was the theme. I then tried other themes and all seem to have the same missing image. Here is the html output.
| Code: |
<a href="modules.php?name=News&new_topic=0" title=""><img src="images/topics/" border="0" alt="" align="right" hspace="10" vspace="10" />
|
I assume it is an issue in the news module. Could someone point me in the right direction to correct this.
Best Regards,
-Benjamin |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Oct 23, 2010 9:05 am |
|
It is most likely because when you made the news post you did not add it under a certain topic. It should probably force you to select a topic, but it does not. You can leave it as is as it is no big deal, or edit the news story and select a topic. |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Sun Oct 31, 2010 11:16 pm |
|
Yes indeed Palbin, selecting a topic rectified the issue.
I do have a question tho. You mention that I can edit the news story. I have looked around and do not seem to see a way to edit news once it has been posted. I know that the edit feature is probably staring me in the face but somehow I cant find it.
Best Regards,
-Benjamin |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Sun Oct 31, 2010 11:44 pm |
|
your not the first to miss this, but it's on the main admin page at the bottom  |
|
|
|
 |
engino New Member


Joined: Oct 18, 2010 Posts: 17 Location: Belize
|
Posted:
Mon Nov 01, 2010 12:41 am |
|
And there it is! lol
Many Thanks
-Benjamin |
|
|
|
 |
|
|
|
|