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)
-   -   vbHome (lite) - your vBulletin(powered) main homepage (https://vborg.vbsupport.ru/showthread.php?t=36756)

wooolF[RM] 04-04-2002 06:40 PM

]
Quote:

Originally posted by nakkid
does anyone have the same problem? it's working perfect for me. let me know please.
// latest threads (maximum number of threads)
$maxthreads="5";

result == 25 threads

wooolF[RM] 04-04-2002 06:43 PM

]
Quote:

Originally posted by nakkid
lol.. wooolF.. ur the expert in finding those bugs.. arnt you?? hehe
well... I'm trying... ;) As I said to u in one of my PMs (*tip* ;)) I'm not good with PHP hacks/editing... :(

Sadie Frost 04-04-2002 07:01 PM

Many thanks wooolF[RM] :)

wooolF[RM] 04-04-2002 07:03 PM

]trying to help the community ;)
By the way, very nice avatar, I like it :)

Sadie Frost 04-04-2002 07:06 PM

Thank you :) I'm what you might call "graphically challenged" or "sucks at graphics" so I'm relegated to the simple.

Also, figured out my table border problem - please try to forget that I asked such a stupid question!

TECK 04-04-2002 07:30 PM

Quote:

Originally posted by Sadie Frost
Also, figured out my table border problem - please try to forget that I asked such a stupid question!
is nothing wrong to ask. we are here to help. glad you managed all great. ;)

wooolF[RM] 04-04-2002 07:38 PM

]To Saddie :

http://www.britpack.com/announcement.php?forumid=18

Damn... that was interesting to read... If I will follow these rules 100% I could never be a MOD on your forums ;)

TECK 04-05-2002 12:23 AM

Quote:

Originally posted by wooolF[RM]
// latest threads (maximum number of threads)
$maxthreads="5";

result == 25 threads

ok.. my fault.. :(
in index.php find this code:
PHP Code:

///////////////////////////////////
// variables settings            //
///////////////////////////////////
// news forum
$newsforum="2";

// number of news listed
$newsposts="15";

// latest threads (maximum number of threads)
$maxthreads="3";

// latest threads (maximum title lenght)
$maxchars="25";

// set your root path
chdir("/home/path/to/forum");
///////////////////////////////////
// end variables settings        //
///////////////////////////////////

require("./global.php"); 

replace it with:
PHP Code:

///////////////////////////////////
// variables settings            //
///////////////////////////////////
// set your root path
chdir("/home/path/to/forum");
require(
"./global.php");

// news forum
$newsforum="2";

// number of news listed
$newsposts="15";

// latest threads (maximum number of threads)
$maxthreads="3";

// latest threads (maximum title lenght)
$maxchars="25";
///////////////////////////////////
// end variables settings        //
/////////////////////////////////// 

that should do it. :)
i updated the file.

E 04-05-2002 12:34 AM

lol... see my thinig was right :) thx for the code tho

TECK 04-05-2002 12:38 AM

E, the file i had on my pc was different then the one uploaded here.. that's why it was working good..
you are right, it was my mistake. ;)


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