The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Seperate Announcments & Stickies from regular threads Details »» | |||||||||||||||||||||||||||||
Seperate Announcments & Stickies from regular threads
Developer Last Online: Jan 2023
[HIGH]Seperate Announcments & Stickies from regular threads[/HIGH]
Author: assassingod Description: This will seperate all announcments and stickies in all forums from regular threads. Screenshots: https://vborg.vbsupport.ru/attachmen...&postid=414561 [IMG]images/attach/txt.gif[/IMG]Download: https://vborg.vbsupport.ru/attachmen...&postid=425778 Tested on vB version: 2.3.0 [HIGH]Update 13/08/2003[/HIGH] Fixed most bugs - Check download link [hr=red][/hr] Add-ons - How to add images to the divider Quote:
Quote:
If you use this hack please click the INSTALL button - thank you! Show Your Support
|
Comments |
#92
|
||||
|
||||
Code:
<tr valign="top"> <td colspan="10"><img src="{imagesfolder}/clear.gif" alt="" width="1" height="1" /></td> </tr> Thanks in advance.. |
#93
|
||||
|
||||
Well, I think I've got the answer... my table border color.. and that's the one!
How stupid am I as it took me weeks to clear this doubt.. thanks for your time anyway... |
#94
|
||||
|
||||
Well glad you got it
|
#95
|
|||
|
|||
Any fix for the Moved: issuse yet? I would really like to add this hack.
|
#96
|
||||
|
||||
Sadly I still haven't found an obvioud fix fort he moved issue, although I have some ideas, I will work on a fix soon (Today probably)
|
#97
|
|||
|
|||
Anxiously awaiting both the moved threads and the announcements without stickies fixes, as this is a very nice hack to have for a board with at least 2 or 3 stickies in each forum!
|
#99
|
|||
|
|||
YEs...Still looking forward to this hack.
|
#100
|
|||
|
|||
great hack,
I know someone prob did this, but I was updating my forum with vb 2.3.2. and made this small template change if anyone is interested works great good job! Edit: Template "forumdisplay_sepsai" change contents to: Code:
<tr valign="top"> <td colspan="10" bgcolor="{tableheadbgcolor}"><img src="{imagesfolder}/clear.gif" alt="" width="1" height="1" /></td> </tr> |
#101
|
||||
|
||||
assassingod, thanks for a wonderous and simple hack.
Somebody said earlier that the divider was a bit harsh and they offered a suggestion. what i ended up doing was using an image as my divider. This can be done by making the following change to your 'forumdisplay_sepsai' template. Code:
$announcement <tr valign="top"> <td colspan="10"><img src="{imagesfolder}/clear.gif" alt="" width="1" height="1" /></td> </tr> Code:
<img src="{imagesfolder}/InsertYourFileNameHere.gif" alt=""> See the image I have provided for an example of how mine looks or you can goto http://www.dungeonkeepersdomain.com and look in any of the forums for a working example. Reload the page and see if the image changes. If you want to know how to do this, follow these instructions. Note: Do this only after you have successfully installed this hack. Make a directory under your {imagesfolder} directory called "divider" or whatever you want to call it and put all your images that you wish to pull from in there. Name them "1.gif", "2.gif", etc... Edit your "phpinclude" template and add the following to the bottom of it: Code:
$dividerimagenumber=rand(1,6); $dividerimage="/divider/$dividerimagenumber.gif"; Note: Change the (1,6) to 1,the number of images in your "divider" directory). If you 25 images in your divider directory, it would says (1,25); Save the "phpinclude" template. edit your "forumdisplay_sepsai" template. Replace the default values from the hack in this template with the following: Code:
$announcement <tr valign="top"> <td colspan="10" bgcolor="#000000" align="center"><img src="{imagesfolder}/$dividerimage" alt=""></td> </tr> That is pretty much it. Now when you load up a page where this hack is necessary, it will pull a random image from the "divider" folder and display it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|