The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
News/Announcements In Your Header Above The Forums Details »» | |||||||||||||||||||||||||||
News/Announcements In Your Header Above The Forums
Developer Last Online: Sep 2022
News/Announcements On Your Forums Home Page All Skins This is my first hack made for my self it should work all forums but if not i will try to help out in getting it to.. This is why its in beta still.. Credit goes out to all i have learned off of here and other places.. Thanks... (For vB3.5.3) Description.... This hack will let you put News/Announcements on your site from the admincp so you dont have to edit all the skin header temp it will show on all skins with there colors. Hack Features::. 1. Easy Install 2. Can be turned on and off in admincp 3. Change code or text from adminco Hack Languages English Only For Now Admin Controllable From vBulletin Options ==> vBulletin Options ==> Header News Settings Installation Import the product through your admincp by going "Manage Products" ==> "[Add/Import Product]". [See Screen Shots For Looks] Updates ------------ v1.0.1 I fixed the on/off its working now.. And i added underlind and Italic to the admincp.. How To Upgrade Upgrading forums v1.0.0 to v1.0.1 ------------ To upgrade copy all the code/text you have in the code box in your admincp to a text doc then uninstall v1.0.0 and install v1.0.1... Remember to save what text /code you have there now... As uninstalling will delete it.. Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
||||
|
||||
that code would not being cause it this show up on the forums home page cuase of the $spacer_open in the header temp. maybe you can remove this and add it somewhere else on your forumshome temp but im not sure test it and see backup temps befor doing so..
|
#23
|
||||
|
||||
fixed it! i had it on the wrong side of the main tag lol
if you wanna add this underneath your navbar but above your forums, find in 'FORUMHOME' Code:
<!-- main --> Code:
<if condition="$vboptions[news_text]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="{$vboptions['global_border']}" width="100%" align="center"> <tbody> <tr> <td class="tcat" colspan="2"> <div align="center">Current Announcement</div> </td> </tr> </thead> <tr> <td class="alt1" colspan="2"> <if condition="$vboptions[news_italic]"><i></if> <if condition="$vboptions[news_underline]"><u></if> <if condition="$vboptions[news_bold]"><b></if> $vboptions[news_code] <if condition="$vboptions[news_bold]"></b></if> <if condition="$vboptions[news_underline]"></u></if> <if condition="$vboptions[news_italic]"></i></if> </td> </tr> </tbody> </table> </if> <br> thanks alot man, its a nice little modification hope you dont mind my alteration |
#24
|
||||
|
||||
NP feel free to change it as you want to..
|
#25
|
|||
|
|||
I keep getting an uncached template according to microstats ... Even with the banner not displaying from vBulletin Options setting.
Uncached templates: newstext (1) How can I cache this template ?? |
#26
|
|||
|
|||
Quote:
|
#27
|
||||
|
||||
the Uncached templates: newstext is ok its not hahurting anything that i know how and i use this all the time on my site im not sure how to fix it and dont have time to right now guys sorry..
|
#28
|
|||
|
|||
Any possibility to show a different Text for Guests as for logged in Members ?
Tried to use a If condition, but seems not working ... th@nks |
#29
|
|||
|
|||
can it be seen from every page ???
|
#30
|
||||
|
||||
yep sure can that the forums uses anyways if you have a portal it wont show on it..
|
#31
|
|||
|
|||
Quote:
_ Other question is, my forum using multi-language. Is there anyway to change Header to vb phrase , so I can use many languages on it(News and Announcement) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|