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
  #242  
Old 05-23-2005, 06:34 PM
gonecountry gonecountry is offline
 
Join Date: Mar 2005
Location: Michigan
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The left sidebar fills the whole window after I installed any suggestions, forums get push way off tothe right.
Reply With Quote
  #243  
Old 06-03-2005, 11:48 PM
LloydSev LloydSev is offline
 
Join Date: May 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to add here.. I did not use your template to create a left sidebar on all pages...

I used your template to insert ads into a module for vBadvanced. It worked great without making me reprogram everything. Thanks.
Reply With Quote
  #244  
Old 06-08-2005, 11:05 PM
guile09 guile09 is offline
 
Join Date: Apr 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$15 Paypal to whoever can tell me how to fix this :

Quote:
Originally Posted by guile09
I'm having the same exact problem as show in the screenshot below...I just can't seem to figure out what code to modify in order to have the showthread page all lineup like it should.


Does anyone know where exactly to change the table width?
To see what I am talking about, visit FightForum.com and notice that the posts are indented from the Thread Tool bar above. I don't want the Thread Tool bar to overlap the size of the post table. I'd like everything to line up correctly. This problem is somehow related to this mod, if you can help please PM me.
Reply With Quote
  #245  
Old 06-08-2005, 11:56 PM
guile09 guile09 is offline
 
Join Date: Apr 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind, I figured this out. If anyone has a similar problem, I editted the folowing code in the postbit_legacy template...I'm assuming if you don't use legacy you would edit the same line in the postbit template.

Code:
<if condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px">
I removed "$spacer_open" at the very top of the template.


Quote:
Originally Posted by guile09
$15 Paypal to whoever can tell me how to fix this :



To see what I am talking about, visit FightForum.com and notice that the posts are indented from the Thread Tool bar above. I don't want the Thread Tool bar to overlap the size of the post table. I'd like everything to line up correctly. This problem is somehow related to this mod, if you can help please PM me.
Reply With Quote
  #246  
Old 06-13-2005, 10:55 PM
playboy playboy is offline
 
Join Date: Jul 2003
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is There Any Way I Can Make This ONLY Appear On The Forum Home? :blush:
Reply With Quote
  #247  
Old 06-14-2005, 10:06 PM
nighteyes's Avatar
nighteyes nighteyes is offline
 
Join Date: Oct 2001
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by playboy
Is There Any Way I Can Make This ONLY Appear On The Forum Home? :blush:
That's what I want to do too
Reply With Quote
  #248  
Old 06-14-2005, 10:57 PM
welo welo is offline
 
Join Date: Jan 2004
Location: Portland, Oregon
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nighteyes
Quote:
Originally Posted by playboy
Is There Any Way I Can Make This ONLY Appear On The Forum Home?
That's what I want to do too
I did this for a client. It's fairly straightforward:

1. In your ACP add a new template named 'sidebar' or similar (the example I'm using here assumes the template is named this). This is the template containing your stuff going in the sidebar.

To the FORUMHOME template AFTER $navbar add:

Code:
<!-- Added table for left sidebar on forumhome -->
<table cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td valign="top">
			<b>Menu</b>
			<hr />
			$sidebar<br />
			<img src="clear.gif" height="1" width="120" alt="" />
		</td>
		<td><img src="clear.gif" height="1" width="2" alt="" /></td>
		<td valign="top">
...then immediately ABOVE <!-- what's going on box --> add:

Code:
</td>
</tr>
</table>
<!-- /Added table for left sidebar on forumhome -->
*Note - If you want the column wider or narrower just adjust the width of the width="120" clear.gif. The width="2" clear.gif adjusts the spacing between the sidebar and main forum display.

3. Open index.php and immediately ABOVE:

eval('$navbar = "' . fetch_template('navbar') . '";');

...add:
Code:
/// Hacked in side menu on forumhome
eval('$sidebar = "' . fetch_template('sidebar') . '";');
4. Add whatever you want to the sidebar template.

That should do it .
Reply With Quote
  #249  
Old 06-15-2005, 01:33 PM
TEAMBAJAMARINE TEAMBAJAMARINE is offline
 
Join Date: Jun 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed as specified in the .txt documentation and when I went to edit global.php, this code is not there, any ideas?

eval('$header = "' . fetch_template('header') . '";');

I am running: vBulletin Version 3.0.7
Reply With Quote
  #250  
Old 06-15-2005, 02:09 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is there - line 491 in an unmodified global.php
Reply With Quote
  #251  
Old 06-15-2005, 02:37 PM
TEAMBAJAMARINE TEAMBAJAMARINE is offline
 
Join Date: Jun 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess mine must be modified, because I cannot find it, did a search in the file. Anything I can do to resolve this? Thanks in advance.

Feel free to look at my site at http://teambajamarine.com/forum
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 07:14 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.05119 seconds
  • Memory Usage 2,304KB
  • 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
  • (4)bbcode_code
  • (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