Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
Left Sidebar on all pages. Details »»
Left Sidebar on all pages.
Version: 1.00, by Dark_Wizard Dark_Wizard is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-05-2004 Last Update: Never Installs: 153
 
No support by the author.

Provides a left, right or both sidebars on all pages.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #172  
Old 08-18-2004, 05:29 PM
nogerorob nogerorob is offline
 
Join Date: Jun 2004
Location: Portland, OR
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this same problem, couldn't resolve it and ended up removing the hack.

r
Reply With Quote
  #173  
Old 08-21-2004, 01:33 AM
jesse jesse is offline
 
Join Date: Mar 2004
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Action-N
I just got done making two posts right above this one that answers your question. It's ok to read threw the posts, it's not all random jargon.

by looking at your prior post it didnt help me..
advanced

in forum home what code goes in there
$rightsidebar
or

the code that was put into the nav bar

i need a better explanation because the post above didnt help me..
Reply With Quote
  #174  
Old 08-21-2004, 02:16 AM
jesse jesse is offline
 
Join Date: Mar 2004
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jesse
by looking at your prior post it didnt help me..
advanced

in forum home what code goes in there
$rightsidebar
or

the code that was put into the nav bar

i need a better explanation because the post above didnt help me..
wel here you go

this is for vdadvanced cms users
http://www.vbadvanced.com/membersare...tid=4&pageid=6
Reply With Quote
  #175  
Old 08-26-2004, 06:03 PM
Host Directory Host Directory is offline
 
Join Date: Feb 2003
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone write in clear instructions what i must do to add ONLY a right sidebar to my pages. I have tryed several attempts from reading the instructions with the hack but they just don't seem to have the full instructions for adding only a right sidebar. As far as displaying advertisments is concerned - adverts in the right hand side have much higher clickthroughs. This is due to the fact that many search engines display their ads on the right and have trained us subconciously to look there.

It would also be good if when writing the instructions if someone could include all the bug fixes needed to apply to get the sidebar to line up properly and without distorting the board- rather than having to wade through this thread trying to work out everything.

I would really like this hack but without the full instructions to install it only for right side i just can't work it out. Even when installing both sides it seems to shrink the forums when it should stretch everything out.

If you goto http://www.hostcompanies.com/forums/?styleid=5 you will see that everything on the board is crunched up... anyone know what i must do to fix this?

Any help appreciated
Reply With Quote
  #176  
Old 08-26-2004, 10:33 PM
Host Directory Host Directory is offline
 
Join Date: Feb 2003
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How would you make this work in postbit_legacy?

Quote:
Originally Posted by pete_brady
ok

in your postbit template, replace $spacer_open with

PHP Code:
<!-- open content container -->
<if 
condition="$show['old_explorer']">
    <
table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]align="center"><tr><td class="page" style="padding:0px 0px 0px 0px">
<else />
    <
div align="center">
        <
div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
            <
div style="padding:0px 0px 0px 0px">

</if> 
I don't know if modifying the $spacer_open template would have any knock-on effects elsewhere, so this just changes the div style padding to all zeroes instead of using the style values.

It's neither graceful nor elegant, but it works for me.
Reply With Quote
  #177  
Old 08-26-2004, 10:34 PM
Host Directory Host Directory is offline
 
Join Date: Feb 2003
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any ideas on how to make this work with only the right sidebar?

Quote:
Originally Posted by BarBeQue
Ok, i solved my own request in the previous post

instead of adding this to the end of the header template:
PHP Code:
<!-- Sidebar -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="7" border="0">
    <
tr>
        <
td style="width:150px" valign="top">$sidebar</td>
        <
td valign="top">
<!-- 
Update -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
<
tr>
        <
td style="width:100%">
<!-- /
Update -->
<!-- /
Sidebar --> 
I added this to the end of the navbar template:
PHP Code:
<!-- Sidebar -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td style="width:150px" valign="top">$sidebar</td>
        <
td style="width:10px" valign="top"> </td>
        <
td valign="top">
<!-- 
Update -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
<
tr>
        <
td style="width:100%">
<!-- /
Update -->
<!-- /
Sidebar --> 
(I basically changed the cellspacing to 0 to align it with the navbar, and since that removed all space between the menu and the right forums i added a 10 pixel colomn between them)

Works great this way. It now shows for all pages except login/forbidden/redirect or other message screens


But i still have the thread view misallignment i posted 2 pots above, so if someone can help me out there, pls do
Reply With Quote
  #178  
Old 09-11-2004, 04:45 AM
italks italks is offline
 
Join Date: Jan 2004
Location: New Delhi,INDIA
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ah i want right sidebar too.Also will it work on version 3.0.3
Reply With Quote
  #179  
Old 09-11-2004, 09:50 PM
dave6901_2000 dave6901_2000 is offline
 
Join Date: May 2004
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have vbadvance cmps and it shows on the portal page also ?
Reply With Quote
  #180  
Old 09-12-2004, 01:46 AM
fiber1's Avatar
fiber1 fiber1 is offline
 
Join Date: Jun 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dave6901_2000
I have vbadvance cmps and it shows on the portal page also ?
Read the thread the fix is posted.
Reply With Quote
  #181  
Old 09-12-2004, 02:50 PM
dave6901_2000 dave6901_2000 is offline
 
Join Date: May 2004
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gezz vbadvanced... Im not very good in english , Can anyone explain me step by step

Thx.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:17 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06797 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete