View previous topic :: View next topic |
Author |
Message |
viper155 webmaster
Joined: May 20, 2006 Posts: 10
|
|
Back to top |
|
|
kguske Site Admin
Joined: May 12, 2005 Posts: 876
|
Posted: Fri Jan 12, 2007 8:15 pm Post subject: Re: social blookmarks |
|
|
Can you email your modules/News/index.php file? _________________ |
|
Back to top |
|
|
viper155
|
Posted: Fri Jan 12, 2007 8:16 pm Post subject: Re: social blookmarks |
|
|
Actually its the news file you supplies in the package. Chages to existing/modules/News/index.php
Its weird bc I couldnt get your sitemap module to work either, it would just show up blank.
My site is weird or something lol |
|
Back to top |
|
|
kguske
|
Posted: Fri Jan 12, 2007 8:36 pm Post subject: Re: social blookmarks |
|
|
What distribution / version and patch version are you using? |
|
Back to top |
|
|
viper155
|
Posted: Fri Jan 12, 2007 8:38 pm Post subject: Re: social blookmarks |
|
|
RavenNuke76 v2.02.02
The only module that i have that made alot of changes was E-solutions that I can think of. |
|
Back to top |
|
|
kguske
|
Posted: Fri Jan 12, 2007 8:47 pm Post subject: Re: social blookmarks |
|
|
Ah. There are probably lots of changes between RN and the file I included. We should probably do an RN version, but it would be easier to apply the change logic to the file included in the RN distribution instead of replacing it with the one included in the SB download. The new version of RN should be out soon. I may have an RN 2.02 file, so I'll take a look. |
|
Back to top |
|
|
viper155
|
|
Back to top |
|
|
kguske
|
Posted: Fri Jan 12, 2007 10:03 pm Post subject: Re: social blookmarks |
|
|
Yes...I did the comparison and the file are almost the same, except for the SB additions. Which stumps me... Have you made any other changes to your site? |
|
Back to top |
|
|
kguske
|
Posted: Fri Jan 12, 2007 10:05 pm Post subject: Re: social blookmarks |
|
|
I wonder if it might be theme related? Can you compress your theme and let me test it on a test site? |
|
Back to top |
|
|
viper155
|
Posted: Fri Jan 12, 2007 10:56 pm Post subject: Re: social blookmarks |
|
|
Ive just tried another theme and its still doing the same thing. |
|
Back to top |
|
|
kguske
|
Posted: Sat Jan 13, 2007 8:39 am Post subject: Re: social blookmarks |
|
|
Right - I found the same issue on a RavenNuke test site I set up. Let me figure out the problem and I'll give you an update. |
|
Back to top |
|
|
kguske
|
Posted: Sat Jan 13, 2007 8:55 am Post subject: Re: social blookmarks |
|
|
Not sure how I missed this, but here's the fix. In modules/News/index.php change:
Code: $articleurl = $nukeurl."/modules.php?name=News&file=article&sid=$sid";
$articletitle = $artinfo['title'];
|
to:
Code: $articleurl = $nukeurl."/modules.php?name=News&file=article&sid=$s_sid";
$articletitle = $title;
|
I'll update the download file. |
|
Back to top |
|
|
viper155
|
Posted: Sat Jan 13, 2007 11:53 pm Post subject: Re: social blookmarks |
|
|
Nice, it works!
Thanks much. |
|
Back to top |
|
|
|