#676 – The SEO keyword is not saved when editing in the front end

Status: Closed - Category: Route 66
 When I enter the keyword in the administration side - it is saved and provides a score. When I do the same editing an article on the front end, the score comes up however the keyword isn't saved so you have to put it back in again if you want to do more work on the article.

Joomla version: 3.9.24
Route66 - whatever the latest version is.
Theme: Helix Ultimate from JoomShaper

This isn't a "huge" problem, but if you already have a solution - I'd appreciate it!

Rod
Hi Rod,

This feature was not designed to work in the front end. However I just made a quick experiment and it seems to work fine.
Just add the following code in line 87 of the file plugins/content/route66seo/route66seo.php :
		if ($context == 'com_content.form')
		{
			$context = 'com_content.article';
		}


If this works as expected it will be added in the next update.

Thank you for your feedback.

Regards
 
that's awesome !!!

thank you. very much appreciate it!
You are welcome.
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review