Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTP Site Map Details »»
GTP Site Map
Version: 1.0.1, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 05-23-2005 Last Update: 07-14-2005 Installs: 34
Template Edits
Additional Files  
No support by the author.

The GTP SITE MAP Addon creates a site map for your web site.

A site map can help with search engine optimization.
A site map is a visual organized model of a Web site's content.

A site map gives users an overview of the site's sections in a single glance. In many ways, a site map is similar to a book's table of contents, in which each listed item links directly to its own section.

Tip
  • The site map interface should be familiar with your users. A successful site map is a simple hierarchical view of sections in a list format.
  • If a user has to 'work' (click here, click there) to review a whole site map the benefits of using the site map will be lost - show everything on one page.
  • A site map "should be no more than two-and-a-half times the window size most common among your users". - Jakob Nielsen
  • A "Site Map" link should be clearly visible at the top and at the bottom of page.
/* =========================================== */
// == GTPUBLISH - SITE MAP
// == This code is Copyright ? 2004 - 2005, GO-TOTAL, LLC
// == To be used with vBulletin 3.06+.
// == vbulletin Copyright ? 2000 - 2005, Jelsoft Enterprises Ltd.
// == This file may not be redistributed in whole or significant part.
/* =========================================== */

How You Can Give Back
Show your appreciation by donating: Donate to GO-TOTAL LLC
Any amount is appreciated.

Available For Custom Work
GO-TOTAL LLC is available for custom work. We are registered in the state of New Jersey. All communication is done via Instant Message, Email, and/or our Toll-Free Number.
Please contact us if you have any requests/questions.


GTP SITE MAP Instructions
  • Optional -- File Modifications: includes/adminfunctions_template.php (track all your modified files)
  • Phrases To Add: 2
  • Templates To Add: 1
  • Upload: 3 files

Show Your Support

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

Comments
  #32  
Old 06-11-2005, 01:00 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

click install if you want to stay updated on new versions/fixes/etc
Reply With Quote
  #33  
Old 06-11-2005, 09:44 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by David_R
I can only find 2 files, sitemap.php index.htm and a folder named images.
Am i missing something from the download ??
no .. that's it--really easy huh?
Reply With Quote
  #34  
Old 07-10-2005, 02:47 PM
DR?@M W?@V?R DR?@M W?@V?R is offline
 
Join Date: Aug 2002
Location: uk
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added extra table to show all the arcade games, I know it cant be spidered but may be interesting to guest for them to register.
Reply With Quote
  #35  
Old 07-10-2005, 03:59 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DR?@M W?@V?R
I added extra table to show all the arcade games, I know it cant be spidered but may be interesting to guest for them to register.
Care to share how?
Reply With Quote
  #36  
Old 07-13-2005, 06:33 AM
DR?@M W?@V?R DR?@M W?@V?R is offline
 
Join Date: Aug 2002
Location: uk
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In Sitemap.php

Above

Quote:
/* ==========[ PRINT PAGE ]======= */
Put
Quote:
$arcade = $DB_site->query("SELECT title, gameid FROM " . TABLE_PREFIX . "games ORDER BY file ASC LIMIT 30");
while($games = $DB_site->fetch_array($arcade))
{
$get_games .= '<a href="' . $vboptions['bburl'] . '/arcade.php?do=play&amp;gameid=' . $games['gameid'] . '">' . $games['title'] . '</a>&nbsp;';
}
In The Template:

Below
Quote:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"><tr><td style="vertical-align:top">
Put
Quote:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"><thead><tr><td class="tcat"><a style="float:$stylevar[right]" href="#" onclick="return toggle_collapse('games')"><img id="collapseimg_games" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_games].gif" alt="" border="0" /></a>Arcade Games</td></tr></thead>

<tbody id="collapseobj_games" style="$vbcollapse[collapseobj_games]"><tr><td width="100%" align="left" class="alt1">$get_games <b>&raquo;</b> <b><span class="time">Please</span></b> <a href="$vboptions[bburl]/register.php?$session[sessionurl]">$vbphrase[register]</a> <b><span class="time">
To Play Games In The Arcade.</span></b></td></tr></tbody></table><br />
Reply With Quote
  #37  
Old 07-14-2005, 09:22 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DR?@M W?@V?R
In Sitemap.php...
Cool- thanks!

Princeton... cool hack, but I have a few issues with it. Please see the attached image, since pictures speak louder than words.
Reply With Quote
  #38  
Old 07-14-2005, 10:29 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you,

fixed/updated ... please download the latest zip file

It will now display sections of sub-forums.
Reply With Quote
  #39  
Old 07-15-2005, 02:28 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeton
thank you,

fixed/updated ... please download the latest zip file

It will now display sections of sub-forums.
No, thank you! It works perfectly now
Reply With Quote
  #40  
Old 10-16-2005, 05:27 PM
commTRU commTRU is offline
 
Join Date: May 2005
Location: Tyne and Wear, UK
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a really useful addon, beats doing it manually anyway

Thank you!
Reply With Quote
  #41  
Old 11-21-2005, 01:33 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by commTRU
This is a really useful addon, beats doing it manually anyway

Thank you!
any idea if this works for vb3.5.1 ?
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 08:53 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.04658 seconds
  • Memory Usage 2,314KB
  • 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
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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