vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Align Center Not Working For Threads (https://vborg.vbsupport.ru/showthread.php?t=298799)

mbteam 06-06-2013 03:21 PM

Align Center Not Working For Threads
 
1 Attachment(s)
Hi friend,

Align Center Not Working For Threads. It works fine for post but not for threads. Please see the screenshot on attachment.

Thanks in advance

nhawk 06-06-2013 05:32 PM

It looks like you have advertising enabled for the first post in a thread. An empty advertisement would shift everything to the left like you show in your screenshot.

Double check in ACP->Advertising->Manage Ads

mbteam 06-06-2013 05:45 PM

Quote:

Originally Posted by nhawk (Post 2426201)
It looks like you have advertising enabled for the first post in a thread. An empty advertisement would shift everything to the left like you show in your screenshot.

Double check in ACP->Advertising->Manage Ads

Your great. The problem fixed & do you know how to make all threads and post Align Center automatically ?

nhawk 06-06-2013 06:44 PM

Create a plugin using the 'bbcode_parse_start' hook and put this code in it..

PHP Code:

if(THIS_SCRIPT == 'showthread' || THIS_SCRIPT == 'showpost')
{
    
$parsedtext '';
    
$text '[center]' $text '[/center]';



mbteam 06-06-2013 07:14 PM

Quote:

Originally Posted by nhawk (Post 2426220)
Creat a plugin using the 'bbcode_parse_start' hook and put this code in it..

PHP Code:

if(THIS_SCRIPT == 'showthread' || THIS_SCRIPT == 'showpost')
{
    
$parsedtext '';
    
$text '[center]' $text '[/center]';



What you mean by bbcode_parse_start? can you show an example please ?

nhawk 06-06-2013 07:19 PM

Go to ACP->Plugins & Products->Add New Plugin. It will be in the 'Hook Location' dropdown selection.

mbteam 06-06-2013 08:09 PM

Quote:

Originally Posted by nhawk (Post 2426230)
Go to ACP->Plugins & Products->Add New Plugin. It will be in the 'Hook Location' dropdown selection.

Thank you so much. It worked :D


All times are GMT. The time now is 05:55 AM.

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.01851 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete