The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi,
I upgrade my forum to 4.0.0, and I missing 1 modification. I used this code on vB 3.8.x Code:
<if condition="$show['guest']">
<if condition="$post[postcount] != 1">
<br><br>Please login, or <a href=register.php>register</a>
<br><br>
</if></if>
Thanks |
|
#2
|
||||
|
||||
|
Like this:
Code:
<vb:if condition="$show['guest']"> <vb:if condition="$post[postcount] != 1"> <br /><br />Please login, or <a href=register.php>register</a> <br /><br /> </vb:if> </vb:if> |
|
#3
|
||||
|
||||
|
Thanks, but doesn't work.
I put this in postbit_legacy template, and I see this text, please login, or register, and the full post text. Can you help me? |
|
#4
|
||||
|
||||
|
|
|
#5
|
||||
|
||||
|
Thanks man
I installed
|
|
#6
|
||||
|
||||
|
Previous post updated.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|