vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the Left Side of Every Forum Page (https://vborg.vbsupport.ru/showthread.php?t=91888)

JenniferK 08-24-2006 09:28 PM

Kerry-Anne - thanks, I will have to test that out later. But I just wanted to say that you have been super helpful throughout this whole thread!

peterska2 08-24-2006 09:35 PM

No prob, just let me know how it works as I'll bookmark it if it works right in case the same question comes up again.

saadahmed007 09-07-2006 02:02 AM

Is there any way i can move the columns under navbar?

thanks.

saadahmed007 09-08-2006 01:04 AM

If i put it in the last of the header, it comes side by the navbar. I want it under the navbar.

I tried doing separate for FORUMHOME, FORUMDISPLAY, etc, but i want it on all the pages and under the navbar.

masterross 09-08-2006 08:34 PM

hi,

how to hide column on specific forums?
for example:
forumdisplay.php?f=101
forumdisplay.php?f=42
forumdisplay.php?f=10


or in specific threads?
like:
showthread.php?t=190187
showthread.php?t=4356
showthread.php?t=87632


thanks!

Rik Brown 09-20-2006 12:08 PM

Has anyone attempted to see if this mod works on vb 3.6.1? I'm using 3.6.0 and it works excellently. But it appears that the vb 3.6.1 upgrade requires many template changes.

As I find this mod more important than the improvements in 3.6.1, I would rather wait to hear from someone else before attempting the changeover.

Any reports yet?

Thanks. -- Rik

JenniferK 09-23-2006 05:11 AM

Rik, works fine in 3.6.1 :)

Kerry-Anne - i forgot to let you know, that didn't work for me, it shifted things all over. But that's OK, I've gotten used to the footer the way it is. I have a new problem though that I just became aware of since I use IE and it only seems to happen in Firefox.

The line "All times are GMT -5. The time now is 01:06 AM." in the footer gets pushed way over and to the top so that you have to scroll to the right a whole page width. Any idea how to correct that?

oldfan 09-24-2006 10:40 PM

I'm looking to add all the "whats going on" blocks to the sidebar, is this possible?
Also why is it in the "showthread.php?" after the second/third post does the layout go back to normal?
example >> http://www.metallifukinca.com/showthread.php?t=3348

navjotjsingh 09-25-2006 03:00 PM

Quote:

Originally Posted by peterska2
Rik,

Have a look at instructions in this post. They explain how to not have it on the register page. You add more pages by using the same variable and getting the script name from the top of the php file and adding an or to your conditional so you might end up with a conditional like this (well actually you won't but I just picked some pages that I kow the script names of)
Code:

<if condition="THIS_SCRIPT!='register' || THIS_SCRIPT!='index' || THIS_SCRIPT!='private' || THIS_SCRIPT!='adv_index'">
Whatever you do don't actually use that conditional as it will not display on your vBAdvanced (if you use it), your forumhome, private messaging, and registration pages. That is just a sample to show how to put more pages into the conditional.

Can you tell how to disable this left bar in User CP? I am already using a conditional for disabling it on vbadvanced CMPS Homepage:

Code:

<if condition="VB_AREA != VBA_PORTAL">
</if>


navjotjsingh 09-25-2006 06:29 PM

Ok for me instead of

<if condition="THIS_SCRIPT!='usercp' || THIS_SCRIPT!='private' || VB_AREA != VBA_PORTAL">

this works only

<if condition="THIS_SCRIPT!='usercp' && THIS_SCRIPT!='private' && VB_AREA != VBA_PORTAL">


All times are GMT. The time now is 03:51 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.01430 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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