The Arcive of vBulletin Modifications Site. |
|
Add a button, graphics, text etc in the Welcome Block Details »»
|
|||||||||||||||||||||||||||
|
Add a button, graphics, text etc in the Welcome Block
Developer Last Online: Apr 2008
You know when you login, you see top, right hand corner it shows,
"Welcome, user_name. You last visited: .... Private messages ..." Well, if you wanted to add something next to this place, just edit the "NAVBAR" template. Check the attached image if you're not sure what I'm syaing. From your admincp, > Styles & Templates > Styles Manager > pick your style and choose "edit templates" > navigation breadcrumb templates > select "navbar" > press edit button. note- if you have multiple styles in your forum then you should edit the same template for all the styles. if you only edit for one, it will only show up for that particular style. Skills : easy Time : 2/3 minutes Uploads : none Purpose : (check the attached file) Find this code: HTML Code:
<div class="navbar" style="font-size:10pt"> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"> <img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /> </a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> HTML Code:
<!-- your custom whatever --> <td class="alt1"> <!-- your own code here. you can put anything you want.. --> <!-- put a small button, paypal button, a text, your own --> <!-- picture so that everyone knows you.. lol.. --> <!-- but don't delete the <td class="alt1"> code --> </td> <!-- end of custom whatever --> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thanks gonna test it out .... keeep up the good work
|
|
#3
|
|||
|
|||
|
nice 1 m8 installed!!!
|
|
#4
|
|||
|
|||
|
nice hack! thanks
|
|
#5
|
||||
|
||||
|
Thank you! Just installed it.
|
|
#6
|
|||
|
|||
|
awsome, thanks!
"installed"
|
|
#7
|
||||
|
||||
|
Code:
<!-- your custom whatever --> <td class="alt1"> <!-- your own code here. you can put anything you want.. --> <!-- put a small button, paypal button, a text, your own --> <!-- picture so that everyone knows you.. lol.. --> <!-- but don't delete the <td class="alt1"> code --> </td> <!-- end of custom whatever --> Code:
<!-- Publicidade --> <td class="alt1"> <!-- your own code here. you can put anything you want.. --> <!-- Publicidade --> <!-- <img src="http://www.cracktugateam.com/images/publicidade1.gif"></img> --> <!-- but don't delete the <td class="alt1"> code --> </td> <!-- end of Publicidade --> ![]() then wen you click on the image go to this link http://www.cracktugateam.com/publicidade.html any help. Thank you Any help please |
|
#8
|
|||
|
|||
|
this is sweet. i hope i will be able to integrate my Paypal donation button and i will come back with the results..
|
|
#9
|
|||
|
|||
|
Try this code and see if this is what you are looking for:
PHP Code:
|
|
#10
|
||||
|
||||
|
if i wont to add more in the same place wath i need to do ?
thanks |
![]() |
|
|