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
  #122  
Old 03-18-2008, 11:24 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They are in the top of every product xml file.
Reply With Quote
  #123  
Old 03-19-2008, 05:47 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I found this which might help:

Code:
productid="photoplog"
Code:
productid="vbblog"
I think those are the relevant product ids.
Reply With Quote
  #124  
Old 03-19-2008, 06:10 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those were in the xml files at the top, right? And what do you want the links to show?
Reply With Quote
  #125  
Old 03-19-2008, 08:18 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Photoplog - Gallery (because anyone who has installed this is probably using it as a gallery)

vBulletin Blogs -Blogs/Member Blogs
Reply With Quote
  #126  
Old 03-20-2008, 02:06 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 already have PhotPost as Gallery.
Reply With Quote
  #127  
Old 03-20-2008, 08:41 PM
theOZer's Avatar
theOZer theOZer is offline
 
Join Date: Mar 2007
Location: Colorado, USA
Posts: 212
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Boofo,
Darn decent mod. It works in vB370RC1. Adds a 'missing' feature in vBulletin.
Chow, theOZer
Reply With Quote
  #128  
Old 03-21-2008, 05:17 PM
SuperDave71 SuperDave71 is offline
 
Join Date: Aug 2007
Location: Memphis
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wonder if it could be that I have blogs on my site that is causing the error.


http://www.theLoveLogic.com/forum/info.php <--- This is what I get.


Thanks for your input and help.



-Dave
Reply With Quote
  #129  
Old 03-21-2008, 08:31 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
I already have PhotPost as Gallery.
Most people won't have both installed, so both can be Gallery. Seriously, who installs Photoplog or Photopost as anything BUT a gallery?
Reply With Quote
  #130  
Old 03-21-2008, 11:26 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SuperDave71 View Post
I wonder if it could be that I have blogs on my site that is causing the error.


http://www.theLoveLogic.com/forum/info.php <--- This is what I get.


Thanks for your input and help.



-Dave
Is there any way you can test it by temporarily disabling the blogs and then see if the list shows up?
Reply With Quote
  #131  
Old 03-21-2008, 11:27 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheat-master30 View Post
Most people won't have both installed, so both can be Gallery. Seriously, who installs Photoplog or Photopost as anything BUT a gallery?
You would be surprised.
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 04:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10035 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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_code
  • (3)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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