The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How Do i..
insert a page break into my main forum page by the FORUMHOME template? ive just used a HTML <br> but its done nothing.
|
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
ive moved my guest welcome message from the FORUMHOME template to the header template, so it shows on everypage instead of just my index.. but there is no space between the new guest message and my navbar, im just trying to insert a space so it looks better.
this is the code i have in my header template so far PHP Code:
|
#4
|
|||
|
|||
try this
PHP Code:
|
#5
|
||||
|
||||
not sure what you've changed there but its not worked, there is still no space between the navbar and the welcome message
|
#6
|
|||
|
|||
The code in red below will not work...
Code:
<thead> <if condition="$show['guest']"> <!-- guest welcome message --> <tr> <td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <td class="alt1" colspan="6"> <phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase> </td> </tr> </br> </br> <!-- / guest welcome message --> </if> </thead> Code:
<thead> <if condition="$show['guest']"> <!-- guest welcome message --> <tr> . . . </tr> <tr> <td> </td> . </tr> <!-- / guest welcome message --> </if> </thead> |
#7
|
|||
|
|||
i saw ur site.... it doesnt look all that bad really... pretty good.
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
try replace what he made to <br>
|
#10
|
||||
|
||||
you mean to change it to
PHP Code:
i changed it to that and still see the purple bar |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|