vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Forums arranged in columns on forumhome (https://vborg.vbsupport.ru/showthread.php?t=59958)

Xenon 01-09-2004 08:15 PM

@surfhog: this version work better than my old vb2 solution, as with template conditionals and all, there are some improvements to use :)

@corsacrazy: if you look closer into the construct_column function, you will see, that postcount/threadcount/description is parsed, so you just have to add it to the columncell template and it'll show :)

corsacrazy 01-09-2004 08:29 PM

cheers one more thing, if i do add the parsed selection u mentioned and the forum is private will ir reconize this and show the private text instead of the info ?

Xenon 01-09-2004 08:34 PM

you could answer this question yourself if you would have looked at the code ;)
PHP Code:

            else if (!($forumperms CANVIEW) AND $vboptions['hideprivateforums'] == 0)
            {
                
$forum['lastpostinfo'] = $vbphrase['private'];
            } 

so yes :)

corsacrazy 01-09-2004 08:36 PM

sotty im not lazy honest just dont download hacks til i know its what my forum needs, appriciate ur effots mate

*arie 01-09-2004 08:46 PM

Quote:

Originally Posted by MindTrix
*arie ---- you need to edit includes/functions_forumlist.php like it says in the instructions, then for the code underneath the line you just showed up there, Copy it all and place it above the ?> Tag at the bottom of the file.

Thanks, that worked. :)

MindTrix 01-09-2004 09:39 PM

Glad to hear it helped :)

gmarik 01-09-2004 10:51 PM

it is rather a good hack

VampireMan 01-09-2004 11:15 PM

I like this hack , there's one thing i would love to see change in this.

I have a members gallery forum that has just links as sub-forums , can this hack be altered for links as well as forums ?

Would be brilliant as there's about 30 links & have a fair page size.

Cheers
Chris

Xenon 01-10-2004 10:56 AM

Well, you know forums can actually be links, so just create some link forums as the subforums.

as you can change the desing within the template, it should be possible as well :)

DuffMan 01-10-2004 03:16 PM

Great hack. I got it installed and working on my test boards. Can't wait for the forum image addon.


All times are GMT. The time now is 12:20 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.01533 seconds
  • Memory Usage 1,735KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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