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)

kiddo1cnc 01-11-2010 10:17 PM

Find in footer template (top of footer template):
HTML Code:

{vb:raw ad_location.ad_footer_start}

Add above:
HTML Code:

{vb:raw ss_rightcolumn_end}

ALSO: Add above what? Where does this piece of code go?

Jack Jones 01-14-2010 12:36 AM

1 Attachment(s)
Hi hoping for some help here.

I changed my theme, and it's left the right column not matching.
Please see attachment. Any way to make the top of that column look like the rest of the forum?

Thanks in advance.

Jack Jones 01-14-2010 01:22 AM

Quote:

Originally Posted by Seven Skins (Post 1950256)
You need to edit .. forumhead_border

.

That didn't work for me - with the same problem as the other poster.

Any other ideas?

speedimpulse 01-14-2010 02:53 AM

please chime in on how to change head color

Seven Skins 01-14-2010 09:02 AM

I will update this mod soon.

.

Jack Jones 01-14-2010 11:23 AM

Quote:

Originally Posted by Jack Jones (Post 1955023)
Hi hoping for some help here.

I changed my theme, and it's left the right column not matching.
Please see attachment. Any way to make the top of that column look like the rest of the forum?

Thanks in advance.

Any chance of some insight into this however please?

Veer 01-14-2010 01:28 PM

Can I display side bar only on forum display page?

Fastbird 01-14-2010 11:49 PM

I'm just wondering how to disable the columns from displaying on the thread display page. I only want it on the forum home. Any insight?

texasteamplayer 01-15-2010 12:02 AM

Quote:

Originally Posted by Seven Skins (Post 1942272)
You will have to write a plugin to fetch data from database.

.

yeah....what this mod needs the most is the ability to accept the widgets from CMS, and forum blocks. Then.....this becomes the must-have, definitive, period mod.

That, and the ability for users to vertically minimize blocks they don't want, as well as admin's the ability to set some blocks to be non-minimizeable, and even the ability to assign permission for some usergroups to be able to edit it (like mods, editors, media staff, etc).

Most especially the ability to add the recent posts, recent blogs, recent articles widgets from CMS or forum. Please please please.

......can I pay you to add this? And to add code so there's a GUI, instead of tedious tempate edits for blocks? Needs an "add a left block", "add a right block" function like vB's sideblock does.

so much potential. $$$?

Seven Skins 01-15-2010 09:38 AM

15 Jan 10: Updated for vBulletin 4.0.1
2 templates has been changed.
- Save the code from "ss_rightcolumn_contents" template. (Code for ads, etc)
- Revert template belonging to this product.
- Then import the product over writting the existing installation.
- You your ad code in the "ss_rightcolumn_contents" template.


Members who want to change where the column are displayed, edit "ss_rightcolumn_start" and "ss_rightcolumn_end" template.

Find:
Code:

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
Edit it to: e.g if you just want it on home page.
Code:

<vb:if condition="THIS_SCRIPT == 'index'">

.


All times are GMT. The time now is 04:26 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.01305 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
  • (3)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