The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Solved: Customize subscription_paymentbit ?
For some reason, under the Subscription Payment Method they use the method.classname
variable instead of the programmable title for the "Order Using xxx" label. In an attempt to make this much nicer, I have tried the code below which is failing miserably. <vb:if condition="{vb:raw method.classname} == 'authorizenet'"> <h3 class="blocksubhead">{vb:rawphrase order_using_x, 'Credit Card}</h3> <vb:else /> <h3 class="blocksubhead">{vb:rawphrase order_using_x, {vb:raw method.classname}}</h3> </vb:if> Would anybody be kind enough to help me out? Thank you! --------------- Added [DATE]1296748028[/DATE] at [TIME]1296748028[/TIME] --------------- use {vb:raw method.title} rather than {vb:raw method.classname} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|