The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like to modify my postbit_legacy template so that attached images only show if the post date is before July 23rd 2005.
Here is the code that I would like to modify: Code:
<if condition="$show['imageattachment']">
$post[imageattachments]
</if>
|
|
#2
|
||||
|
||||
|
Try:
Code:
<if condition="$show[imageattachment]">
<if condition="$post[dateline] < 1122120000">
$post[imageattachments]
</if>
</if>
|
|
#3
|
|||
|
|||
|
Quote:
Thank you very much for your help.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|