The Arcive of vBulletin Modifications Site. |
|
Announcments on Forum Home Details »»
|
|||||||||||||||||||||||||
I am releasing 4 versions. The first TWO which is a strictly a template edit while the other 2 version requires a plug in from another hack. If you use please click Template Version(Display to registered users only!) : PHP Code:
PHP Code:
This hack requires the Add Extra Header / Footer to FORUMHOME released here. Both of the versions below will only show up if you have entered text in the extra header field in the admin cp. There is a smiliar version, yes, but it only supports bold and italics where as the extra header and footer plug in supports all HTML and even Javascript, just not PHP. This version will show to registered users only. Install the plug in above enter your message in the extra header box. It will display in the announcement table. PHP Code:
PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Isn't this the same hack as mine?
|
|
#3
|
||||
|
||||
|
Your 'Registerd Users' message will show to guests etc as well as Unconfirmed..
Code:
<if condition="!is_member_of($bbuserinfo, 3)">YOUR MESSAGE TO REGISTERED USERS</if><if condition="is_member_of($bbuserinfo, 3)"><font size="6"> <MARQUEE>PLEASE CHECK YOUR EMAIL FOR THE LINK TO ACTIVATE YOUR ACCOUNT.</MARQUEE> ![]() [edit]Whoops.. wrong logic...[/edit] |
|
#4
|
|||
|
|||
|
It wroked fine the way I had it :s Tested on my forums as you can see, and it worked fine under the conditions I have.
@Ziki, I bassed the colapse variables on your hack, otherwise it is similar but this is coded a little beat cleater then yours. I noticed yours had a few uneeded variables like a fieldset. Plus it does nto require a template edit in order to chow a diffrent announcment |
![]() |
|
|