The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Multiple mods here (including mine) allow you to place the results of a multi-selection profile field into the postbit, and as you saw, it doesn't work. It's because the data is saved differently in this case.
It's possible if you know that a multi-selection profile field is specifically being called. You just have to use the data pulled from the standard profile field call (e.g. the result is 135) into a database call that gets the correct data. As for your edit question, something like this may work: Code:
<if $post['field5'] == "cook"> <img src="cook.gif" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|