Renae
07-19-2006, 07:14 PM
Hello,
I must be an idiot, because I cannot figure out how to get the points info on the postbit and postbit legacy.
I used the template autopatcher, because I'm lazy. It actually worked great, except my styles are custom, so I had to do 3 small edits by hand.
I have checked and ALL of the postbit/pb(postbit from her on) legacy templates are good.
I have ONE style (a modified default) style that the points show up in the pb, but not it's parent style, or any of the other ones. I have made sure the exact template mods that are found in the one that works are in the rest of them.
1) I have reviewed and re-reviewed all the pb/pb legacy templates listed.
2) searched this forum and found:
I'm wondering if $vboptions is available in all places.
In the template edit for postbit/postbit_legacy
Find:
Code:
<if condition="$vboptions['vbbux_enabled']">
Try to change that part to this:
Code:
<if condition="$vbulletin->options['vbbux_enabled']">
And see if that helps?
-CMX
But I do not see any if statements that look like these in any of the directions for pb and pb legacy. So I do not nkow how you do these "new" edits to try to make it work.
3) Both bux/Plaza enabled, checked and double checked
4) all gifts are showing up in the pb/pb legacy
5) points info/gifts are showing up in the profile(memberinfo)
I am unsure of where to go from here. I'd used all my troubleshooting skills of the day on other things.
Help me please.
I must be an idiot, because I cannot figure out how to get the points info on the postbit and postbit legacy.
I used the template autopatcher, because I'm lazy. It actually worked great, except my styles are custom, so I had to do 3 small edits by hand.
I have checked and ALL of the postbit/pb(postbit from her on) legacy templates are good.
I have ONE style (a modified default) style that the points show up in the pb, but not it's parent style, or any of the other ones. I have made sure the exact template mods that are found in the one that works are in the rest of them.
1) I have reviewed and re-reviewed all the pb/pb legacy templates listed.
2) searched this forum and found:
I'm wondering if $vboptions is available in all places.
In the template edit for postbit/postbit_legacy
Find:
Code:
<if condition="$vboptions['vbbux_enabled']">
Try to change that part to this:
Code:
<if condition="$vbulletin->options['vbbux_enabled']">
And see if that helps?
-CMX
But I do not see any if statements that look like these in any of the directions for pb and pb legacy. So I do not nkow how you do these "new" edits to try to make it work.
3) Both bux/Plaza enabled, checked and double checked
4) all gifts are showing up in the pb/pb legacy
5) points info/gifts are showing up in the profile(memberinfo)
I am unsure of where to go from here. I'd used all my troubleshooting skills of the day on other things.
Help me please.