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)

pitt2424 10-07-2002 01:56 AM

ok fixed it but still no good

TECK 10-07-2002 01:57 AM

Quote:

STEP 6
Open vBulletin Admin Control Panel and set your {imagesfolder} replacement variable to your full website URL, like that:
Replacements > Modify > [expand list] > {imagesfolder} > [change original]

and change the Code to insert to the full URL, instead of your current value, images.
Example: http://www.yoursite.com/forum/images
you didnt read careflully the readmefirst file:
Code:

http://www.massmonsterz.com/forums/images

pitt2424 10-07-2002 02:00 AM

that's it but it still doesnt work. all i did was get rid of the other /

TECK 10-07-2002 02:03 AM

is because you dont have the images uploaded. i get a "image not found" error.
make sure all images are uploaded to your forum "/images" folder

edit: i just tried to go to your /forums location. it comes with a 404. i'm checking right now your url you gave me as default. brb...

buddy, your url is /forum , not /forums
pay attention to those details.

pitt2424 10-07-2002 02:10 AM

yeah i just saw that. thanks. what can i say foken newbies :p

TECK 10-07-2002 02:19 AM

Quote:

Originally posted by badham
Your site is working just like I would like mine too. I did notice that you changed the name of your root index file to home, altho I don't see where that would make any difference. I s it possible I have permissions set that are causing the problem??? The home page at my site works fine, it is the login that is not right, I also get a could not find if a pm box pops up while you are on the home page. I am not bashing your hack at all, I love it, just need some help fixing the login problem. Come to my board http://www.gearfreakz.org/index.php and use dummy/dummy for the password/user name and see if you can see what I have done.
i know the fix for it. your example helped me alot. is easier then you think. :)
i'll post the fix in 3min i'm almost done with my coding...

pitt2424 10-07-2002 02:26 AM

where can i find the group and forum id i dont see one on creation
but i may be missing it

bouncer18 10-07-2002 02:27 AM

teck.. any ideas why when i set ur settings to YES they dont show?

all i did was run vbhinstall on the 3.3 setup.
had double vb home so i ran settings.php, deleted it..
then i had nada.. so i was like okay... ran install again to get it back and here i am..

TECK 10-07-2002 02:36 AM

ok badham... i'm readdy to make you happy, as well as refertech. he had the same problem. :)
error_nopermission_loggedout template
FIND:
Code:

<form action="member.php" method="post">
[...html code...]
<a href="register.php?s=$session[sessionhash]&action=signup">

REPLACE WITH:
Code:

<form action="$bburl/member.php" method="post">
[...html code...]
<a href="$bburl/register.php?s=$session[sessionhash]&action=signup">

username_loggedout template
FIND:
Code:

<a href="register.php?action=signup">Want to register?</a>
[...html code...]
<a href="member.php?action=lostpw">Forgotten your password?</a>

REPLACE WITH:
Code:

<a href="$bburl/register.php?action=signup">Want to register?</a>
[...html code...]
<a href="$bburl/member.php?action=lostpw">Forgotten your password?</a>

enjoy. :)

TECK 10-07-2002 02:37 AM

Quote:

Originally posted by bouncer18
teck.. any ideas why when i set ur settings to YES they dont show?

all i did was run vbhinstall on the 3.3 setup.
had double vb home so i ran settings.php, deleted it..
then i had nada.. so i was like okay... ran install again to get it back and here i am..

as soon as i finish the installer.. which is in few minutes. :)


All times are GMT. The time now is 03:06 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.03894 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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