Site Map for vB3.7

TheProphet

New Member
Site Map for vB3.7
Version 1.0.2
(By Boofo and Kirk Y)

What does this product do?
This product will add a Site Map to your site, similar to the one on vbulletin.org.

Version Information:
Version 1.0.1 --Initial release for vBulletin 3.7.0 beta 5
Version 1.0.2 --Added additional site links to the bottom of the site map.

Credits:
A big thank you goes out to Kirk Y for supplying the core code, co-authoring and allowing me to release this for vB3.7.

Installation overview:
----------------------------
Products to install: (1)
Additional CSS to install: (1)
-------------------------------

Installation Instructions:
-------------------------------
1. Upload the info.php file to your forums root directory. Add a link for it wherever you want it to show.
Example: <a href="info.php?do=sitemap">Site Map</a>

2. Upload the icon_rss.gif image to the images/misc folder.

3. Go to the Style Manager and click on "All Style Options."
Scroll down to the "Additional CSS Definitions" box at the bottom of the page.
Add the following CSS code to the box:

a.bob:link {
color:#0000FF;
}
a.bob:visited {
color:#0000FF;
}
a.bob:hover {
color:#006699;
}

4. Go to your Admin CP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the product-boofo_sitemap.xml file on your computer

NOTE: If you do not have a chat room, you will need to remove the following code from the info_sitemap template. If you do have a chat room, you might need to edit the link accordingly.

-------------------------------

<li><a href="$vboptions[bburl]/misc.php?do=flashchat&room=1">Chat With Us</a></li>

-------------------------------
Done!
Enjoy!
 

K3V

New Member
Im using ...

Site Map for vB3.7
Version 1.0.2
(By Boofo and Kirk Y)

And have been for a few months, All seems to be workin' fine for me !
 
Top