vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 07-15-2005, 03:28 PM
akira akira is offline
Junior Member
 
Join Date: Jul 2005
Posts: 8
Question Logging in link problem

Ive just descovered a problem when i log out (cookies clear fine) , you cant log back in on the portal, instead of going to -

it goes to
can anyone tell me which template i need to edit in vb please

many thanks in advance
  #2  
Old 07-15-2005, 03:37 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logging in link problem

Admin CP => vBa CMPS => Default Settings => Navbar Replacements

Make sure that login.php is listed in that option.
  #3  
Old 07-16-2005, 12:29 PM
akira akira is offline
Junior Member
 
Join Date: Jul 2005
Posts: 8
Default Re: Logging in link problem

yes it is mate, take a look at this pic -
http://www.hack-the-planet.org.uk/psp001.jpg
__________________
  #4  
Old 07-16-2005, 12:34 PM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: Logging in link problem

Don't put the full paths in those boxes. JUST the filename.php
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
  #5  
Old 07-16-2005, 01:10 PM
akira akira is offline
Junior Member
 
Join Date: Jul 2005
Posts: 8
Default Re: Logging in link problem

Ok i edited them all to filename.php but the problems still the same
__________________
  #6  
Old 07-16-2005, 01:17 PM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: Logging in link problem

Under your main vBulletin options, make sure the URL to your Forums setting is correct.
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
  #7  
Old 07-16-2005, 01:23 PM
akira akira is offline
Junior Member
 
Join Date: Jul 2005
Posts: 8
Default Re: Logging in link problem

yes that is correct too -

Forum URL
URL of your forum.
Note: do not add a trailing slash. ("/")

http://www.hack-the-planet.org.uk/forums
__________________
  #8  
Old 07-16-2005, 07:35 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logging in link problem

Where exactly are you trying to log out from?
  #9  
Old 07-17-2005, 03:05 AM
akira akira is offline
Junior Member
 
Join Date: Jul 2005
Posts: 8
Default Re: Logging in link problem

you have to log in and out on the forums themselves for it to work, if you log in on the welcome bar in the portal thats when you get the error
__________________
  #10  
Old 07-17-2005, 03:11 AM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: Logging in link problem

If I go to your portal and View Source, the login form on your navbar shows the correct ACTION:

action="http://www.hack-the-planet.org.uk/forums/login.php"

What happens when you try to log in from there?

When I enter a fake userid/password, it takes me to the expected vBulletin location, telling me it can't find that user, etc...
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
  #11  
Old 07-17-2005, 09:08 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logging in link problem

The only place I'm seeing to log in on your CMPS is in the navbar, which is working fine...
  #12  
Old 07-18-2005, 10:48 AM
SteelerNation SteelerNation is offline
Junior Member
 
Join Date: May 2005
Posts: 5
Default Re: Logging in link problem

I'm having this problem too. You can't login from the Welcome Block or the User CP module of the CMPS. However, if you login to the forums directly, then go to the CMPS, all of your info is carried over.

Try it: www.steelernation.com
Login: CMPS
Pass: CMPS

Forums: www.steelernation.com/forums/index.php
  #13  
Old 07-18-2005, 11:16 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logging in link problem

Admin CP => vBa CMPS => Default Settings => Navbar Replacements

Make sure that login.php, along with the rest of the filenames in your navbar are listed in that option and that you have not modified them. Even if they are, save your options just to be sure that the cache is updated.
  #14  
Old 07-18-2005, 11:19 AM
SteelerNation SteelerNation is offline
Junior Member
 
Join Date: May 2005
Posts: 5
Default Re: Logging in link problem

They are there. Nothing has been modified

Quote:
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
  #15  
Old 07-18-2005, 11:44 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logging in link problem

And it seems to be working fine now.
  #16  
Old 07-19-2005, 10:38 AM
SlipNslide281 SlipNslide281 is offline
Junior Member
 
Join Date: May 2005
Posts: 23
Default Re: Logging in link problem

Im having the same exact problem and my login.php and all the other php files are there.

www.sonaf.com
  #17  
Old 07-19-2005, 10:41 AM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: Logging in link problem

It's correct on your site:
<form action="http://sonaf.com/forums/login.php"
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
  #18  
Old 07-19-2005, 11:00 AM
SlipNslide281 SlipNslide281 is offline
Junior Member
 
Join Date: May 2005
Posts: 23
Default Re: Logging in link problem

Quote:
Originally Posted by ConqSoft
It's correct on your site:
<form action="http://sonaf.com/forums/login.php"
yes but you still can not log on from the vba homepage.
  #19  
Old 07-19-2005, 11:04 AM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: Logging in link problem

Why not? What happens?
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
  #20  
Old 07-19-2005, 11:12 AM
SlipNslide281 SlipNslide281 is offline
Junior Member
 
Join Date: May 2005
Posts: 23
Default Re: Logging in link problem

says page not found. Even if you scroll down to the bottom and logout it still says page not found.

Last edited by SlipNslide281; 07-19-2005 at 11:16 AM.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The problem with the link to portal and the link to the forum main page.. Giowolf Troubleshooting / "How do I..." Questions 2 05-20-2005 02:29 AM
not logging in? Gaia Troubleshooting / "How do I..." Questions 3 03-14-2005 09:27 PM
Getting there.... but small logging problem SelRahc Troubleshooting / "How do I..." Questions 7 11-17-2004 12:11 PM


All times are GMT -4. The time now is 04:29 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.