Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

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

Version: 3.0.3 Rating:
Released: 01-08-2004 Last Update: 01-16-2005 Installs: 118
 
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.

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

You can apply the changes to forumdisplay as well if wanted

Show Your Support

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

Comments
  #262  
Old 10-20-2004, 01:30 AM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure why but even i am getting
Fatal error: Cannot redeclare construct_forum_columns() (previously declared in /home/sandeep/public_html/forums/includes/functions_forumlist.php:289) in /home/sandeep/public_html/forums/includes/functions_forumlist.php on line 289

I tried the code thrice now, its all perfect, without mistakes.. Xenon ? can you please help

Regards,
Reply With Quote
  #263  
Old 10-20-2004, 02:43 PM
99SIVTEC 99SIVTEC is offline
 
Join Date: Nov 2001
Posts: 281
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did anyone ever get this working on forumdisplay? I have tons of forums and this would make life much easier.
Reply With Quote
  #264  
Old 10-20-2004, 05:23 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Sandy: erm nope, cannot help.

It looks like you have pasted the code into the function file twice, so check out it's there just once.
maybe restart with an unhacked function file and make sure you just past in everything once
Reply With Quote
  #265  
Old 10-20-2004, 06:33 PM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
@Sandy: erm nope, cannot help.

It looks like you have pasted the code into the function file twice, so check out it's there just once.
maybe restart with an unhacked function file and make sure you just past in everything once
Xenon i checked it thrice and now once again.. still aint working and same error.
do you want me to post the contents of forumlist.php file ? in my post under code tags ?

Regards,
Reply With Quote
  #266  
Old 10-21-2004, 10:46 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, don't post it, but send it to
xenon@vbulletin.org and i can take a look at it when i'm back at home
Reply With Quote
  #267  
Old 10-28-2004, 01:56 AM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
@Sandy: erm nope, cannot help.

It looks like you have pasted the code into the function file twice, so check out it's there just once.
maybe restart with an unhacked function file and make sure you just past in everything once
hello xenon you were absolutely right , i posted the function in between other function and hence the error.
however i have now fixed the same and it works perfectly fine on my forums.
http://forums.tech-arena.com

However, i would like to display my forums this way - http://extremetechsupport.org/forum/
Any comments for this ?

Big thanks for this awesome hack

Regards,
Reply With Quote
  #268  
Old 10-28-2004, 06:43 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

glad to hear

as for your second thing: erm, that's another hack called SUB-forums in columns, i don't remeber who wrote it.
Reply With Quote
  #269  
Old 11-02-2004, 04:12 PM
AWS's Avatar
AWS AWS is offline
 
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
glad to hear

as for your second thing: erm, that's another hack called SUB-forums in columns, i don't remeber who wrote it.
I just installed this. Great hack.
I have one question.
What has to be added to get users browsing to show like it does when this hack is disabled?
I've played around with the code and I can't get it working. It displays thread and post count fine.
Any ideas what I have to change to get users viewing to show up?
Reply With Quote
  #270  
Old 11-02-2004, 08:46 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i did not add much of the unused code from construct_forum_bits theoreticall if you find that line in my code:

PHP Code:
            $show['forumdescription'] = iif ($forum['description'] != ''truefalse); 
and add that below:
PHP Code:
                $children explode(','$forum['childlist']);
                foreach(
$children AS $childid)
                {
                    
$forum['browsers'] += iif($inforum["$childid"], $inforum["$childid"], 0);
                } 
you should be able to add the number of browsing users
Reply With Quote
  #271  
Old 11-03-2004, 01:25 PM
AWS's Avatar
AWS AWS is offline
 
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
well, i did not add much of the unused code from construct_forum_bits theoreticall if you find that line in my code:

PHP Code:
            $show['forumdescription'] = iif ($forum['description'] != ''truefalse); 
and add that below:
PHP Code:
                $children explode(','$forum['childlist']);
                foreach(
$children AS $childid)
                {
                    
$forum['browsers'] += iif($inforum["$childid"], $inforum["$childid"], 0);
                } 
you should be able to add the number of browsing users
I've moved that block of code arround adding it to different places in your code and couldn't get it to work. I tried what you posted and still no work.
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 12:06 PM.


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.09596 seconds
  • Memory Usage 2,325KB
  • 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_php
  • (4)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
  • (2)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