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)

vakvak 03-27-2005 08:58 PM

Thanks, :)

jilly 03-28-2005 12:06 PM

Could I make this a user-selectable style, so that people who want the old style could choose that, and people who want less scrolling could use the column style?

Xenon 03-28-2005 02:50 PM

well, everything can be coded of course :)

all you need would be a custom profile field (yes no) and then change the if conditions, if the forums should be shown in columns or not

jilly 03-28-2005 05:07 PM

Can you give me instructions in detail when you get a chance? If you are really busy I am willing to pay - i would have pm'd that last part to you but you say no pm's in your sig :)

Xenon 03-28-2005 06:10 PM

as said create a new custom profile field just allowing yes/no as option, and afterwards open functions_forumlist.php

find:
PHP Code:

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

and change into
PHP Code:

if ($bbuserinfo['fieldxx'] == 'yes' AND THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != AND ($subsonly OR $depth MAXFORUMDEPTH)) 

replace the xx with the fieldid of your new custom field :)

that's all

jilly 03-28-2005 07:20 PM

Okay, I tried it out, made it a Single-Selection Radio Button with a yes/no selection, put it under 'Edit Options' section in the User CP, and noted the field number, and did the mod in functions_forumlist.php, however now it shows the old way again, and setting the radio button to yes or no doesn't change it.

Xenon 03-28-2005 09:25 PM

it's a casesensitive yes or no, maybe there's the problem?

jilly 03-28-2005 11:43 PM

That was it! I made sure the case matched and it worked! Thanks Xenon, you are a true genius!!!

jilly 03-28-2005 11:50 PM

when I use the 'old' layout, the columns and such seem to be a bit off - see screenshot - i notice for example on the mod list, it looks like the mod names are centered now - I dont think they were before. Any idea on how to make the old layout line up a bit more evenly?

Xenon 03-29-2005 11:01 AM

glad you could solve it :)

oh yes, i know the second problem :)
i forgot to tell you, that you ahve to manipulate the template forumhome_forumbit_level1_nopost as well.

find there
HTML Code:

<if condition="$forum['subforumcolumns'] > 1">
and change it to
HTML Code:

<if condition="$bbuserinfo['fieldxx'] == 'yes' AND $forum['subforumcolumns'] > 1">


All times are GMT. The time now is 07:37 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.01648 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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