#676 Posted in ‘Route 66’

Latest post by Lefteris Kavadas on Friday, 12 February 2021 10:55 EET

Rod Martin
 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

Lefteris Kavadas
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

Rod Martin
that's awesome !!!

thank you. very much appreciate it!

Lefteris Kavadas
You are welcome.

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 .

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