nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ravennuke 2.20.01 and Social Bookmarking
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm)
View previous topic :: View next topic  
Author Message
gbhughs
Newbie
Newbie


Joined: May 27, 2006
Posts: 2

PostPosted: Fri May 30, 2008 11:21 am    Post subject: Ravennuke 2.20.01 and Social Bookmarking Reply with quote

I recently upgraded my site to Ravennuke 2.20.01

When I uploaded your revised version of the news module I lost the news index list paging controls, which I want to keep.

So what I need to know is what code and where would I put the new code in the index.php file for the social bookmarking features with Ravennuke 2.20.01?


Thanks in advance
Gary
  
Back to top
View user's profile Send private message
Guardian
webmaster


Joined: Dec 25, 2005
Posts: 364
Location: Vsetin, Czech Republic

PostPosted: Fri May 30, 2008 2:46 pm    Post subject: Re: Ravennuke 2.20.01 and Social Bookmarking Reply with quote

The file edits are the same.
In the News module index file you should see around line 160
Code:


//RN0000646:END
      if ($fullcount > 0) { $morelink .= "$totalcount "._BYTESMORE.' | '; }

Add the social bookmarking code fter that. The full change would
Code:


//RN0000646:END
      if ($fullcount > 0) { $morelink .= "$totalcount "._BYTESMORE.' | '; }
// nukeSEO Social Bookmarking
   require_once("includes/nukeSEO_SB.php");
   global $nukeurl;
   $articleurl = $nukeurl."/modules.php?name=News&file=article&sid=$s_sid";
   $articletitle = $title;
   $socialbookmarkHTML = getBookmarkHTML($articleurl, $articletitle, " ", "small");
   $morelink .= " ".$socialbookmarkHTML;
// nukeSEO Social Bookmarking
  
Back to top
View user's profile Send private message
gbhughs






PostPosted: Fri May 30, 2008 8:17 pm    Post subject: Re: Ravennuke 2.20.01 and Social Bookmarking Reply with quote

Thank you sir
  
Back to top
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.08 Seconds