Author |
Message |
engino
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Oct 18, 2010
Posts: 17
Location: Belize
|
Posted:
Tue Oct 19, 2010 6:13 am |
|
Ok, let me look at theme.php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Oct 19, 2010 6:20 am |
|
I made the changes and it seems to be fixed now ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/3234de284ee21bd39eecd.jpg)
Joined: Mar 11, 2007
Posts: 2024
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. http://www.ravenphpscripts.com/postt16627.html |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 20, 2010 7:16 pm |
|
I made the changes and it works well now.
Many Thanks,
-Benjamin |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
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. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
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 ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
engino
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Nov 01, 2010 12:41 am |
|
And there it is! lol
Many Thanks
-Benjamin |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|