vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Forums arranged in columns on forumhome (https://vborg.vbsupport.ru/showthread.php?t=99829)

GlamRockTalk 01-03-2009 08:29 PM

Well, it works on 3.7.3 right out of the box :)

Thanks! :up:

Also, needed the help for adding the latest thread info added and found it on post #373!

Quote:

add $forum[lastpostinfo] to your forumhome_forumbit_columncel template.

Very cool hack and something that I desperately needed! :D

ArnyVee 01-03-2009 11:46 PM

Quote:

Originally Posted by Veccy 150 (Post 1545921)
Thanks, works fine on 3.7.

I did all the edits but could only get it to display on forumdisplay when i added this to forumdisplay.php

Code:

if ($foruminfo['subforumcolumns'] > 1)
{
        $forumbits = construct_forum_columns($foruminfo['forumid'], $foruminfo['subforumcolumns']);
}
else
{
$forumbits = construct_forum_bit($foruminfo['forumid']);
}

in place of
Code:

$forumbits = construct_forum_bit($foruminfo['forumid']
On line 425

Does this mean that I can get it to display on my forumdisplay in the same 'side by side' manner in which the forum home is displaying?

ArnyVee 01-03-2009 11:52 PM

Quote:

Originally Posted by zkilzz (Post 1122788)
Does ANYONE know how to get this to work with forumdisplay and not just forumhome?

I will donate 50$ US to someone that are willing to do it and give me a bit support on it :D

Quote:

Originally Posted by Cheertobi (Post 1122805)
That just requieres another fileedit!

In includes/functions_forumlist.php search for: (Backup before you do any edits!)


Code:

if (THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))

Code:

if ((THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay') AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
Tobi

Wait....or is it this way to do it?

katie hunter 01-04-2009 04:28 AM

Hi,

Can someone help upgrade this modification to 3.7
I am not really good with editing it :'(

diouxsie 01-05-2009 02:38 AM

Does this mod runs on 3.7.4?

ArnyVee 01-06-2009 03:01 AM

Runs on 3.7.3 for me and someone I know is using it on 3.7.4 :)

katie hunter 01-10-2009 03:22 AM

it could cause load spike since it is out dated, i don't know =/ i don't like editing the main vb php files for a modification.

Blackheart_72 01-10-2009 05:18 AM

Quote:

Originally Posted by ArnyVee (Post 1700793)
Does this mean that I can get it to display on my forumdisplay in the same 'side by side' manner in which the forum home is displaying?

Click the link in my sig fella, go to the forums and choose regional groups.

That is how it displays for me after adding the above edit.

ArnyVee 01-11-2009 12:52 AM

Quote:

Originally Posted by Veccy 150 (Post 1707007)
Click the link in my sig fella, go to the forums and choose regional groups.

That is how it displays for me after adding the above edit.

Cool, thanks! :D

It's just that one step, right Veccy? Or, did you do both steps that I quoted a couple of posts up?

GlamRockTalk 01-11-2009 01:03 AM

I need some suggestions on how to make this a little more manageable for my forum home. I've got 56 subforums and now I have 19 rows of forums on my forum home.

Please take a look .... http://www.glamrocktalk.com/

First suggestion I need is how to 'separate' them with a small line or something? Right now they are all sitting in one big table. How would I do that?

Secondly, what can I do to save space and not make it that long? (Aside from deleting a bunch of subforums :) )

Any thoughts? Suggestions?


All times are GMT. The time now is 02:23 AM.

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.01609 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete