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)
-   -   Arrange Sub-Forums in columns (https://vborg.vbsupport.ru/showthread.php?t=82845)

tamarian 10-12-2005 04:56 PM

For those who had problems, note that for the first change, there two slightly different lines 277 and 552:
PHP Code:

foreach ($vbulletin->iforumcache["$parentid"] AS $forumid)
foreach(
$vbulletin->iforumcache["$parentid"] AS $forumid

The difference, is only a space after foreach :)

I've updated the first post to note this.

NxTek 10-12-2005 05:20 PM

That worked great. Thanks for the update. :)

bhxtyrant 10-15-2005 08:03 AM

Hey guys,I love this idea! looks much better then the default way of displying sub forums in my opinion.But is there a way to set up aplugin to perform this action?I know editing the code is simple and straight foward but i think a plugin would be much better for the new 3.5 :) not sure if it's possible but worth some thought.

Gaspanic 10-31-2005 01:27 PM

Anybody got any idea's why mines just displaying the first subforum and none of the others?

http://www.bottleofbroon.co.uk/

Cheers.

Gaspanic 10-31-2005 01:42 PM

Nevermind, fixed it :)

TheFocusElf 10-31-2005 07:45 PM

This is a great mod -- for all perfectionists out there, and those who just demand their forums to look and feel nice; this mod is a must!

-W

dostborsa 11-13-2005 04:56 PM

don't support 3.5.1 :(

tamarian 11-13-2005 05:03 PM

Quote:

Originally Posted by dostborsa
don't support 3.5.1 :(

Why not? Working fine on my 3.5.1 test forum. I just edited the instructions to make it easier to find the code that needs changing, but it should work fine.

dostborsa 11-13-2005 05:30 PM

Can't find " foreach($vbulletin->iforumcache["$parentid"] AS $forumid) " in the file includes/functions_forumlist.php

this is a first step :(

tamarian 11-13-2005 05:37 PM

Quote:

Originally Posted by dostborsa
Can't find " foreach($vbulletin->iforumcache["$parentid"] AS $forumid) " in the file includes/functions_forumlist.php

this is a first step :(

What do you have in line 552?

dostborsa 11-13-2005 05:41 PM

thanks for answer

line 522

Bulent Tekcan 11-13-2005 05:54 PM

This hack for 3.5.x series.

You didn't find foreach($vbulletin->iforumcache["$parentid"] AS $forumid) this code of course.Becasue this code for 3.0.x series.

If your board 3.0.x series please see this https://vborg.vbsupport.ru/showthrea...threadid=63498 thread.

If your board 3.5.x series please read this page and first message.

Cheers

tamarian 11-13-2005 06:00 PM

Quote:

Originally Posted by dostborsa
thanks for answer

line 522

And line 552?

tamarian 11-13-2005 06:01 PM

Quote:

Originally Posted by Bulent Tekcan
This hack for 3.5.x series.

I think he is using 3.5.1. The problem is most likely in the editor search.

davidw 11-13-2005 06:04 PM

* christianb subscribes to this thread

this is exactly what I need - I'll work on it later and install if it is a success :D

dostborsa 11-13-2005 06:05 PM

Quote:

Originally Posted by tamarian
And line 552?

attachment line 522
https://vborg.vbsupport.ru/attachmen...chmentid=37536

tamarian 11-13-2005 06:08 PM

Quote:

Originally Posted by dostborsa

I'm not interested in 522, it's 552 :)

Bulent Tekcan 11-13-2005 06:09 PM

I think in Line 547....

I prefer use UltraEdit 32....Because some editors report different line number.

And easy way....Don't search line number.Press ctrl + F and put the data code here,than press search.

Bulent Tekcan 11-13-2005 06:33 PM

Your forum look good now ;)

dostborsa 11-13-2005 06:50 PM

Quote:

Originally Posted by tamarian
I'm not interested in 522, it's 552 :)

Thank you very much for your help and for this property. I saw it wrongly due to my illness. Again thank you very much. :nervous:


Bulent Tekcan your thought was correct, the problem was coming from my software. Thank you very much again, your web site seems better than mine.
:D

rb290 11-16-2005 02:42 AM

ummmm how do you even use sub forums ?
a hack for it anywhere for 3.5 ?

tamarian 11-16-2005 02:44 AM

