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)
-   -   Miscellaneous Hacks - Sidebar Column (https://vborg.vbsupport.ru/showthread.php?t=204773)

Max Taxable 08-16-2013 10:00 PM

Quote:

Originally Posted by my123world (Post 2439232)
Can someone convert this mod to vbulletin 4?

vB4 has a sidebar native to it already.

my123world 08-17-2013 01:37 PM

I am looking to have 2 sidebars. This mod if transported could work out as the second one. Can someone do this?

mp3president 08-19-2013 03:43 AM

Quote:

Originally Posted by PJSkiboy (Post 1753714)
Found the code in the .xml file to change the font color in the poll, but unfortunately you can't just change it for one style. That would be a nice addition to an update for this product.

If you edit sc_poll_headinclude, you can change color and size of the font in every seperate template

OUTL4W 01-27-2014 01:41 AM

would like to be able to add additional html blocks....how?

DR-WoWo 01-27-2014 02:48 PM

1 Attachment(s)
I liked the product and translated into Arabic with preserving the rights of programmed :up:

ausjeepo 05-15-2014 09:25 PM

I tried to load this, and it would only show on left side, and only show on forum home, nowhere else. Very disappointing as I want a right column on every forum page.

Any suggestions appreciated.

www.ausjeepoffroad.com

blind-eddie 05-15-2014 09:43 PM

You have vbadvanced, you do not need this.

Below is a link to a walk through onn how to use vba modules on vbulletin pages....

Link in my sig will show you forumpage with vba columns....

Any questions, feel free to pm me.

http://www.vbadvanced.com/forum/show...on-Walkthrough

korny 06-27-2014 08:09 AM

Quote:

Originally Posted by Mostjolly (Post 2085700)
This is a very good mods.. the only is it doesn't display correctly in showthread.php otherwise this is mod is hella sweet.

P.S. Not sure if anybody encountered the same issue.. I'm currently using vB 3.8.6.. maybe not compatible with this version?

Bumping this thread. Anyone figure out what to change so the showthread width won't shrink like about attachment. My forum is doing the same thing and can't figure out how to correct it and make it normal width. I'm running 3.8.8 and everything else seems to be running fine, just that width issue in showthread.

korny 06-27-2014 08:10 AM

Quote:

Originally Posted by Mostjolly (Post 2085700)
This is a very good mods.. the only is it doesn't display correctly in showthread.php otherwise this is mod is hella sweet.


https://vborg.vbsupport.ru/attachmen...9&d=1282130311

P.S. Not sure if anybody encountered the same issue.. I'm currently using vB 3.8.6.. maybe not compatible with this version?

Bumping this thread. Anyone figure out what to change so the showthread width won't shrink like the above attachment. My forum is doing the same thing and can't figure out how to correct it and make it normal width. I'm running 3.8.8 and everything else seems to be running fine, just that width issue in showthread.

valdet 06-27-2014 02:00 PM

Quote:

Originally Posted by korny (Post 2503996)
Bumping this thread. Anyone figure out what to change so the showthread width won't shrink like about attachment. My forum is doing the same thing and can't figure out how to correct it and make it normal width. I'm running 3.8.8 and everything else seems to be running fine, just that width issue in showthread.

Hello try this.


Create a new plugin

Product: vBulletin
Hook Location: parse_templates
Title: Fix Alignment


Plugin PHP Code:
Code:

$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';

This should fix it.

Hope this helps.
Val.


All times are GMT. The time now is 03:34 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.01746 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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