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)

aspire007 05-15-2002 06:10 AM

hmm sorry about that i will change that :) see if it works for you now :)

http://www.thechosenway.com

TECK 05-15-2002 06:16 AM

yep. you sure did got it up and running. :)
all you have to do is play with the html code and make it look the way you want.
the important thing is: you installed correctly all vbHL components.

pdmedia 05-15-2002 06:43 AM

Thanks in advance with this I will try to give you as much info as I have.

Directory structure

/web "root"
/web/vbhome "vbhome directory"
/web/forum "forum directory"

I ran info.php and entered the path that it gave me


when i try to view vbhome im my browser all I get is a blank page with the following html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


I have created all the templates and checked everything I can think of but it just wont work arrgh!

Thanks and I cant wait to get this thing working!

TECK 05-15-2002 07:02 AM

matt, get the path where /forum/global.php is located.
it will work.

pdmedia 05-15-2002 07:16 PM

thanks,
I was pointing to the vbhome directory...
Duh
Now it works.
-Matt

MomofThree 05-15-2002 08:22 PM

I'm having problems with it. See my husband usually installs the hacks for me, but he hasn't been available, so I tried to do it myself. BAD IDEA!

I have an error "Parse error: parse error in /home/www/theparentclub/index.php on line 50"

I'm not sure if I did any of it right.

Hope you can help.

Iliana
www.theparentclub.com

techno 05-15-2002 09:27 PM

I updated with this new version yesterday, and now guests can see the thread links to my private sections on the vbhome page....

Any ideas why?

If I log in as a guest, those forums cannot be seen. Only on the home page. And if I click the link, it lets me right in...(as a guest)

TECK 05-15-2002 10:11 PM

my mistake.. sorry.
in vbHL index.php file, find:
Code:

$forum=$DB_site->query("SELECT forumid FROM forum");
while ($forums=$DB_site->fetch_array($forum)) {
  if($doperm["$forums[forumid]"]["canview"] == 1) {
    $forumperms[]=$forums["forumid"];
  }
  else {
    $forumperms[]=$forums["forumid"];
  }
}

replace it with:
Code:

$forum=$DB_site->query("SELECT forumid FROM forum WHERE forumid<>$newsforum");
while ($forums=$DB_site->fetch_array($forum)) {
  if($perms["$forums[forumid]"]["canview"] == 1 || !isset($perms["$forums[forumid]"]["canview"])) {
    $forumperms[]=$forums["forumid"];
  }
}

that should do it.

MomofThree 05-15-2002 10:52 PM

Perhaps if I ask the certain questions where I had trouble, someone here can help me. Keep in mind, that I haven't installed many hacks, so I'm not very good at this.

1.) When it mentions to add the vbulletin code into the index.php for vbhome, do I put the code that is from the boards index.php in there?

2) When I tried step 5 to set my {imagesfolder} to the full url. I got a lot of broken images.

I think I did the rest correctly and when I went through the final steps I got the following error. But do I call this link to get to my vbhome page ( http://www.theparentclub.com/index.php )?
There I get this error: Parse error: parse error in /home/www/theparentclub/index.php on line 50

I am sure there is something I'm not doing right and could use some help.

Thanks,

Iliana

TECK 05-15-2002 10:54 PM

Momo... line 50 is:
Code:

// ADD HERE YOUR VBULLETIN CODE
what did you add there?
please be more specific on how you changed your { imagesfolder }

you should do it this way: instead of [high]images[/high], you should have:
http://www.yoursite.com/forum/images


All times are GMT. The time now is 06:24 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.04535 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_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