Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives

Reply
 
Thread Tools
[Release] Forumhome Columns Allign Details »»
[Release] Forumhome Columns Allign
Version: , by Mone' Mone' is offline
Developer Last Online: Jul 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-14-2003 Last Update: Never Installs: 0
 
No support by the author.

Author: Miko
Description: This will allow you to allign the forumhome columns (Forum, Posts, Threads, Last Post )
Requirments: "Spacing Between Categories" by SaintDog
Demo: see "b3.gif" attachment for a screenshot

update: added a note to fix problem with forum with different width.

Download Now

File Type: (21.4 KB, 34 views)
File Type: (21.4 KB, 90 views)

Show Your Support

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

Comments
  #22  
Old 07-02-2003, 07:42 PM
Lain Iwakura's Avatar
Lain Iwakura Lain Iwakura is offline
 
Join Date: Jun 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working for me...

i have:
Quote:
</table>
</td>
</tr>
</table>
<br>
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">

<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a href="forumdisplay.php?$session[sessionurl]forumid=$forum[forumid]"><b>$forum[title]</b></a>
<span class="smallfont">
<if condition="$forum[description]"><br />$forum[description]</if>
<if condition="$forum[subforums]"><hr size="1" /><b>Sub-forums:</b> $forum[subforums]</if>
</span>
</td>
</tr>
and there isnt a

Quote:
<tr align="center">
<td class="thead"><span class="smallfont">&nbsp;</span></td>
<td class="thead" width="100%" align="left"><span class="smallfont"><b>Forum</b></span></td>
<td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td>
<td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td>
<td class="thead" width="150"><span class="smallfont"><b>Last Post</b></span></td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead"><span class="smallfont"><b>Moderator</b></span></td>
</if>
</tr>
to change...
Reply With Quote
  #23  
Old 08-27-2003, 12:04 AM
flame flame is offline
 
Join Date: Jan 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the same problem as a few of the other ppl in this thread, everything was working fine except for my Forumhome template the alignment was way off, plus i didnt have the specified text as described above by angelus0.
Here are the modifications to fix the above problem

in the forumhome_forumbit_level1_nopost template find:
Code:
</span>
</td>
</tr>
Below this add:
Code:
]<tr align="center">
  <td class="thead"><span class="smallfont">&nbsp;</span></td>
  <td class="thead" width="60%" align="left"><span class="smallfont"><b>Forum</b></span></td>
  <td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td>
  <td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td>
  <td class="thead" width="40%"><span class="smallfont"><b>Last Post</b></span></td>
  <if condition="$vboptions[showmoderatorcolumn]">
  <td class="thead"><span class="smallfont"><b>Moderator</b></span></td>
  </if>
</tr>
Do the same for forumhome_forumbit_level2_nopost template.

Open the FORUMHOME template and Remove:
Code:
<tr align="center">
  <td class="thead"><span class="smallfont">&nbsp;</span></td>
  <td class="thead" width="100%" align="left"><span class="smallfont"><b>Forum</b></span></td>
  <td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td>
  <td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td>
  <td class="thead" width="150"><span class="smallfont"><b>Last Post</b></span></td>
  <if condition="$vboptions[showmoderatorcolumn]">
  <td class="thead"><span class="smallfont"><b>Moderator</b></span></td>
  </if>
</tr>
Follow the rest of Miko's instructions from Step 10 onwards.

This will give you the forum|threads|posts|last post under Each seperated Forum Title

Hope this Helpsa angelus and J-J

Flame
Reply With Quote
  #24  
Old 09-05-2003, 07:18 AM
Mathieu Mathieu is offline
 
Join Date: Mar 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this fix i'll install it
Reply With Quote
  #25  
Old 09-10-2003, 06:46 AM
imported_Neptun imported_Neptun is offline
 
Join Date: Aug 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have installed all the templates but it does not work .. there are no effects - it looks like befor i do anything ...

Please help me

I have installed vB 3.0.0 Beta 6
Reply With Quote
  #26  
Old 09-20-2003, 12:30 AM
Rebel2k2 Rebel2k2 is offline
 
Join Date: Mar 2002
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Follow what flame said above there. Make sure you have Saintdog's hack installed already also. I changed my percentages to:

Code:
<tr align="center">
<td class="thead"><span class="smallfont">&nbsp;</span></td>
<td class="thead" width="55%" align="left"><span class="smallfont"><b>Forum</b></span></td>
<td class="thead" width="5%"><span class="smallfont"><b>Posts</b></span></td>
<td class="thead" width="5%"><span class="smallfont"><b>Threads</b></span></td>
<td class="thead" width="35%"><span class="smallfont"><b>Last Post</b></span></td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead"><span class="smallfont"><b>Moderator</b></span></td>
</if>
</tr>
I installed it on my site, it works great. A little jumbled in 800x600, but meh...

http://www.clangrounds.com
Reply With Quote
  #27  
Old 09-24-2003, 09:39 PM
vincenta vincenta is offline
 
Join Date: Jul 2003
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx a lot , i'll give it a try
Reply With Quote
  #28  
Old 10-02-2003, 04:16 PM
Platinum [JSI] Platinum [JSI] is offline
 
Join Date: Nov 2001
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im trying to use this fix and the code that it says to change inforumhome_forumbit_level1_nopost isnt there, all i have in there is the following :

</table>
</td>
</tr>
</table>
<br>
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a>
<span class="smallfont">
<if condition="$forum[description]"><br />$forum[description]</if>
<if condition="$forum[subforums]"><hr size="1" /><b>Sub-forums:</b> $forum[subforums]</if>
</span>
</td>
</tr>
Reply With Quote
  #29  
Old 10-02-2003, 11:59 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you installed SaintDog's Category Seperation mod?
Reply With Quote
  #30  
Old 10-03-2003, 11:34 AM
Platinum [JSI] Platinum [JSI] is offline
 
Join Date: Nov 2001
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tony
Have you installed SaintDog's Category Seperation mod?
Yea, the top part of that code is his hack
Reply With Quote
  #31  
Old 10-03-2003, 12:05 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you also installed the mod which places Forum | Topics | Posts | Last Post table bar below the category bar? Because if you have, there should be that code inside forumhome_forumbit_level1_nopost.
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 08:51 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.04639 seconds
  • Memory Usage 2,334KB
  • Queries Executed 26 (?)
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
  • (3)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete