Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 07-22-2003, 03:19 AM
UND3Rburn UND3Rburn is offline
 
Join Date: Apr 2003
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vBpanel.com Style Right Column

http://www.vbpanel.com/forums/index.php?s=

How could I get something like that on my site without having to install a Portal

I know I have to edit Forum Home, but How? Can someone write this Mod Please.
Reply With Quote
  #2  
Old 07-22-2003, 04:54 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UND3Rburn
http://www.vbpanel.com/forums/index.php?s=

How could I get something like that on my site without having to install a Portal

I know I have to edit Forum Home, but How? Can someone write this Mod Please.
Lucky Guy We are trying at the moment to write a template mod for a left collumn on the forumhome, so if we succeed I will post it here..
Reply With Quote
  #3  
Old 07-23-2003, 12:18 AM
UND3Rburn UND3Rburn is offline
 
Join Date: Apr 2003
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well arent I in Luck! Thanks
Reply With Quote
  #4  
Old 07-24-2003, 11:07 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We stopped our tryouts because it messes up the forumhome. We think it's not possible with an (only) template mod, you need to hack the index.php also. While VB3 is in beta we don't like to make a hack.

Sorry
Reply With Quote
  #5  
Old 07-24-2003, 11:36 AM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smartgnome
We stopped our tryouts because it messes up the forumhome. We think it's not possible with an (only) template mod, you need to hack the index.php also. While VB3 is in beta we don't like to make a hack.

Sorry
It's possible without hacking, the mod is already here, posted in vB2 mods. Look for "side menu" - same mod works fine under vB3.

Look at my site...

http://www.britishblades.com/forums/
Reply With Quote
  #6  
Old 07-24-2003, 11:41 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Martyn
It's possible without hacking, the mod is already here, posted in vB2 mods. Look for "side menu" - same mod works fine under vB3.

Look at my site...

http://www.britishblades.com/forums/

Thanks a lot...... will try to implement it later tonight
Reply With Quote
  #7  
Old 07-24-2003, 01:29 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couldn't wait and started directly with the mod.

Looks good and fit my needs, but I have an allignment problem (see screenshot). The top between the right column and the forum is not alligned. Anyone an idee to get it right ?? I tried a lot of options but nothing works for me..... can be that I'm the cheesehead again

Code:
 
All Forums Read</a> | <a href="showgroups.php?$session[sessionurl]">View Forum Leaders</a>
	</td>
</tr>
</table>
</td></tr></table>
<!-- /main -->

<!-- rightside -->
</td>
<td width="1%"></td>
<td align="left" valign="top" width="24%">
<!-- sidemenu -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr><td class="tcat" class="smallfont">
<center><b>Forum Sidemenu</b></center>
</td>
</tr>
Thanks in advance
Attached Images
File Type: jpg rightside_menu_1.jpg (8.9 KB, 0 views)
Reply With Quote
  #8  
Old 07-24-2003, 02:13 PM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this problem, cant remember how I fixed it, I think it was because I didn't have many forums loaded up. Try adding some categories and forums. Yeah, that was it, if your sidemenu is longer than your list of forums, your forums horizonatally align to the middle.
Reply With Quote
  #9  
Old 07-25-2003, 07:32 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I tried all possible changes but no way

Think it comes from $forumbits and will look into that later.

btw: you made separations in you rightside, Hmm easy ??

Ad
Reply With Quote
  #10  
Old 07-25-2003, 08:39 AM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smartgnome

btw: you made separations in you rightside, Hmm easy ??

Ad
Very. Just put another table below the original...

Code:
<!-- newbox -->
<br>

<table cellpadding="2" cellspacing="1" border="0"  width="100%" bgcolor="#000000">
<tr><td width="100%" bgcolor="#3A4456"><b /><span class="normalfont">&nbsp;another box</b /></span>
</td /></tr />

<tr><td width="100%" valign"top" bgcolor="#333333">
<!-- Start Box Information -->
your content
<!-- End Box Information -->
</td></tr>
</table>
<!-- /newbox -->
Reply With Quote
Reply

Thread Tools
Display Modes

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:16 PM.


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.06388 seconds
  • Memory Usage 2,277KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete