The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help with displaying multiple menu choice in postbit
Hello i've created a new profile field in my forum.
his id is: field8 and his type is Multiple-Selection-Checkbox. now i wanted to display its value in the postbit_legacy, so i went a bit through member.php and i came up with the following code: PHP Code:
and in the postbit_legacy template i added the variable $games of course. the problem is, that it doesn't work.... Can you please help me? |
#2
|
||||
|
||||
If you have added a post field via the Admin CP all you need to do to display it in the postbit is add $post[fieldx] to your postbit template, where x is the profile field id.
|
#3
|
|||
|
|||
you right, but only if i add a text profile field or something like that, but i added a multiple check-box and if ill put in the postbit the code $post[field8] then the value will be 7 or something like that... because before the value is stored in the db it goes through some changes(pow and some more) and to decrypte you need to do some of the changes that i wrote above.
|
#4
|
||||
|
||||
<a href="http://www.vbulletin.com/forum/showthread.php?t=108785" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=108785</a> ---read all that
~Curt |
#5
|
|||
|
|||
thanks mate
|
#6
|
||||
|
||||
No problem man .
~Curt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|