vBadvanced 3.1.0

Hassanova

New Member
How do I Add pages?

I Dont get it.

This is what I did.

VbA CMPS --> Add Pages --> BBCode
I filled in. Page title , Page Identifier, BBcode inputbox, If i'm clicking Example, It works. But what would be the URL to see the page. The Page Identifier saying: cmps_index.php?=games But if i'm doing this after saving it doesnt respond. www.mydomain.com/cmps_index.php?=games .

What's up with that ? :S
 

SiickOne

New Member
Um I have a Problem. I don't see my Portal with the calendar and etc and when i go to
http://localhost/forums/cmps_index.php it displays
"Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable."

I did edited my Forum path and my forum path I put

"$forumpath = '/forums';"

Please Help
 

paconaranjo

New Member
SiickOne said:
Um I have a Problem. I don't see my Portal with the calendar and etc and when i go to
http://localhost/forums/cmps_index.php it displays
"Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable."

I did edited my Forum path and my forum path I put

"$forumpath = '/forums';"

Please Help

Try this:

"$forumpath = '.';"
 

Jibberish

New Member
I get everything installed correctly, and when i manually enter the url to cmps_index it loads fine. but its turned off in the admin panel and when i go to turn it on in global vbadvanced settings i get:

"1||1234489063||IPADDRESS||do=modifysettings&grouptitle=adv_global||http://www.mysite.com/admincp/vba_cmps_admin.php?do=modifysettings||Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)Access Denied, you have been logged."

any ideas
 

Cokaric

New Member
MADDY said:
thanks it worked + rep

np man, do u know how to fix my pro

also I instaled this and I have this error on my template


attachment.php
 

Cokaric

New Member
Fixed previews errors but now I have new one, when I click on Forum on home page it redirect me to the www.mysite.com/index.php but my forum is on address www.mysite.com/forum.

Can some1 help me to fix this


EDIT

temporary fix

Create this file in ur root folder

index.php

add this code

PHP:
<?php
header( 'Location: http://www.ursite.com/forum/' ) ;
?>

it will redirect user to forum
 

h@ck3r

New Member
[3XTORTION];88297 said:
i installed it and everything is working fine except that the header aint appearing can anyone help ??

Yes- Had the same problem myself.

Just download your style name folder from /forum (Or wherever you have it), then upload into your forum root.

Eg. I had to download my 'Bluefox' directory from-

mysite.com/forum/images/bluefox

Then upload it to-

mysite.com/images/bluefox


-------------------​


Now I have a problem I'm hoping someone can help me with.

VBadvanced is installed in my domain root

Code:
Mysite.co.uk

And I renamed the file to 'index.php'

My VBulletin install is in

Code:
Mysite.co.uk/forum/

Everything seems to be working fine except 1 thing..

If I am viewing the portal page, and click 'Logout'- I get a 'page not found' error. This is fair- since the 'login.php' file is inside the /forum directory.

If I copy the 'login.php' file to the domain root, it doesn't help.

How can I fix my problem?


QUICK EDIT: None of my navbar links are working. They are not directing the links to /forum/link.php

How can I sort this? Is there a setting that I am missing?

I'm using bluefox/ greenfox.
 
Top