vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Can anyone spare time? (https://vborg.vbsupport.ru/showthread.php?t=38868)

rjdpa 05-21-2002 12:24 PM

Can anyone spare time?
 
Ok, I tried VBportal, and vbindex and I can't seem to get either of them to work. Would anyone have spare time to walk me through step-by-step on how to set either one of them up? My main goal is to set up the main page of my website (ex. www.mydomain.com/index.html) to have things such as polls, login area, latest 20 threads, announcements, etc. all through the vbulletin. I'm still learning but if anyone has time, I would REALLY APPRECIATE it! Thanks!!!

scsa20 05-21-2002 03:59 PM

I was able to get vBportal to work on my :)

setting up vBportal isn't that hard (even tho it took me all night to get it to work :D)

anyways, for vbportal, you go into your config file to point to the right path of your home page and to your forums. then set up the forum ids for the poll and news, then upload the style that came with it, pice of cake ;)

rjdpa 05-21-2002 07:37 PM

thank you for replying! ;) I tried that procedure already and when I try going to the 'index.php' file, it comes up completely blank. ???

rjdpa 05-21-2002 09:47 PM

Now I already have a vbulletin setup in a directory named forum. Where would I upload the vbportal files to? A new directory? or in the "forum" directory(where my vbulletin is)?

scsa20 05-22-2002 04:56 AM

lol, like I said, it's really easy. on your site FTP, there should be a folder for your forums called "forums" or something like that...now you upload everything into the main dir (the dir. before that forums folder ;)) and run that installtion thing that's in your /forums(or whatever)/admin/vbpinstall.php and follow the dirations ;)

don't forget to update the config file.

if you have any more questions, you can try asking the good people down at phpportals.com or you can send me an e-mail at scsa20@hotmail.com (or you can use that to contack me on MSN Messager) or on AIM, my AIM name is: Simonsoft NT

good luck ;)

rjdpa 05-23-2002 03:56 AM

i tried what you said, but no such luck :(
tell me what you think... http://www.rj-diamond.com/forums/ .. any idea what could be wrong?

NTLDR 05-23-2002 03:06 PM

Quote:

Originally posted by rjdpa
i tried what you said, but no such luck :(
tell me what you think... http://www.rj-diamond.com/forums/ .. any idea what could be wrong?

It has worked :D

http://www.rj-diamond.com/index.php

Its not in the forums directory, you need to delete the index.htm file in the directory above the forums one ;)

JoshFink 05-23-2002 05:20 PM

Looks like it works to me. You will probably need to create an .htaccess file that will point it to your index.php file instead of the index.html file.

PHP Code:

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<
Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
DirectoryIndex /index.php
Options ExecCGI FollowSymLinks Includes 

Now, I don't know much about .htaccess files, but it works for me

Josh

Dark_Wizard 05-23-2002 06:28 PM

All you need in the .htaccess file is this one line:

DirectoryIndex index.php


All times are GMT. The time now is 07:00 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.01124 seconds
  • Memory Usage 1,732KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete