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.
|