vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Postbit Collapser/Arranger (https://vborg.vbsupport.ru/showthread.php?t=290770)

GONUMBER6 01-20-2013 06:55 PM

Excellent mod, thanks!!!!!

GONUMBER6 01-26-2013 12:32 AM

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. :D

nhawk 01-26-2013 11:07 AM

Quote:

Originally Posted by GONUMBER6 (Post 2399578)
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. :D

Yes you did find a bug. Thank you!

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';
Replace it with...
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';
}


Mr_Running 01-26-2013 12:34 PM

Quote:

Originally Posted by nhawk (Post 2399631)
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';
Replace it with...
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';
}


Thanks for the fix :)

GONUMBER6 01-26-2013 02:14 PM

Quote:

Originally Posted by nhawk (Post 2399631)
Yes you did find a bug. Thank you!

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';
Replace it with...
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';
}


It's this one: https://vborg.vbsupport.ru/showthread.php?t=229511

Thanks for your prompt reply!

Lightmaster-AH 01-26-2013 03:03 PM

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!

nhawk 01-26-2013 04:38 PM

Quote:

Originally Posted by GONUMBER6 (Post 2399660)
It's this one: https://vborg.vbsupport.ru/showthread.php?t=229511

Thanks for your prompt reply!

I won't be able to do anything with that until Monday. But I will take a look at it.

nhawk 01-26-2013 04:39 PM

Quote:

Originally Posted by Lightmaster-AH (Post 2399669)
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!

What version of vBulletin are you running?

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'.

GONUMBER6 01-26-2013 04:54 PM

Quote:

Originally Posted by nhawk (Post 2399680)
I won't be able to do anything with that until Monday. But I will take a look at it.

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 :)

nhawk 01-26-2013 04:57 PM

Quote:

Originally Posted by GONUMBER6 (Post 2399684)
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 :)

His mod was a premium mod. You won't find it anywhere. After he passed away, his premium mods became unavailable.


All times are GMT. The time now is 04:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01131 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete