vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Sorky - Customize Announcements (https://vborg.vbsupport.ru/showthread.php?t=203359)

Sorky 11-14-2009 10:28 AM

Quote:

Originally Posted by Satviewers (Post 1913309)
Is there any way to get it to be above the Sub-forums if they are there

Ummm... Use "Above the Forum List (If shown)"???

Assuming you tried that and it isn't working for you... Your pic does look like the "FORUMDISPLAY" template may have been modified, so first of all, check how the options work with the default style. This will let you get acquainted with all the settings. Then check your modified "FORUMDISPLAY" template to make sure that "<!-- sub-forum list -->" comment is still in it before the SubForum table display section. When the "Above the Forum List (If shown)" option is chosen, the PlugIn insert the new announcement display right before that comment.

Satviewers 11-14-2009 01:29 PM

Sorry, thought I had tried "Above the Forum List (If shown)".

That worked.
Thanks.

mikes04537 11-14-2009 06:41 PM

uhh yea it screwed up my board un installed

Sorky 11-16-2009 01:50 AM

Quote:

Originally Posted by mikes04537 (Post 1914224)
uhh yea it screwed up my board un installed

Sorry to hear that - Did you check it with the default style? Do you have a test site I can look at to see why?

Satviewers 11-27-2009 12:30 AM

Hi,

When you click on a new post from the main forum,

e.g. http://www.satviewers.com/showthread.php?p=478#post478

Internet Explorer 8 gives error on page.

Code:

Webpage error details

Message: 'null' is null or not an object
Line: 592
Char: 128
Code: 0
URI: http://www.satviewers.com/showthread.php?p=478#post478

Where as if you go into the subforum and click the post there is no error given.
e.g. http://www.satviewers.com/showthread.php?t=476

Hope there is enough info here to reproduce the error and fix the bug.

Sorky 11-27-2009 04:07 AM

Quote:

Originally Posted by Satviewers (Post 1921447)
Hope there is enough info here to reproduce the error and fix the bug.

I see the error on your site in IE7, but I do not see how it relates to my PlugIn - Are you saying that with my PlugIn diasabled, the error does not happen, but when enabled it does?

Edit: Re-checked your site and see the error is gone so it must have been something else as I suspected.

TWTCommish 06-05-2010 03:53 PM

Quote:

Originally Posted by crazy4bass (Post 1732077)
Got this error on vb 3.8.1

The foreach() error, I believe, is a conflict with the passiveVid mod. You'll want to find this in the "passiveVid - Showthread Replacement" plugin at hook location "postbit_display_complete":

Code:

              foreach ($passiveVid as $k => $v) {
                  if ( $this->registry->options['passiveVid_sites'] & $v['id'] ) {
                      $this->post['message'] = preg_replace_callback($v['string'],create_function('$matches',$v['replacement']),$this->post['message']);
 
                  }
              }

And replace it with this:
Code:

              if (is_array($passiveVid)) {
                foreach ($passiveVid as $k => $v) {
                  if ( $this->registry->options['passiveVid_sites'] & $v['id'] ) {
                    $this->post['message'] = preg_replace_callback($v['string'],create_function('$matches',$v['replacement']),$this->post['message']);
                  }
                }
              }


stb74 08-10-2010 06:46 PM

I have two global announcements but cannot get them to display at the same time, is this possible

washingtonboise 08-11-2010 02:43 AM

Quote:

Originally Posted by stb74 (Post 2081837)
I have two global announcements but cannot get them to display at the same time, is this possible

Yes, that's totally possible. You just need to go into your configuration for displaying threads and announcements. Make sure that announcements are not displayed 'in line'

The default display is just a horrible decision by vbulletin, but not their first. Flip that switch and you'll be able to display more than one announcement.

stb74 08-11-2010 05:40 PM

Quote:

Originally Posted by washingtonboise (Post 2081990)
Yes, that's totally possible. You just need to go into your configuration for displaying threads and announcements. Make sure that announcements are not displayed 'in line'

The default display is just a horrible decision by vbulletin, but not their first. Flip that switch and you'll be able to display more than one announcement.

Thanks

Not sure whether this is it but works

Forum Display Options - Group Announcements

Change to No


All times are GMT. The time now is 09:34 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.01207 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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