Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Site Map for vB3.7 Details »»
Site Map for vB3.7
Version: 1.0.4, by Boofo Boofo is offline
Developer Last Online: Jun 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 02-28-2008 Last Update: 03-13-2008 Installs: 270
Uses Plugins
Additional Files  
No support by the author.

Site Map for vB3.7
Version 1.0.4
(By Boofo)

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

Version Information:
Version 1.0.1 --Initial release for vB3.7
Version 1.0.2 --Added additional site links to the bottom of the site map.
Version 1.0.3 --Added checks for external files (PhotoPost, The Arcade, Paul M's Flashchat Integration hack for vB3.7 and The Radio and TV hack). If the corresponding files are found on your site in their default locations, the links will show for those hacks. If the files are not found, the links will not show. Also added RSS Feeds buttons for Google, Windows Live and Yahoo.
Version 1.0.4 --Code has been totally re-written. Added RSS Feeds buttons for MSN, AOL, Bloglines, Newsgator and Technorati. Added new mouseover affect. Redid the file checks and made some of them product checks. Added vB News link.

Branding: A Copyright has been added to the footer and is not allowed to be removed. If you want the copyright removed, you must contact me via PM for terms.

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. Also thanks goes out to Andreas and SirAdrian for their invaluable help and guidance.

Installation overview:
----------------------------
Products to install: (1)
Images to upload (10)
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 contents of the images/rss folder to the corresponding folder on your site.

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;
text-decoration: none;
}
a.bob:visited {
color:#0000FF;
text-decoration: none;
}
a.bob:hover {
color:#006699;
font-weight:bold;
text-decoration:underline overline;
text-transform: uppercase;
}
a.sitemap:link {
text-decoration: none;
}
a.sitemap:visited {
text-decoration: none;
}
a.sitemap:hover {
font-weight:bold;
text-decoration:underline overline;
text-transform: uppercase;
}

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

5. Go to your Admin CP
vBulletin Options -> External Data Provider -> Enable RSS Syndication
Check YES , you enable it and click SAVE
-------------------------------
Done!
Enjoy!

NOTE: If you do not click install, you do not need support.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-29-2008, 10:50 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not reserving the first post.


Wait... Damn!
Reply With Quote
  #3  
Old 02-29-2008, 10:56 AM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Been waiting on this one

*Installed* :up:

Is it possible to include other URL's in this?

Such as front page,gallery etc ?
Reply With Quote
  #4  
Old 02-29-2008, 11:07 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It pulls the forums info is all. I'm not sure it would be wise to allow any other info in a feed.
Reply With Quote
  #5  
Old 02-29-2008, 11:07 AM
shadowevil shadowevil is offline
 
Join Date: Apr 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great work .... *installed*
Reply With Quote
  #6  
Old 02-29-2008, 11:11 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let me know if the FAQ info gets installed correctly, please. I've never done it like that before. I may have to adjust the link for it in the product.
Reply With Quote
  #7  
Old 02-29-2008, 11:11 AM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
It pulls the forums info is all. I'm not sure it would be wise to allow any other info in a feed.

Fair enough..

This isn't really a site map,more a forums map Althou you do state for vb3.7 - amazing work

https://vborg.vbsupport.ru/info.php?do=sitemap has seperate links at the bottom.. how they do that? :up:

That would be more of what i'm after...
Reply With Quote
  #8  
Old 02-29-2008, 11:13 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That would be easy to add actually. I didn't add that as I didn't know if anyone would want that.

It actually is a site map for RSS feeds.
Reply With Quote
  #9  
Old 02-29-2008, 11:26 AM
NeuroLancer's Avatar
NeuroLancer NeuroLancer is offline
 
Join Date: Feb 2008
Location: Australia
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is good. thanks alot

* installed
Reply With Quote
  #10  
Old 02-29-2008, 11:31 AM
chrisdaman77 chrisdaman77 is offline
 
Join Date: Oct 2007
Location: NY
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
That would be easy to add actually. I didn't add that as I didn't know if anyone would want that.

It actually is a site map for RSS feeds.
Actually that is what i have been looking for myself as well. Very nice job getting this set for 3. 7. If you could let us all know how to add the other info it would be appreciated.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04749 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete