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)

Mr. Brian 02-18-2004 06:12 PM

Step 2 or 3, "then add this new function to the file"

Which function are you refering to?

Xenon 02-18-2004 07:36 PM

there is just one functione in the install file, so it's that function of course

Mr. Brian 02-20-2004 12:36 AM

Alright, I got it!

Thumbs up!!

Indy 03-04-2004 11:08 PM

It just dawned on me that if you click on one of the columnized forums on your index page, you are taken to the appropriate forum but you would never see the forum description. Not really a big deal, but some descriptions can provide information to the poster that would be helpful prior to them posting in that particular forum etc.

What I would like to do is to display the forum description in the navbar area immediately after the drill down info. How can I pickup the $forum[description] variable so that I can place it in the navbar???

Thanks!
Dan

Xenon 03-04-2004 11:14 PM

you may want to start a new thread, as this has nothing to do with my hack at all.

I think it's just a small template mod, so try look at vbulletintemplates.com

NTLDR 03-06-2004 07:31 PM

Small bug Stefan ;)

In the forumhome_forumbit_columncell template find:

HTML Code:

<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Replace with:

HTML Code:

<if condition="$vboptions['showforumdescription']"><div class="smallfont">$forum[description]</div></if>
As the $show['forumdescription'] doesn't exisit.

Chris Gwynne 03-07-2004 01:36 AM

Quote:

Originally Posted by NTLDR
Small bug Stefan ;)

Yep, pointed it out to Lee today :p

Has anybody been able to get the collapsable forums function working with this hack? No matter what I do I cannot seem to get it to work in conjunction...

Any help, is greatly appreciated! :D

Regards,
Chris

Xenon 03-07-2004 12:09 PM

line 426 in functions_forumlist.php:

PHP Code:

                $show['forumdescription'] = iif ($forum['description'] != ''truefalse); 

so i assume no bug :)

Xenon 03-07-2004 12:10 PM

@chris: it works perfectly for me.

Chris Gwynne 03-07-2004 12:26 PM

Quote:

Originally Posted by Xenon
@chris: it works perfectly for me.

Is that inclusive of having the table header as per someone's suggestion in here?

Or do you have the category header and then the columns straight after?

HELP! :(

Xenon 03-07-2004 12:49 PM

i have the original version of my hack of course.
i cannot speak for modifications others made

Oblivion Knight 03-08-2004 07:57 AM

Something's gone wrong with the colspan somewhere.. Any ideas.?

M.C. 03-08-2004 12:35 PM

Quote:

Originally Posted by MindTrix
https://vborg.vbsupport.ru/showthrea...threadid=59808

Theres the vB2 version of what i believe you want. You might be able to convert it over for this one, shouldnt be to hard

i did look through that thread, but code in vB3 is different, so i still have my quoestion:

HOW TO: change tableheader for columnized forum category? like it made here (on vb2) -> https://vborg.vbsupport.ru/attachmen...chmentid=16775

Xenon 03-09-2004 05:39 PM

@Oblivion knight: it seems you have not made the needed changes to the forumhome_forumbit_level1 templates.

@MC: with using an easy templatecondition on the line where that header is created

Oblivion Knight 03-09-2004 06:52 PM

Ah.. I didn't realise you had to make the change to the forumhome_forumbit_level1_nopost template.

All is working well now, thanks.. :)

Xenon 03-09-2004 08:03 PM

:)

you're welcome

M.C. 03-09-2004 10:10 PM

sorry, but i`m absolutly "0" in coding (i mean i can code HTML, but all other things and <if>-tag as well for me is non-understandable)... so, if you`ll be so kind can you please?

Xenon 03-09-2004 10:12 PM

you don't have the standard templates, so i cannot help much.

the templatemod you applied is most likely located on vbt.com, try to ask for a modification there :)

as i don't know the other mod, i just can give you the general way of doping it, but it's impossible to be more specific

M.C. 03-09-2004 11:00 PM

ok... i think i find solutions... i need to install one more template mod and if it`s not help so i`ll come back ;) Good Luck!

monstergamer 03-14-2004 11:52 PM

how do you drop the table?

Xenon 03-15-2004 01:20 PM

huh?

what table do you want to drop???

monstergamer 03-15-2004 10:26 PM

the SQL
i am not good with SQL commands and i dont know a lick about them

