The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
code for time indication?
okey i messed up... just changed my style, and for some reason... i've now got the current time at the top of my site... don't know how i managed that but i've got to get rid of that.
so could somebody please tell me the code for it? so i can search my style and put it somewhere around the bottom of my style? |
#2
|
|||
|
|||
The phrase is 'all_times_are_gmt_x_time_now_is_y'
|
#3
|
|||
|
|||
your phrase is simply outside the < td > where it was placed, so it's displayed just in the first level of your table... just move it back where you took it!
|
#4
|
|||
|
|||
i dont really know where i took it from heehe, but i think i'll be able to drop it somewhere else.
|
#5
|
|||
|
|||
great. thanks alot for the help. got it working fine now. that was pretty easy, but i think my style sheet is kind of messy now.
i do have another question though, nobody was able to answer for me yet. what's the code to display the login field in the forumhome? and when logged in it states the usual info. because i installed a style that doesn't include that part, at the top... so how can i put that in? sorry about all the dumb questions, but i want my forum to be the best it can be, and i'm not that familiar with php scripts. |
#6
|
|||
|
|||
thats in your NAVBAR template
|
#7
|
|||
|
|||
it used to be... but i installed a style which doesn't feature it.
|
#8
|
|||
|
|||
Ah right.
If you press the button labeled [view original] then the code will be in there. Just copy and paste it over, |
#9
|
|||
|
|||
actually wait... apperently this is still in my navbar:
Code:
<!-- breadcrumb, login, pm info --> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td> </tr> </table> <else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> </tr> </table> <!-- / breadcrumb, login, pm info --> <br /> |
#10
|
||||
|
||||
Have you tried logging out to see if it shows up
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|