Quote:

Originally Posted by rb290
ummmm how do you even use sub forums ?
a hack for it anywhere for 3.5 ?

It's a standard feature of vBulletin. When you create a forum, and choose another forum as parent, it becomes a sub-forum.

davidw 11-16-2005 10:39 AM

That was one of the many features of vbulletin that made me want to purchase it. :) I use subforums extensively.

pelican 11-18-2005 02:23 AM

what's the difference between this and this -> ( https://vborg.vbsupport.ru/showthread.php?t=91299 )

tamarian 11-18-2005 02:34 AM

Quote:

Originally Posted by pelican
what's the difference between this and this -> ( https://vborg.vbsupport.ru/showthread.php?t=91299 )

One uses templates, and one uses code. You'll be fine with either one.

rb290 11-22-2005 01:04 AM

Quote:

Originally Posted by tamarian
It's a standard feature of vBulletin. When you create a forum, and choose another forum as parent, it becomes a sub-forum.

ya i know how to create sub forums but how do you make it appear on the forums homepage like that up there

rb290 11-22-2005 01:11 AM

nevermind I didnt read a section up there

shadowdancer36 12-02-2005 10:25 PM

I can't get this hack to work..., I feel like an idiot. I followed the directions closely and it seems like the edit to the functions_forumlist.php file causes my site to come up blank.

I see you mention that it COULD be two instances of that code, but I only found one. Is it suppposed to be two?

tamarian 12-02-2005 10:36 PM

Quote:

Originally Posted by shadowdancer36
I can't get this hack to work..., I feel like an idiot. I followed the directions closely and it seems like the edit to the functions_forumlist.php file causes my site to come up blank.

I see you mention that it COULD be two instances of that code, but I only found one. Is it suppposed to be two?

It's one instance, but there's another close match that tend to confuse people. For this reason I changed the instruction by listing 3 lines block to look for, instead of one line.

newfun 12-17-2005 04:47 AM

How to move this text: Sub-Forums: out?

Smiry Kin's 12-17-2005 06:03 PM

very usfull!

RetroDreams 12-19-2005 08:30 PM

Quote:

Originally Posted by newfun
How to move this text: Sub-Forums: out?

Look in the "forumhome_forumbit_level2_post" template and remove the following:

Code:

$vbphrase[subforums]</strong>:

YLP1 12-28-2005 01:23 AM

Tamarian, I really appreciate this modification as it brings order to an otherwise very busy category page.

I have two questions: I just LOVE your forum layout (your pic examples on the mod). It appears you mastered the tabbed look.... I am fairly new to php and coding...is this a vb style? How can one get the same tabbed look?

I found the answer to my second question.

tamarian 12-28-2005 01:39 AM

Quote:

Originally Posted by YLP1
is this a vb style? How can one get the same tabbed look?

It's the standard vb style, just some different colours, and using some old vB 1.x icons

dead7 01-12-2006 02:43 PM

Working great on 3.5.2 -- Much obliged for this, organizes it all much better.

bada_bing 01-13-2006 02:27 AM

WIll this work on 3.5.3 also any change of making this a plugin ?

bada_bing 01-13-2006 03:37 PM

question how can I get me forum and subforums to look like your first example? I cant even get mine to look like that and im running vb 3.5.3 ?

bada_bing 01-14-2006 03:53 AM

Quote:

Originally Posted by bada_bing
question how can I get me forum and subforums to look like your first example? I cant even get mine to look like that and im running vb 3.5.3 ?

Anyone ?

rages4calm 01-14-2006 07:51 AM

Ok im getting a headache from hell doing this crap.

I followed all steps even with the new warnings added.

Im using 3.5.2

Made sure the forum was set to sub forum depth of 1... with the top two being 2.

i edited the php file and checked it 3 times.

When i uploaded the php file nothing changed at all.

hmm
so i set
Depth of Forums - Forum Home = 1
Depth of Forums - Forum Display = 1
Depth of Sub-Forums = 2

Ahh ha.. it works.. but.. my post counts and stats etc.. all gone.

so i put it back to
2
2
1
...
nope looks like my regular forum.

rages4calm 01-14-2006 09:44 PM

uhh anyone?


All times are GMT. The time now is 01:07 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.01330 seconds
  • Memory Usage 1,802KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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