Xenon 03-16-2004 04:43 PM

Sorry i really don't understand what you want, maybe this thread may help ya:

[sql] -[/sql]

sabret00the 03-21-2004 04:56 PM

if i've installed the vb2 version are their any additional changes i need to make? i.e. the settings table queries etc?

cerebro 03-22-2004 04:46 PM

can i use in Vbulletin gold?

Xenon 03-22-2004 06:22 PM

@cerebro: i haven't tested it yet, but as there weren't much changes in the code i think so :)

@sabre: the vb2 version is totally different from this one.
this one works on a per forum base and the old one worked just on a setting base.
you sou have to do every step in this install file to install the hack :)

sabret00the 03-22-2004 06:24 PM

how would i go about uninstalling the vb2 version?

Xenon 03-22-2004 06:45 PM

the settings get overwritten when installing vb3 IIRC.

if not, just enable the debug mode and delete the created settings :)

cerebro 03-22-2004 07:02 PM

ok...ill try and later i tell u :P

Xenon 03-22-2004 07:10 PM

:)

i hope it will be telling, and not blaming ;)

sabret00the 03-22-2004 07:30 PM

xenon, where do i set the forums i want to display as columns i can't find this in the acp anywhere?

also i installed this before i installed this hack http://www.vbulletintemplates.com/mo...0&page=1&pp=40
with the add-on

so could you please tell me the relevant edits to make on my templates in regards to that file

and all of my catergories are closed by default and in my attempt to open them nothing happens.

Xenon 03-22-2004 08:24 PM

you have to edit a forum it self, there is an option on how many colums should it's subforums have on forumhome.

as for the Template question, you may better ask Zak, he's the template guy, i'm just good in php ^^

sabret00the 03-22-2004 09:40 PM

oh sorry i think my brains waking up, so this is all done via templates apart from the file edits :)

ok so what template do i edit to say parentid = XX display as columns?

i'm wondering as i can't find any admin options what so ever?

Fi_InCogNiTo 03-23-2004 06:50 AM

Works great on vB3 gold. Awesome hack xenon =D

My template mod is here:
http://www.vbulletintemplates.com/mo...7976#post47976

sabret00the 03-23-2004 08:19 AM

yay, how awesome is sleep, found the option in the acp and now working :)

sabret00the 03-23-2004 08:33 AM

if you installed faranth's forumhome split thing, and you wanna mod it to make this fit simply find

Code:

$childforumbits
and at the <tr> should be
Code:

<tr align="center">
above it add
Code:

<if condition="$forum['subforumcolumns'] > 1"><else />
then find
Code:

$childforumbits
and right in front of it close the if statement
Code:

</if>
that will give you perfect forums and you'll be able to mod all you like :)

anyway i'm sorry for bugging you so much last night xenon, i've now learn't never to try and hack when i'm in need of sleep :)

Xenon 03-23-2004 08:10 PM

*gg*
Glad you could solve it ;)

Vb-Hispano 03-24-2004 12:40 PM

error

Fatal error: Cannot redeclare construct_forum_columns() (previously declared in /home/httpd/vhosts/dominio.com/httpdocs/foros/includes/functions_forumlist.php:287) in /home/httpd/vhosts/dominio.com/httpdocs/foros/includes/functions_forumlist.php on line 287

cerebro 03-24-2004 05:24 PM

i have to delay install...problem whit v3 gold upgrate.

I cant find what is it...and vbulletin.com search dont work!! :(

lasto 03-24-2004 07:31 PM

Quote:

Originally Posted by sabret00the
if you installed faranth's forumhome split thing, and you wanna mod it to make this fit simply find

Code:

$childforumbits
and at the <tr> should be
Code:

<tr align="center">
above it add
Code:

<if condition="$forum['subforumcolumns'] > 1"><else />
then find
Code:

$childforumbits
and right in front of it close the if statement
Code:

</if>
that will give you perfect forums and you'll be able to mod all you like :)

anyway i'm sorry for bugging you so much last night xenon, i've now learn't never to try and hack when i'm in need of sleep :)

i aint installed the split thingy for each section where can i get it from ?

nice hack xenon - well easy to do and no probs at all on me test rc4 board

[high]* lasto click installs[/high]


All times are GMT. The time now is 04:21 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.01602 seconds
  • Memory Usage 1,821KB
  • 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
  • (10)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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