Elxis CMS Forum

Extensions => Components => Topic started by: tmcgee123 on June 19, 2009, 16:41:02

Title: [RESOLVED] SEOPRO and com_login parameters
Post by: tmcgee123 on June 19, 2009, 16:41:02
I link to com_login from the top menu and I have set parameters for com_login to use images and login/logout messages other than the default.  This works fine until I use seopro.  Then the login and logout pages appear to ignore the previously set parameters and use the default.  Site is local test only using Apache and Elxis 2009.
Title: Re: SEOPRO and com_login parameters
Post by: CREATIVE Options on June 19, 2009, 17:19:23
Have you try to make link to component ? or link to root/login.html
Title: Re: SEOPRO and com_login parameters
Post by: tmcgee123 on June 19, 2009, 17:56:54
The topmenu link is to the component :    URL: index.php?option=com_login&Itemid=63
Title: Re: SEOPRO and com_login parameters
Post by: CREATIVE Options on June 19, 2009, 18:08:51
Delete it & Trash it ! and then create a new one,
top menu -> New -> Component
Title: Re: SEOPRO and com_login parameters
Post by: tmcgee123 on June 19, 2009, 18:24:03
Thanks for your help Sirigos.  I did what you suggested ( deleted the topmenu login entry and created a new one ) and I still get the defaults when SEOPRO is active.  It works OK without SEOPRO.  Also, all other pages work OK with SEOPRO active.
Title: Re: SEOPRO and com_login parameters
Post by: datahell on June 19, 2009, 19:02:25
The login link is in system menu and overrides your other menu items parameters as it is in a higher level than any other login link.

Menu -> systemmenu -> Login

As it is a system menu it does not have any parameters. If you wish to use parameters delete it (or un-publish it) and re-create it as link to component login.
Title: Re: SEOPRO and com_login parameters
Post by: tmcgee123 on June 19, 2009, 19:24:41
The system menu change fixed my problem.  Thanks to all.