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)

Xelation 04-08-2002 11:13 PM

Quote:

Originally posted by wooolF[RM]
http://www.xelation.com/forum

If ya know that pass, then come on in. ^_^'


;)

I have to, you wouldn't believe how many people try to access that url... I don't want anyone to see my forum before I release it. ;)

wooolF[RM] 04-08-2002 11:14 PM

]well... I understand why... ;)
but... maybe a lil screenshot for little helping wooolFie? :D

Xelation 04-08-2002 11:20 PM

Quote:

Originally posted by wooolF[RM]
well... I understand why... ;)
but... maybe a lil screenshot for little helping wooolFie? :D

nothing much to see, basically a normal vb when you install it, I'm working on adding all the things you wont see right now such as extra admin options and other useful things you can see with the eye. I'm also working on getting my vbhome to work at full capability.

Xelation 04-09-2002 12:36 AM

I need a lil help here... ok, I want to add the pm info on the right side of the forum, sorta like how wooolF[RM] has his... my problem is I dont know where to begin, I read your instructions on how to add it in the install info file. but I could not get it to work, I would just need to see how to do this once and I can hopefully add everything else afterwards.

TECK 04-09-2002 02:20 AM

Add PM info to your vbHome page

1. In forum/index.php, find the code segment:
PHP Code:

//check usergroup of user to see if they can use PMs
  
...[vB code]...
  eval(
"\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");

} else {
  
$pminfo='';


Copy that code into the vB marked area, in your home/index.php file.

2. Replace this code:
PHP Code:

eval("\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");

} else {
  
$pminfo='';


With::
PHP Code:

eval("\$homepminfo = \"".gettemplate('home_pmloggedin')."\";");

} else {
  
$homepminfo='';


Create a new template (home_pmloggedin) and copy into it the forumhome_pmloggedin contents (edited to match your homepage).

Let me know if that helped you.

TECK 04-09-2002 03:36 AM

There was a little bug when displaying the html code in the news.

home/index.php
Find this code:
PHP Code:

$newstext=bbcodeparse($getnewssql[pagetext]); 

Replace it with:
PHP Code:

$newstext=bbcodeparse($getnewssql[pagetext],$newsforum,1);
$newstext=str_replace("<br />","",$newstext); 

Thanks to Gimp and FireFly for helping on this. ;)

wooolF[RM] 04-09-2002 09:35 AM

]grrrrrrr... hate to fix bugz... :p ;) thanx for telling us :D

Xelation 04-09-2002 02:58 PM

ok, thx... I'll try it when I come home today ;)

netman 04-09-2002 04:21 PM

I am an admin of a forum this was already existing. They did it with php3. Can i still use this? I have tried with no luck. I get this error.

Parse error: parse error in /usr/sites/www.dssworld.tv/www/pages/test/index.php on line 20

I did modify index.php to look for global.php3 instead. What else could it be.

Thanks,
Netman

TECK 04-09-2002 04:23 PM

i never test it in php3. so i cannot give you an exact answer.
also make sure to put in there the right path, in chdir.


All times are GMT. The time now is 03:48 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.02149 seconds
  • Memory Usage 1,748KB
  • 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
  • (5)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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