-
iCagenda
-
iCagenda - English
-
Registration pages
Registration pages
-
gooner
-
Topic Author
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
10 years 8 months ago #7335
by gooner
I have turned the registration off in the iCagenda, options, registrations settings. But I am using sh404sef for my urls management and have noticed that every event keeps generating a registration page.
How do I stop iCagenda from producing these registration pages.
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 8 months ago #7377
by Lyr!C
Hello,
DO you have turned off registration after or before the creation of those events ?
Best Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
gooner
-
Topic Author
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 8 months ago - 10 years 8 months ago #7417
by Lyr!C
gooner wrote: Before
Thanks!
I'm not using sh404sef, but it seems that this extension is using the router.php file of iCagenda, and so generate the registration page link...
In fact, this makes sense...
I will try to see what could be done to prevent this...
Do you have possibility to edit files, and do some tests if i send you a few lines of code in php ?
Thank you!
Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Last edit: 10 years 8 months ago by Lyr!C.
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 8 months ago #7437
by Lyr!C
Hi!
Test to upgrade to 3.3.6 (just released yesterday). And check again with sef, with a purge.
Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
gooner
-
Topic Author
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
10 years 7 months ago #7551
by gooner
It is still producing the registration pages, everytime I delete it regenerates them.
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 7 months ago - 10 years 7 months ago #7556
by Lyr!C
gooner wrote: It is still producing the registration pages, everytime I delete it regenerates them.
Hi!
Thanks for feedback...
I will try to work on this issue for next 3.4.0 (which is in developement, and will be first release as alpha, beta, for user of the pro versions)
Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Last edit: 10 years 7 months ago by Lyr!C.
The following user(s) said Thank You: gooner
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 6 months ago #7651
by Lyr!C
Hello!
Could you try to edit a file to see if it could solved this issue ?
Edit the file ROOT/components/com_icagenda/helpers/icmodel.php, around lines 3400 :
Replace this :
if (($regLink == 1) && is_numeric($regLinkArticle))
{
$regUrl = JURI::root().'index.php?option=com_content&view=article&id='.$regLinkArticle.'" target="'.$browserTarget;
}
elseif ($regLink == 2)
{
$regUrl = $regLinkUrl.'" target="'.$browserTarget;
}
else
{
$regUrl = $icagenda_form.'" target="'.$browserTarget;
}
By this :
if (($regLink == 1) && is_numeric($regLinkArticle))
{
$regUrl = JURI::root().'index.php?option=com_content&view=article&id='.$regLinkArticle.'" rel="nofollow" target="'.$browserTarget;
}
elseif ($regLink == 2)
{
$regUrl = $regLinkUrl.'" rel="nofollow" target="'.$browserTarget;
}
else
{
$regUrl = $icagenda_form.'" rel="nofollow" target="'.$browserTarget;
}
Adding a rel="nofollow" could maybe help to prevent checking of such url...
Regards,
And thank you!
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
10 years 6 months ago #7689
by Lyr!C
Hi!
Do you have tested my change posted in message before ?
Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
Registration pages
Time to create page: 0.110 seconds