The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
custom profile fields in printable version...Will Pay!
does anybody know how to get the same custom user profile fields i have in my postbit to show in the printable version? I use this:
<if condition="$post[fieldX]"><div align="left">$post[fieldX]</div></if> in my postbit and it works fine, however when put in the printthreadbit template, it does nothing. The team over at VB.com said it will not work that way either, and to try asking here. I am desperate to do this as 90 % of my users print threads for use as notes and i have contact info for the user show up in these fields that has to be on there somehow. thanks ahead for your help. I'll paypal or mail a check for $30 to the first person with a working soloution! |
#2
|
||||
|
||||
any takers?
|
#3
|
||||
|
||||
Try this:
HTML Code:
<if condition="$post['fieldX']"><div align="left">$post[fieldX]</div></if> |
#4
|
||||
|
||||
Quote:
line 844 has the massive query to get the info, but i cant make any sense of it. for showthread. |
#5
|
||||
|
||||
Quote:
In the printthread.php file Find: PHP Code:
PHP Code:
|
#6
|
|||
|
|||
Open printthread.php, change query on line 126 to:
PHP Code:
|
#7
|
|||
|
|||
hey you beat me by a minute
|
#8
|
||||
|
||||
Sometimes that's all it takes. I guess great minds DO think alike, huh? LOL
Your line is different than mine here. Mine works, I tested it. Which one is correct? PHP Code:
|
#9
|
|||
|
|||
They are transposable, both are correct and usable
|
#10
|
||||
|
||||
I thought so. Thanks for confirming it. I just copied that line from the post query in the showthread as it was.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|