Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forums arranged in columns on forumhome Details »»
Forums arranged in columns on forumhome
Version: 1.0, by Xenon Xenon is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-31-2005 Last Update: 11-21-2005 Installs: 264
DB Changes Uses Plugins Template Edits
Code Changes  
No support by the author.

As requested several times, this hack allows you to arrange forums on forumhome in xx columns instead of just one per row as it is in standart vb3. It is a plain port of my 3.0 version you can find here.

Look at the screenshot to know what i mean

The design is changeable in the templates of course


I've tested it, and it should work, but as i don't use it myself, i cannot do a longtime test, so if you find any bugs, report them

Right now, it's just working on forumhome.
I'll add changes for forumdisplay later

Show Your Support

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

Comments
  #152  
Old 05-03-2006, 08:30 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope
Reply With Quote
  #153  
Old 05-03-2006, 12:16 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, sorry then i have no idea right now
Reply With Quote
  #154  
Old 05-04-2006, 03:48 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*sigh* oh well
Reply With Quote
  #155  
Old 05-08-2006, 01:04 PM
Frankie I Frankie I is offline
 
Join Date: Mar 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just installed this hack and all is well ecept one formating problem.

The third column (or the last column if you do not have three columns) is flush to the right of the screen creating a spacing and formating issue.
Does anyone know how to fix this?

Below is a link to my forum:

http://www.israelbbb.com/forum
Reply With Quote
  #156  
Old 05-08-2006, 01:51 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

erm, that is not per default, the setting is two forums on your board, and you manually add a third column, most likely because of a misformed template edit
Reply With Quote
  #157  
Old 05-15-2006, 06:32 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IS it possible to not have to do Code Changes for this modification? I promised myself I wouldnt install anything anymore that i had to hack my files... makes upgrading a complete pain. ALthough I might have to break it for this mod.
Reply With Quote
  #158  
Old 05-16-2006, 10:27 PM
erjavid erjavid is offline
 
Join Date: Mar 2006
Location: italy
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for my inglish, i'm italian.

This is my template template forumhome_forumbit_level1_nopost
Code:
<div class="forbg">

            <div class="forr">
<a style="float:left;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat1{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<div class="fortitel"><div class="frl"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></div><if condition="$show['subforums']"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</if></div>

            </div>
</div>
<div class="c_border_left">
      <div class="c_border_right">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">      

<if condition="$childforumbits">
<tr align="center">
      <td class="t_bg_left"  width="35">&nbsp;</td>
      <td class="t_bg" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="t_bg" width="240">$vbphrase[last_post]</td>
      <td class="t_bg" width="7%">$vbphrase[threads]</td>
      <td class="<if condition="$vboptions[showmoderatorcolumn]">t_bg<else />t_bg_right</if>" width="7%">$vbphrase[posts]</td>
      <if condition="$vboptions[showmoderatorcolumn]">
      <td class="t_bg_right"  width="12%">$vbphrase[moderator]</td>
      </if>
    </tr>
   $childforumbits
      </tbody>
 </table>
</if>
      </div>
</div>
<div class="c_border_bottombg">
      <div class="c_border_bottom_left">
      <div class="c_border_bottom-right">
      </div>
      </div>
</div>
 <div style="padding-top:5px;"></div>
how I modify it?
Reply With Quote
  #159  
Old 05-21-2006, 01:17 PM
Front-Door Front-Door is offline
 
Join Date: Apr 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've done everything the readme file said and i got this:
http://i22.photobucket.com/albums/b330/J33322/TBH.jpg
I was hoping someone could tell me how to get something like this:
http://i22.photobucket.com/albums/b330/J33322/SF.jpg
Im sure the Images are from the custom status image hack which im going to install shortly. but how do i centerize the image and put that text in? and who posted last and where?
Reply With Quote
  #160  
Old 05-24-2006, 08:51 AM
turkforum turkforum is offline
 
Join Date: Oct 2004
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
how I modify it?
Same here..Also I having problem with uplouding the product..

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
ALTER TABLE forum ADD subforumcolumns TINYINT(3) UNSIGNED DEFAULT '1' NOT NULL;

MySQL Error  : Duplicate column name 'subforumcolumns'
Error Number : 1060
Date         : Wednesday, May 24th 2006 @ 02:49:07 AM
Script       : http://www.turkyasam.com/admincp/plugin.php
Referrer     : http://www.turkyasam.com/admincp/plugin.php?do=productadd
IP Address   : xxxxxxxxxx
Username     : xxxxxxxxxxx
Classname    : xxxxxxxxxx
Reply With Quote
  #161  
Old 05-24-2006, 11:42 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

go to phpmyadmin and manually delete the subforumcolmns table, then install the product
Reply With Quote
  #162  
Old 05-28-2006, 09:12 AM
kartik786 kartik786 is offline
 
Join Date: Aug 2005
Location: India
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi!

i am not able to specify the number of columns, wher do u do it.
I tried forum manager > edit forum > didnt find any field to edit there...

can some help me out..

snap shot of how it looks wit a small mistake which me not able to find..
Reply With Quote
  #163  
Old 05-29-2006, 11:35 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it is on the edit forum form, at the very end

if it's not there for you, try to redownload the hack and reinstall it
Reply With Quote
  #164  
Old 06-29-2006, 05:36 PM
satfox360's Avatar
satfox360 satfox360 is offline
 
Join Date: Jun 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello there,

Do I upload the XML files also or just make the changes to the includes/functions_forumlist.php ?

I have downloaded something different on one of your older post but It guess it would be better use this new post for the 3.5.

Thank you in advance for any help you can provide.
Reply With Quote
  #165  
Old 06-29-2006, 06:29 PM
satfox360's Avatar
satfox360 satfox360 is offline
 
Join Date: Jun 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fatal error: Call to undefined function: construct_forum_columns() in /home/httpd/vhosts/ftalife.com/httpdocs/includes/functions_forumlist.php on line 296

This is what was shown when you went to my website.
Reply With Quote
  #166  
Old 06-29-2006, 08:21 PM
satfox360's Avatar
satfox360 satfox360 is offline
 
Join Date: Jun 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Xenon,

I'm very sorry but I'm kind of a noobie to the add-ons and hacks.

I'm willing to make a donation via paypal and encourage anyone else to do the same for very descriptive instructions in a noobies prospective.

I have read through this whole post and think that your hack is great. I've seen how well it's been working for others and can't wait to get it on my forum.

I've seen you refer to install the product. Is this the xml?

Thank you for your time on this matter.

Bobby
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 06:29 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.05978 seconds
  • Memory Usage 2,358KB
  • 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
  • (2)bbcode_code
  • (1)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