vb.org Archive

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

Xenon 01-26-2004 06:59 PM

well, then the options are there.

J.C. 01-26-2004 07:03 PM

oh yeah... I ran it again and its there...

its under Forums Home Page Options right...

thanks a lot... now how do I 'columns' it...

J.C. 01-26-2004 07:10 PM

um is it possible to make 2 categories to be columned?

Xenon 01-26-2004 07:11 PM

hmm, theoretically yes, but it's not really tested or done by myself.

the vb3 version of this hack has that feature on the other hand ;)

J.C. 01-26-2004 08:44 PM

by the way... why is the forums descriptions disappeared? Is there anyway to keep the forums descriptions? how?

Thanks a lot for your helpful replies! :D

Xenon 01-26-2004 08:57 PM

it's just not in the template, but you can add it to the template if wanted :)

i just thought it looks better without a description

J.C. 01-26-2004 09:25 PM

Quote:

Originally Posted by Xenon
it's just not in the template, but you can add it to the template if wanted :)

i just thought it looks better without a description

um Im not familiar with it... how to add it to the template? :D

Xenon 01-27-2004 05:21 PM

just look up the other forumhome forumbits templates, and you'll the the variables to use :)

J.C. 01-28-2004 12:09 AM

Quote:

Originally Posted by Xenon
just look up the other forumhome forumbits templates, and you'll the the variables to use :)

Thanks a lot... it works! :D

Xenon 01-28-2004 12:44 PM

:)

glad to hear :)

msu 01-30-2004 07:42 PM

Thanx Mr. Xenon FOR this Great Hack

i have installed it successfully ! and i have added forum home $description variable and

its working fine . but , when i tried to add some additional variables for ( number of

posts and Last Post Info ) , table of the forum home has been changed with bad width

can you expalin to us , How to install this hack by keeping the same variables in vbulletin

( # of posts and Last post info ) ??


- Sorry for bad english :)

- regards

Xenon 01-31-2004 12:00 AM

it is mainly a template modification.

you just have to edit the colforum tablebit and ad $forum[postcount] or $forum[threadcount] into the needed positions

J.C. 02-14-2004 06:49 AM

um... Xenon... I got a problem here... you can see it here: http://www.ffindo.com/vbb

I edited the template so that it will not include forum's title and add the descriptions variable only.

I added the description of each forums via admin panel (of course:D) with html to show an image...

everthing was working fine... until I added the 9th forum, which is 'Final Fantasy Crystal Chronicles' on my board (ffindo.com/vB), the cell width changed, the right cell and left cell is not even. Please see it here: http://www.ffindo.com/vbb

I used this very same code to add images on description for all:

<img border="1" src="image.jpg" width="300" height="75">

I don't think the code above affect the cell/table, because it only goes 'weird' when I added the 9th forums.

Then after that what I do is deleting some of the still empty forums, and still the cell width is not even.

Then I add the forums again, still, its most likely will not go back to normal one.

Hope you can understand my explanation, can you help Xenon?

Thanks a lot.

J.C. 02-14-2004 06:52 AM

hmm weird... the address supposed to be http://www.ffindo.com/vB with two b, not one.

I attached an image of my board address to this post :D

Zachery 02-14-2004 08:32 AM

Quote:

Originally Posted by J.C.
hmm weird... the address supposed to be http://www.ffindo.com/vB with two b, not one.

I attached an image of my board address to this post :D

btw its spelled vB not vBB

Xenon 02-14-2004 01:45 PM

be sure you have this:
HTML Code:

<td bgcolor="{secondaltcolor}" valign="top" $width>
in your template.

this is the most important part.

but i cannot help you more, as i don't have vb2 boards anymore, and also don't have the hacks anymore to tra things out ;)

J.C. 02-14-2004 02:00 PM

Thank you very much Xenon... its working now :D:D:D

Xenon 02-14-2004 02:04 PM

:)

glad to hear that :)

UnForums2k 02-27-2004 08:27 PM

how do i drop or remove one of the sql quiries i ran it to many times lol

Xenon 02-27-2004 08:52 PM

*gg*

add the line $debug = 1; into your config.php

then you can deleten single settings from within your ACP :)

UnForums2k 02-27-2004 09:28 PM

i dont understand were i go to do this in the CP???

UnForums2k 02-27-2004 09:28 PM

i added right before the verry end ?>

Xenon 02-28-2004 12:50 PM

it doesn't matter where you add it :)

when your debug mode is set, and you log into the acp the next time, there is a new option on the left, vbulletin settings (or so, i haven't used vb2 since a long time;))
there you can manually delete them :)

msu 06-16-2004 10:45 PM

Quote:

Originally Posted by Xenon
hmm, i don't know then.

that's why i haven't clicked on give support to this hack, it's quite complicated as i realized :)

maybe for vb3 this would be easier to do, so i'll code the hack into vb3 :) and look how it'll work for forumdisplay.php



thanx mr xenon

for last replay for me

but wanted to ask you if this hack included in vb3 or not yet ?

Xenon 06-17-2004 05:42 PM

well i have released a vb3 version of this hack, yes, but also just the forumhome version.

but iirc the working instructions for forumdisplay could be in the support thread.

Battle_Ring 07-26-2004 03:17 PM

Im Not 100% Sure Someone Hasent Said This, But My Index.php Doesnt Have Everything, IE....

global $DB_site,$bbuserinfo,$iforumcache,$ipermcache,$imo dcache,$session,$accesscache,$ usergroupdef,$noperms;
global $showlocks,$hideprivateforums,$showforumdescriptio n,$forumhomedepth,$dateformat, $timeformat,$enableaccess;
global $bbforumview;
^^^^^^^^^^^^^^
I Dont Have THat Bolded Line, I Think Its Whats Giving Me The Index Error Once I Upload, I Even Add The Line In, And It Still Doesnt WOrk....Help Me

Xenon 07-27-2004 11:41 AM

actually it's not required to have that line, as you just have to put code below, but if you don't have that line, i think you have hacked your index.php already and that another hack makes problems, so i suggest you get rid of the troublemaker first.

from tabuk 10-29-2004 11:20 AM

thnks :nervous:


All times are GMT. The time now is 04:32 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.01451 seconds
  • Memory Usage 1,772KB
  • 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_html_printable
  • (4)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
  • (28)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