vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Right side column on forum home and forum display (https://vborg.vbsupport.ru/showthread.php?t=229496)

tommyxv 12-04-2009 08:17 PM

Quote:

Originally Posted by crashys (Post 1925382)
Hi there,
First of, gread mod! :up:

I'm just having some problems with the position, whenever I login it loses its original position, gettes a bit more to the top, aligning with the 'Post New Thread' button. I've attached a image to explain better what I mean, please tell me if there is any fix for that.

Another question, is there any way to change it from the rightside to the leftside?

Thanks in advance for your time.


Put this at the very bottom of your navbar template:

Code:

{vb:raw sc_start}

crashys 12-04-2009 09:54 PM

Quote:

Originally Posted by tommyxv (Post 1925420)
Put this at the very bottom of your navbar template:

Code:

{vb:raw sc_start}

Hi, thanks, I've tryied it but it's still the same :|

Seven Skins, since I don't use any announcement/notices I don't need that extra feature, is there any way to keep it just alligned with the Main Category bar? I would really appreciate alot if you could help me out since I really need this addon.

Thanks again :)

fourat 12-04-2009 10:24 PM

Can you add to the column user avatar and latest post/threads in the forums

look to this thread maybe you need it
http://www.vbulletin.com/forum/showt...966&viewfull=1

Dr.osamA 12-05-2009 01:53 AM

Great work, thanks!

installed
________
Vapir Oxygen

dt-pain 12-05-2009 02:55 AM

Great mod but when using it with a banner. The banner below navbar the side column is out of alignment with the rest of the forum..

Alecsmith 12-05-2009 07:05 AM

i have install mod but i can only see side box on forum home page is it possible i can see side banner on ever page, thread what ever link i open in forum.

guvner 12-05-2009 09:20 AM

Thank you for this mod - just what VB4 needed. :up:

I also need the sidebar to appear on all forum pages - I generate revenue from banner impressions so the more pages I have it on the better - especially needed is inclusion in the postbit templates.

Is there an easy way to manually add it to the other forum pages?

Mike :)

Seven Skins 12-05-2009 04:08 PM

Mod Updated ... :)


Quote:

Originally Posted by crashys (Post 1925457)
Hi, thanks, I've tryied it but it's still the same :|

Seven Skins, since I don't use any announcement/notices I don't need that extra feature, is there any way to keep it just alligned with the Main Category bar? I would really appreciate alot if you could help me out since I really need this addon.

Thanks again :)


You can edit "sc_other" class in sc_css.css template and chnage the paddding from 0px to say 100px or 120px .... and do this till the side coulmn aligns where you want. You may need to press ctrl + f5 to see the effect in your forum.


Quote:

Originally Posted by dt-pain (Post 1925563)
Great mod but when using it with a banner. The banner below navbar the side column is out of alignment with the rest of the forum..


You can add "margin-right: 230px" to your add code .. but this will move the ad on all the pages you will have to IF statement to sort this.

Code:

<vb:if condition="THIS_SCRIPT == 'index'"><div style="margin-right: 230px">ad code</div></vb:if>
Quote:

Originally Posted by guvner (Post 1925648)
Thank you for this mod - just what VB4 needed. :up:

I also need the sidebar to appear on all forum pages - I generate revenue from banner impressions so the more pages I have it on the better - especially needed is inclusion in the postbit templates.

Is there an easy way to manually add it to the other forum pages?

Mike :)


Quote:

Originally Posted by Alecsmith (Post 1925615)
i have install mod but i can only see side box on forum home page is it possible i can see side banner on ever page, thread what ever link i open in forum.

Edit sc_start and sc_end template.
Find:
Code:

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
Say if want to show this on blogs:
Code:

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'blog'">

.

Alecsmith 12-05-2009 04:21 PM

Working now but i can't see side banner in post or thread it appear on Home Page and sub section.

fourat 12-05-2009 05:29 PM

Seven Skin I mean collapse the side column like IPB ( collapse from left to right )
when collapse from left to right the width of forum increase and the side column disappear (just collapse button stay)
No Meaningless to adding collapsing button from the bottom to the top because the side column will stay


All times are GMT. The time now is 04:03 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.01170 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (6)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