The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to put link to user's journal in postbit_legacy template, so it appears every time user posts.
Any idea how to do it? <if condition="$show[journallink]"> doest work... |
#2
|
|||
|
|||
![]()
use
Code:
<if condition="$post[journal_id]">[high]what you want to display[/high]</if> |
#3
|
|||
|
|||
![]()
hm, it doesnt seem to work =(
anyone? |
#4
|
|||
|
|||
![]()
This is the eact code I am using in my postbit
Code:
<if condition="$post[journal_id]"> <a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$post[journaldesc]"><img src="$stylevar[imgdir_misc]/icon-diary.gif" border="0" alt="View $post[username]'s journal" /></a> </if> |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
|||
|
|||
![]()
It won't be there in your postbit, thats the code I wrote to add the journal image that you can see in the postbit on my site that I linked to. You can use that exact code by putting it in your postbit template whereever you want it to show and uploading an image called icon-diary.gif to your images/misc folder.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|