View Full Version : Show Thread Enhancements - Users choose to see either Postbit or Postbit Legacy
dvsDave
09-12-2010, 10:00 PM
1. Create profile field that had the option of "Horizontal" or "Vertical" with one of them being being the first option, it's a required field, first option is default with no blank.
NOTE: set as default whichever is your current settings.
2. Note what the fieldID is in the profile field controlpanel
3a. (If your postbit is defaultly horizontal, do this, otherwise skip to step 3.b )
Open your postbit, at the top copy this:
<vb:if condition="$bbuserinfo[fieldx] != 'Vertical'">
3b. (If your postbit is defaultly vertical, do this)
Open your postbit, at the top copy this:
<vb:if condition="$bbuserinfo[fieldx] == 'Horizontal'">
4. At the end of the postbit, copy this:
<vb:else />
5. Then copy the entire contents of your postbit_legacy template after that.
6. The after you've posted the entire postbit_legacy template, copy this:
</vb:if>
7. Make sure your admincp settings in Styles & Languages is set to NOT use the Legacy Postbit, and it will be good to go!
dvsDave
09-13-2010, 04:00 PM
Reserved for Future Use.
nero9
09-14-2010, 03:37 PM
any ss ?
dvsDave
09-14-2010, 06:35 PM
Updated with Screenshots
LoveStream
09-15-2010, 04:13 AM
Thank you. and I see your good hack.
But, I also have been seek the exactly what I desired but not same with that you made.
I think your way is more useful to switch for user easily, but if we want to force a specific foum with his child one to change the layout, the way of each forum based option to on/off would give more adjustable. :)
Indeed that is I needed to mine.
dvsDave
09-15-2010, 12:16 PM
Thank you. and I see your good hack.
But, I also have been seek the exactly what I desired but not same with that you made.
I think your way is more useful to switch for user easily, but if we want to force a specific foum with his child one to change the layout, the way of each forum based option to on/off would give more adjustable. :)
Indeed that is I needed to mine.
This hack relies on the power of vb4 Template Conditionals (https://vborg.vbsupport.ru/showthread.php?t=231525).
In your case, if you want certain forums to have postbit or postbit legacy, your code would be thus:
1) Find the forum ID of each forum that you want in the postbit (horizontal) layout, write them down.
2) Replace Step 3 (a & b) with this:
<vb:if condition="in_array($forum['forumid'], array(x,y,z))"> (Replace x,y,z with the forum ID's you want in the horizontal layout, everything else will be in the postbit_legacy layout.)
3) follow the rest of the instructions above.
lubbie
09-15-2010, 07:40 PM
Hi. Nice Addon.
I got a question to it. What will happen if i already changed the Style of my postbit_legacy? Will that have any effect like... "destroying" the look etc....
dvsDave
09-15-2010, 07:53 PM
Nope, you just copy the entire code from the postbit_legacy template and paste it where the instructions tell you to. So any custom code will transfer. I'm not so sure if mods that use the postbit_legacy hooks work, would love if someone could get a definite answer for me on that.
asd_ra7la
09-19-2010, 09:50 AM
Thank you my frend
BoostinEuros
10-11-2010, 04:56 AM
I am a bit confused, I am trying to do this mod but I cannot find <vb:if condition="$bbuserinfo[fieldx] != 'Vertical'">
in my postbit....or anything similar. I am using 4.0.3 if that helps.
I'm having a bit of a time understanding the installation.
I see a lot of copying and very little pasting (I think that's what you mean by "post")
Can you please rewrite the instructions for clarity?
Thanks
kylek
02-03-2013, 09:15 PM
Thanks, was just looking for this, works great.
Amaury
02-04-2013, 05:08 PM
I'm having a bit of a time understanding the installation.
I see a lot of copying and very little pasting (I think that's what you mean by "post")
Can you please rewrite the instructions for clarity?
Thanks
Agreed.
They're not very clear overall, either.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.