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 |
#12
|
|||
|
|||
keep up the good work!
|
#13
|
|||
|
|||
I would like to set the table's width, where can I do it?
|
#14
|
||||
|
||||
Redownload zip first befor doing this as i remove some widths thats wasnt need..
you can edited the plug in and find Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="{$vboptions['global_border']}" width="100%" align="center"> Thia is the only way for now maybe some better coder can help me set it up in the admincp to change the width.. |
#15
|
|||
|
|||
I love it. Very Simple and Functional. Great Job!
I am wondering if you mind our changing the templete slightly after we have installed it, just for personal tweaks?? *hits install* |
#16
|
||||
|
||||
No i dont mind but it would be better if you changed the templete be for you install it if you want it changed on all the skins you have or you will have to change it for all skins.
|
#17
|
|||
|
|||
Quote:
Good tip. And thanks. I am just thinking about changing the title, but actually haven't bothered as of yet. Again: Very Nice Mod! |
#18
|
||||
|
||||
Quote:
|
#19
|
||||
|
||||
I would think that would be other hack all together and im not sure how the hooks all work yet sorry about that
|
#20
|
||||
|
||||
ive been able to move it by taking the code out of your newspost template and placing it directly in my FORUMHOME template and it works good, with only 1 minor side effect.
when its off, i now see a thin bar (check out the screenshot ive attached). EDIT - here's the code as it is in my FORUMHOME template if its anyhelp.. Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <if condition="$vboptions[news_text]"> <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> |
#21
|
||||
|
||||
that would be cause the code cant not turn it all off as its not useing the same hook i did im not sure how to get this to work other place as i said im not a great coder i just though some would like this hack as thats why i made it for my self..
Maybe someone here can help with this as i dont really now or have time to look in to it and see how to move it somewhere else maybe later i can.. You guys feel free to change this but if changed i cant support it.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|