Difference between revisions of "Custom title set in SEO Manager not working"
From JReviews Documentation
Line 1: | Line 1: | ||
If you configured a custom listing title in [[Listing_Types_Manager|Listing Type SEO Manager]], it will not work by default because of a bug in Joomla 2.5 and 3.x. | If you configured a custom listing title in [[Listing_Types_Manager|Listing Type SEO Manager]], it will not work by default because of a bug in Joomla 2.5 and 3.x. | ||
− | To fix the bug, you | + | To fix the bug, you can either: |
+ | |||
+ | a) Enable the '''System - JReviews Article Overrides''' plugin in the Joomla Plugin Manager, or | ||
+ | |||
+ | b) Replace this file: | ||
+ | |||
*<span style="color: blue">/components/com_content/views/article/view.html.php</span> | *<span style="color: blue">/components/com_content/views/article/view.html.php</span> | ||
Line 12: | Line 17: | ||
*For Joomla 3.5.x: [https://docs.jreviews.com/downloads/joomla/seo-patch/view.html.php_3.5.zip view.html.php_3.5.zip] | *For Joomla 3.5.x: [https://docs.jreviews.com/downloads/joomla/seo-patch/view.html.php_3.5.zip view.html.php_3.5.zip] | ||
*For Joomla 3.6.x: [https://docs.jreviews.com/downloads/joomla/seo-patch/view.html.php_3.6.zip view.html.php_3.6.zip] | *For Joomla 3.6.x: [https://docs.jreviews.com/downloads/joomla/seo-patch/view.html.php_3.6.zip view.html.php_3.6.zip] | ||
− | + | *For Joomla 3.7.x: [https://docs.jreviews.com/downloads/joomla/seo-patch/view.html.php_3.7.zip view.html.php_3.7.zip] | |
[[Category:JReviews]] | [[Category:JReviews]] | ||
[[Category:Joomla]] | [[Category:Joomla]] | ||
[[Category:SEO]] | [[Category:SEO]] |
Revision as of 09:04, 18 May 2017
If you configured a custom listing title in Listing Type SEO Manager, it will not work by default because of a bug in Joomla 2.5 and 3.x.
To fix the bug, you can either:
a) Enable the System - JReviews Article Overrides plugin in the Joomla Plugin Manager, or
b) Replace this file:
- /components/com_content/views/article/view.html.php
with the patched file that can be downloaded here:
- For Joomla 2.5.x: view.html.php_2.5.zip
- For Joomla 3.1.x: view.html.php_3.1.zip
- For Joomla 3.2.x: view.html.php_3.2.zip
- For Joomla 3.3.x: view.html.php_3.3.zip
- For Joomla 3.4.x: view.html.php_3.4.zip
- For Joomla 3.5.x: view.html.php_3.5.zip
- For Joomla 3.6.x: view.html.php_3.6.zip
- For Joomla 3.7.x: view.html.php_3.7.zip