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 

Nuke Docs v1 beta for RavenNuke - nukeSEO addons
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm)
View previous topic :: View next topic  
Author Message
spasticdonkey
webmaster


Joined: Oct 26, 2007
Posts: 69

PostPosted: Tue May 13, 2008 10:09 am    Post subject: Nuke Docs v1 beta for RavenNuke - nukeSEO addons Reply with quote

Figured out a couple of nukeSEO addons for a pretty cool module by nukecoder - Nuke Docs v1 beta for RavenNuke™
Only registered users can see links on this board! Get registered or login!

For the Only registered users can see links on this board! Get registered or login!. This will add the Nuke Docs v1 beta for RavenNuke™ to the sitemap. Just upload the php file as modules/Sitemap/content/Docs.php

Only registered users can see links on this board! Get registered or login!

Don't forget! If you use shortlinks you'll have to add to your GT-Sitemap and GT-SitemapGoogle Smile

and...

For nukeFEED....
You can setup feeds of most popular / recent from:
The Module Level to select from all docs
or
The Category Level for most popular / recent from a specific doc.

Just add Docs.php from archive below to includes/nukeSEO/content/ and setup in the nukeFEED ACP as you would any other feed....

http://www.rtsforce.com/files/nukeFEED-Docs.zip

Don't forget! If you use shortlinks you'll have to add to your GT-Feeds.php Smile

and

For those that use montego's dynamic titles I figured out something that works for that... add to includes/dynamic_titles.php

Code:


/*
 * docs
 */
elseif ($name == 'Docs') {
   global $do, $id;
   if ($do == 'show_doc') {
      $sql = 'SELECT title, subtitle FROM ' . $prefix . '_docs WHERE id=\'' . intval($id) . '\'';
      $result = $db->sql_query($sql);
      $row = $db->sql_fetchrow($result);
      $newpagetitle = $row['title'] . $dt_sDelim . $row['subtitle'] . $dt_sDelim . $sitename;
   }
}
  
Back to top
View user's profile Send private message Visit poster's website
kguske
Site Admin
Site Admin


Joined: May 12, 2005
Posts: 876

PostPosted: Fri May 16, 2008 5:38 am    Post subject: Re: Nuke Docs v1 beta for RavenNuke - nukeSEO addons Reply with quote

Nice! Nuke Docs seems sort of like the Tutoriaux module, but with more of a Wiki feel.
_________________
  
Back to top
View user's profile Send private message Visit poster's website
spasticdonkey






PostPosted: Fri Sep 18, 2009 1:53 am    Post subject: Reply with quote

did up the dh "tap" for the docs module this evening Smile
http://www.rtsforce.com/dhDocs.zip

while the doc itself isn't much to look at, you can see it in action on a testing site:
http://www.rtsforce.com/document-2-Nations_at_War_Rules.html

notice the keywords in the URL, cough cough Smile
(that is a Only registered users can see links on this board! Get registered or login! to the doc module)
  
Back to top
kguske






PostPosted: Fri Sep 18, 2009 7:59 pm    Post subject: Reply with quote

Now this is REALLY getting interesting. If we add that (keywords in the URL) to nuken's Tricked Out News, with a couple of other social features....why would we need Wordpress??
  
Back to top
montego
webmaster


Joined: Dec 26, 2005
Posts: 254

PostPosted: Sat Sep 19, 2009 3:01 pm    Post subject: Reply with quote

Does anyone know if nuken has added NSN Groups to Tricked Out News? If so, then it makes it a complete news module replacement plus "blog". Smile
_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login!
  
Back to top
View user's profile Send private message Visit poster's website
Palbin
webmaster


Joined: Nov 28, 2007
Posts: 38

PostPosted: Thu Sep 24, 2009 6:15 pm    Post subject: Reply with quote

Groups are not added.
  
Back to top
View user's profile Send private message
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.05 Seconds