View Single Post
  #3  
Old 09-16-2003, 04:19 AM
Lee Lichterman Lee Lichterman is offline
 
Join Date: Sep 2003
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, not a talkative bunch.

I figured out the temporary buttons to text problems myself now for VB3.06 to make the upper right hand temporary buttons go to text.

For whoever else wants to do it, Go to your Style Manager

Then expand out your template so you can see all the subfiles on the left,

Find Navigation / Breadcrumb templates, double click it and then select navbar

In there you will find the code.......

[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars =yes,resizable=yes,width=180,height=300'); return false;"><img src="$stylevar[imagesfolder]/lastpost.gif" alt="Buddy List" title="(temporary button) Open Buddy List" border="0" /></a>
<a href="search.php?$session[sessionurl]do=getnew"><img src="$stylevar[imagesfolder]/lastpost.gif" alt="New Posts" title="(temporary button) View New Posts" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]do=markread"><img src="$stylevar[imagesfolder]/lastpost.gif" alt="Mark Forums Read" title="(temporary button) Mark All Forums Read" border="0" /></a>
<a href="login.php?$session[sessionurl]do=logout"><img src="$stylevar[imagesfolder]/lastpost.gif" alt="Log Out" title="(temporary button) Log Out" border="0" /></a>
<a href="javascript:simplesearch();"><img src="$stylevar[imagesfolder]/lastpost.gif" alt="Search" title="(temporary button) Simple Search" border="0" /></a>
</span></td>

Get rid of the

<img src="$stylevar[imagesfolder]/lastpost.gif" alt="New Posts" title="(temporary button)

Sections and clean up the alt text portions so that it reads just what they do such as Buddy List, New Posts etc. Mine ended up looking like this.........

[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars =yes,resizable=yes,width=180,height=300'); return false;">Buddy List</a>
<a href="search.php?$session[sessionurl]do=getnew">New Posts</a>
<a href="forumdisplay.php?$session[sessionurl]do=markread">Mark All Forums Read</a>
<a href="login.php?$session[sessionurl]do=logout">Log Out</a>
<a href="javascript:simplesearch();">Simple Search</a>
</span></td>

Someone should probably double check this since I am new to this board and know just enough to be dangerous.

Good Luck,

Lee

PS - If anyone knows where I could start to modify the e-mail portion of this board so my readers can get e-mailed every post regardless of visiting the site or not I would be very very gratefull.

Some of my users are ticked off that this will only e-mail them once until they return to the site. Many work at companys where they can't surf to the site but want to keep up with what is happening in the market.

I already had one guy say to switch to a different board as the e-mail all posts was the most important feature. He is voting to throw VB out and go back to Discus depite the perl and server load problems.

I really need to figure out how to hack the e-mail program portion to just e-mail out all posts if a person subscribes.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01045 seconds
  • Memory Usage 1,769KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete