vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 06-28-2012, 11:54 PM
metalguy639 metalguy639 is offline
Junior Member
 
Join Date: Aug 2008
Posts: 13
Default vBCMPS Keeps Redirecting

How do I turn off the stupid redirect on vb 4.2??? Somehow no matter what I do vbcmps is redirecting back to the page that I set for it. I'm thinking this has something to do with the now built in navigation system, but I cannot find how to make it all work together.
Reply With Quote
  #2  
Old 07-02-2012, 12:01 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Set the default tab in the Nav Manager to what page you want to actually display
Reply With Quote
  #3  
Old 07-02-2012, 05:20 PM
metalguy639 metalguy639 is offline
Junior Member
 
Join Date: Aug 2008
Posts: 13
Default

Quote:
Originally Posted by Dragonsys View Post
Set the default tab in the Nav Manager to what page you want to actually display
Sorry you do not understand what I'm saying. When I go to the url of the page that I created for a vbcmps page it redirects me to whatever link is set to default in the navigation manager. It does NOT go to the page.
Reply With Quote
  #4  
Old 07-03-2012, 05:29 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Are you using vB's new navigation manager to add a link to your CMPS page? If so, try removing that and use the default settings that come with the CMPS to add your navbar link.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #5  
Old 07-04-2012, 02:51 AM
metalguy639 metalguy639 is offline
Junior Member
 
Join Date: Aug 2008
Posts: 13
Default

Quote:
Originally Posted by Brian View Post
Are you using vB's new navigation manager to add a link to your CMPS page? If so, try removing that and use the default settings that come with the CMPS to add your navbar link.
No I'm not using the navigation system to go to the page. I do not even have the page as a tab on the navigational menu. I'm typing in the page url as it should be for CMPS. Its redirecting back to the forum home page every time. I put "/index.php?pageid=advertising" on the end of the url and it redirects back to the page set as the default for the navigational menu. I have the word "advertising" set as the page identifier.

I've set up many vbadvanced CMPS sites so I'm either missing something that has to do with vb4 or there is a problem in the script that does not play nice with the built in vb4 redirect system.

EDIT: When I allow CMPS to add the navbar link it adds the link but then does the same thing. It redirects back to the forumhome page and does NOT go to the actual page.

Last edited by metalguy639; 07-04-2012 at 02:57 AM.
Reply With Quote
  #6  
Old 07-04-2012, 12:09 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Which site are you having this problem on?
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #7  
Old 07-04-2012, 07:57 PM
metalguy639 metalguy639 is offline
Junior Member
 
Join Date: Aug 2008
Posts: 13
Default

Quote:
Originally Posted by Brian View Post
Which site are you having this problem on?
Thanks for the help we got what we wanted to work with the built in CMS.
Reply With Quote
  #8  
Old 07-04-2012, 10:34 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by Brian View Post
the default settings that come with the CMPS to add your navbar link.
this does not work properly with vB 4.2, as the submenu's overlap & the CMPS Tabs are selected along with the main Forum tab

Quote:
Originally Posted by metalguy639 View Post
No I'm not using the navigation system to go to the page. I do not even have the page as a tab on the navigational menu. I'm typing in the page url as it should be for CMPS. Its redirecting back to the forum home page every time. I put "/index.php?pageid=advertising" on the end of the url and it redirects back to the page set as the default for the navigational menu. I have the word "advertising" set as the page identifier.

I've set up many vbadvanced CMPS sites so I'm either missing something that has to do with vb4 or there is a problem in the script that does not play nice with the built in vb4 redirect system.

EDIT: When I allow CMPS to add the navbar link it adds the link but then does the same thing. It redirects back to the forumhome page and does NOT go to the actual page.
The problem is that CMPS does not play nice with the Nav Manager in vB 4.2. You have to setup the CMPS Tabs by using the vB Nav Manager, using a combination of the THIS_SCRIPT setting & add parent tab ID to link settings.

The redirect with the Nav Manager happens when the Activity Page is set as the default you can see this link for more information
Reply With Quote
  #9  
Old 07-06-2012, 11:24 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Dragonsys - This has been corrected in the download package here. You can fix that by adding a new plugin with the following values:

Product: vBadvanced CMPS
Hook Location: navigation_tab_complete
Title: Nav Tab
Execution Order: 5
Plugin PHP Code:
PHP Code:
if (VBA_SCRIPT == 'CMPS')
{
    
$tabid 0;

Plugin is Active: Yes
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #10  
Old 07-06-2012, 01:45 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Sweet, I will get that updated on my site then.
Sorry, I missed where this was announced.
Reply With Quote
  #11  
Old 07-24-2012, 05:07 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by Brian View Post
Dragonsys - This has been corrected in the download package here. You can fix that by adding a new plugin with the following values:

Product: vBadvanced CMPS
Hook Location: navigation_tab_complete
Title: Nav Tab
Execution Order: 5
Plugin PHP Code:
PHP Code:
if (VBA_SCRIPT == 'CMPS')
{
    
$tabid 0;

Plugin is Active: Yes
This doesn't work, when you have other Plugins installed. For example, I have vbprograrage installed and with youy plugin above active, when I browse CMPS the Tab for the Garage is highlighted, along with CMPS.

I disable your plugin, and the tabs work as I expect (as long as I have manually created the tabs for CMPS)
I can give you access to my test install so you can see it for yourself if you wish, just let me know and I will open a Ticket with all of the info.
Reply With Quote
Reply


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
Error on redirecting login. HELP!! MiSdIrEcTeD_1 Troubleshooting & Problems 17 10-17-2008 11:58 AM
Redirecting to non-www URLs Webnower Troubleshooting & Problems 7 12-02-2007 01:32 PM
Problem with redirecting dhdcf "How Do I..." Questions 8 10-10-2007 02:56 PM
Redirecting to portal.. dennis21 "How Do I..." Questions 1 07-23-2007 10:56 AM
Redirecting to profile.php martyjp Troubleshooting & Problems 26 11-15-2006 03:08 PM


All times are GMT -4. The time now is 03:55 AM.

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.