yoyoyoyo |
07-08-2005 04:08 PM |
Quote:
Originally Posted by Dark Visor
Oh crap its cause there is no check on whether there is an array of those checkboxes passes :) I'll fix it. Thanks tho :)
|
Cool thanks. Also, I noticed that the favorite post opens in the same window, and it has the "close this window" button by default, however I found that people were closing the main window, and had to reopen a new browser session to come back to my site. Not wanting to lose my audience I decided to have the favorite posts open in a new window instead, by changing the code in the navbar link to this:
Quote:
<if condition="$show[lastfavthreads] OR $show[lastfavposts]"><td class="vbmenu_control" id="favorites"><a href="#" onclick="usercp.php?$session[sessionurl];focus=1','favorites','statusbar=yes,menubar=yes,t oolbar=yes,scrollbars=yes,resizable=yes'); return false;">vBFavorites</a> <script type="text/javascript"> vbmenu_register("favorites"); </script> </td></if>
|
edit: in looking at the above code it seems that vbulletin is breaking up some of the text such as resizable (above it is "resi zable") so I am upping it as a text file also.
|