vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   Just Partial Help - Forum Blocks (https://vborg.vbsupport.ru/showthread.php?t=317223)

KGodel 02-08-2015 07:14 PM

Just Partial Help - Forum Blocks
 
Hey guys. We use a theme on my site called TF Paragon. The author has since disappeared and I have been unable to contact him. The theme is great and was designed for the suite, but there is one annoying little issue; forum blocks do not function properly. Instead of appending themselves to the side of the forum, they appear BELOW all forum listings and statistics. I was wondering if someone could take a look at the theme and see if you can figure it out. A fix on one should fix all child ones, so minimal time. I might be willing to pay depending on if anyone is kind enough to help me for free. :3

KGodel 02-14-2015 11:24 PM

So I figured it out, but there is still 1 thing broken: if a user closes the tabs, it does not save anywhere, so when they refresh, the sidebar returns. Any hints?

greigeh 02-23-2015 04:00 PM

This would require looking at the full coding of the skin, it seems there might be an issue with the style storing the Cookies or something like jQuery isnt operating properly.

Alternatively, if you have a rough idea about vBulletin coding - you could set up a userfield in which has options of "Hide" & "Display Sidebar", simply using coding such as:

Code:

<if condition="$bbuserinfo[fieldID] == 'Hide'">
<style>
.sidebar-CSS {
display:none;
}
</style>
<if>



All times are GMT. The time now is 03:39 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.01591 seconds
  • Memory Usage 1,707KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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