PDA


View Full Version : CMPS root to forum link problem.


chauy
08-08-2005, 02:42 PM
I know this is a simple fix error. I cant seem to find it here.
I have checked most of the postings.

My cmps portal is in the "Root Dir"
My forum is in the "Forum Dir"

So far my first try installation is swell.. everything is working except one thing.

Almost all my links are in the root, for example:

http://www.mysite.com/index.php/showthread.php?t=758

*** I need to to point to the forum root from the index page.
Something like this:

http://www.mysite.com/forum/index.php/showthread.php?t=758

I know others are having the same issue , i just cant find the post.

mholtum
08-08-2005, 03:23 PM
This has been asked and answered probably 1500 times:
admincp / vba CMPS / Default Settings. navbar replacements. If your links are in the navbar be sure these file names are in the navbar replacement box:
memberlist.php
usercp.php
register.php
faq.php
calendar.php
search.php
login.php
forumdisplay.php
profile.php
private.php
subscription.php
member.php
online.php

If your links are in the header, make sure they are in the header box.

Search is your friend

chauy
08-08-2005, 03:35 PM
Tried that..

placed both in Header Replacements & Navbar Replacements
same thing.

Hacks I have recently in 3.0.7:

-Users online the last 24 hours
-Latest threads on ForumHome
-Today's Posts on forumhome (number).

I dont know if this effect the CMPS.

mholtum
08-08-2005, 03:47 PM
shouldnt hmm

Brian
08-08-2005, 03:48 PM
Admin CP => vBulletin Options => Site Name / URL / Contact Details => Forum URL

Remove the /index.php from the end of that setting.

chauy
08-08-2005, 04:01 PM
Thanks, i remove the /index.php retest and saw the link was:

www.mysite.com//search.php

I then went back to the setting and added:

"http://www.mysite.com/forum"

and it worked.

if anyone else sees this don't add the " after forum, just leave it as is.

Thanks for helping.

I was about to go to the VBA templates and set it manually but it would take a longer time.