The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Postbit Collapser/Arranger Details »» | |||||||||||||||||||||||||
THIS ADD-ON IS NO LONGER AVAILABLE AND IS NOT SUPPORTED
This add-on makes the text portion of postbits collapsable and allows the selection and arranging of what profile fields will be displayed in postbits. Features
NOTE: This add-on contains the Local Date/Time code by the late Rob Hindal (Boofo). If a large number of people think this should be removed from this mod I will remove it. This add-on will not work with any mod that forces the use of the standard vB postbit_legacy template, or with any mod that requires manual editing of the postbit templates. Known Mods that do this:
A live demo of this can be seen on my site: http://snogssite.com * INSTALLATION * ----------------------- 1) Upload the contents of the 'upload' folder to your forum's root. (If your forum's location is http://www.example.com/forums/, the root is /forums/) 2) Import the product XML file (product-pbcollapse.xml) into the Product Manager in AdminCP. 3) Go to ACP->Postbit Collapser->Postbit Display Order and set the fields you want displayed. The Postbit Collapser will be in the Thread & Posts area of the ACP Menu4) Go to ACP->Postbit Collapser->Collapser Settings and turn the system on. If you want to use a different graphic for the expand/collapse button in postbits change these buttons: /images/buttons/collapse_40d.png /images/buttons/collapse_40d_collapsed.png * History (Changelog) * ------------------------------ 1.05 (January 30, 2013)(NO NEED TO IMPORT XML IF YOU ARE RUNNING 1.04, JUST UPLOAD FILES) - Add support for CompletevB templates that use <div> instead of standard CSS <dt><dd> formatting to do the same thing. 1.04 (January 26, 2013) - Fix comments not showing on CMS articles. 1.03 (December 18, 2012) - Fix style detection with vB version 4.1.10. 1.02 (November 29, 2012) - Fix mobile styles not working. 1.01 (November 23, 2012) (never released on vB.org) - Added option to arrange and display postbits without collapsing them. - Added Last Activity and Last Post dates to display options. - Fix postbit collapser not working with Vault Wiki. 1.0.0 (November 15, 2012) - Initial Release Show Your Support
|
Comments |
#32
|
||||
|
||||
Excellent mod, thanks!!!!!
|
#33
|
||||
|
||||
I think I may have found a bug. When enabled, my comments on articles won't show. Disabled they do.
Also is there a way to make the country flags work with this? My members are crying and want their flags back. |
#34
|
|||
|
|||
Quote:
I'll have the fix for that out shortly. Which country flag mod are you using? If it's Boofo's country flags mod, you need to make this change to his 'Country Flags Template Edits' plugin... Find... Code:
$templatename = $vbulletin->options['legacypostbit'] == 1 ? 'postbit_legacy' : 'postbit'; Code:
if($vbulletin->options['pbcollapse_offon']) { $templatename = $vbulletin->options['legacypostbit'] == 1 ? 'postbit_collapse_legacy' : 'postbit_collpase_postbit'; }else{ $templatename = $vbulletin->options['legacypostbit'] == 1 ? 'postbit_legacy' : 'postbit'; } |
#35
|
|||
|
|||
Quote:
|
#36
|
||||
|
||||
Quote:
Thanks for your prompt reply! |
#37
|
|||
|
|||
Hallo,
sorry of my bad english. I installed this addon in my testforum and its great, but in the mobile style it kills the posts. Nothing to see in showthread. How can I fix this? Thanks! |
#38
|
|||
|
|||
Quote:
|
#39
|
|||
|
|||
Quote:
Do you have the mobile style properly defined in ACP->Settings->Options->Style & Language Settings? (Default Style for Old Mobile Browsers and Default Style for Modern Mobile Browsers) They can't be set to 'None'. |
#40
|
||||
|
||||
Can you link me to boofos country flag mod? I cannot find it, am interested in seeing if its a better mod that can do the job
|
#41
|
|||
|
|||
His mod was a premium mod. You won't find it anywhere. After he passed away, his premium mods became unavailable.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|