Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

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
  #62  
Old 02-03-2004, 08:05 PM
kontrabass kontrabass is offline
 
Join Date: Feb 2002
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, found the fix for IE 5.x

Notice the spacer_close template:

<if condition="$show['old_explorer']">
</td></tr></table>
<else />
</div>
</div>
</div>
</if>
<!-- / close content container -->

What this does is output three </div> tags if the browser is new (ie 6) or three </td></tr></table> tags if the browser is OLD (ie 5.x)

Now, in the SHOW THREAD template there appears to be an extra call for the $spacer_close at the end of the thread tools table. In IE 6 this doesn't cause any bugs because three </div> tags won't screw up anything. HOWEVER, in IE5, the </tr></td></table> tags will screw up the output - it closes the table and sends the post content to the bottom of the sidebar.

SO, here's the fix:

In SHOWTHREAD template, find:

<!-- / toolbar -->

<!-- end content table -->
$spacer_close
<!-- / end content table -->

and delete the $spacer_close text

Reply With Quote
  #63  
Old 02-05-2004, 12:39 AM
ashley53680 ashley53680 is offline
 
Join Date: Dec 2003
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, this is going to sound so stupid... I can't think!

I have the first menu...basically just edited what already was there. But when I try to add another box... it totally screws up the whole look of it, and it sits ontop of the forum.

http://simply-baby.net/forum
Reply With Quote
  #64  
Old 02-05-2004, 02:27 AM
ashley53680 ashley53680 is offline
 
Join Date: Dec 2003
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

n/m figured it out.. but did anyone figure out about the spaces when you open the threads?
Reply With Quote
  #65  
Old 02-12-2004, 01:42 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok...what gives...I uploaded a new file with an update and it's not there and in my usercp it says "In Progress"....anyone?
Reply With Quote
  #66  
Old 02-12-2004, 11:44 PM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DW - you jjust have to wait unfortunately - when I got his error, it took about 8 hours to clear it out - even robootong wouldn't help it.
Reply With Quote
  #67  
Old 02-13-2004, 12:02 AM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah = btw the reason you are getting display errors in early version of IE, is that IE5.x does not properly render compliant XHTML
Reply With Quote
  #68  
Old 02-13-2004, 10:45 AM
Franki Franki is offline
 
Join Date: Mar 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to have 2 side bars (custom php pages), one left and one right? I want to separate the page in 3 parts, one custom page on left, the vb pages on the center and another custom page on right.
Reply With Quote
  #69  
Old 02-16-2004, 12:44 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is good. I am finally gathering enough hacks that I won't have to wait for vBPortal to be released.

Someone should get this integrated with vBIndex so we could have the custom boxes with an editor and all that stuff.

Good work!

D
Reply With Quote
  #70  
Old 02-16-2004, 02:49 PM
Marulatree's Avatar
Marulatree Marulatree is offline
 
Join Date: Nov 2002
Location: London
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add this to the right side?
Reply With Quote
  #71  
Old 02-16-2004, 03:14 PM
Marulatree's Avatar
Marulatree Marulatree is offline
 
Join Date: Nov 2002
Location: London
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Never mind about my above post. BUT I am having the same problem as:

Quote:
Originally Posted by StarCraft
Thanks for this nice mod...all works fine for me but only in the showthread i have problems with the width.

Look at the PIX...hope anyone can help
Please help me someone....
Reply With Quote
  #72  
Old 02-16-2004, 03:47 PM
Marulatree's Avatar
Marulatree Marulatree is offline
 
Join Date: Nov 2002
Location: London
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's how you fix it:

Message Area Width (pixels)
(This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin) -> set this to AUTO
Reply With Quote
  #73  
Old 02-16-2004, 09:01 PM
admiralapril admiralapril is offline
 
Join Date: Nov 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd really like to have the sidebar on just the forum home and not each subsequent page. I guess what I want is TheAnt's hack, but it isn't currently available. Can anyone tell me when this will become available again? Thanks so much.

And good job with your hack, Dark Wizard. :squareeyed:
Reply With Quote
  #74  
Old 02-17-2004, 02:25 AM
jedimaster jedimaster is offline
 
Join Date: Oct 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod- installed it tonight. Was the question of how to place the column on the right ever addressed?
Reply With Quote
  #75  
Old 02-17-2004, 11:58 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jedimaster
Nice mod- installed it tonight. Was the question of how to place the column on the right ever addressed?
Just change the footer piece as follows:

From:
Code:
<!-- Sidebar -->
<!-- Update -->
		</td>
	</tr>
</table>
<!-- /Update -->
		</td>
	</tr>
</table>
<!-- /Sidebar -->
To:
Code:
<!-- Sidebar -->
<!-- Update -->
		</td>
	</tr>
</table>
<!-- /Update -->
		</td>
		<td style="width:150px" valign="top">$rightsidebar</td>
	</tr>
</table>
<!-- /Sidebar -->
Then you must create another template as you did before and call it rightsidebar and edit global.php as follows:

Find:
Code:
eval('$sidebar = "' . fetch_template('sidebar') . '";');
Add below:
Code:
eval('$rightsidebar = "' . fetch_template('rightsidebar') . '";');
Then edit your template and add your content....
Reply With Quote
  #76  
Old 02-17-2004, 07:21 PM
jedimaster jedimaster is offline
 
Join Date: Oct 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent! But now I have two sidebars- should I get rid of the sidebar template to remedy it?
Reply With Quote
Reply


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 09:36 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.10464 seconds
  • Memory Usage 2,359KB
  • Queries Executed 30 (?)
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
  • (2)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
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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