lonalore / metatag

e107 (v2) plugin - This plugin allows you to automatically provide structured metadata, aka "meta tags", about a website.
GNU General Public License v3.0
12 stars 10 forks source link

Plugin Not Working #5

Closed kreativmind closed 5 years ago

kreativmind commented 6 years ago

Installed today on e107 site and even though I have changed on Global and Front Page tags to be {site:name} only, it still doen't change the title bar. Still reads PageTitle - SiteName

Thanks

lonalore commented 6 years ago

Hi! Did you try to delete (Metatag) cached data?

kreativmind commented 6 years ago

I have cleared all cache under Settings---Cache as well as Content---Metatags---Settings Disable Caching = Yes

lonalore commented 6 years ago

Hmm. What "title" do you want to change? Because with this plugin, you can set value only for <meta content="..." name="title" /> and not for <title>...</title>.

e107 sets the value for <title>...</title> by using constants, so we can not redefine it.

This is an e107-related issue.

kreativmind commented 6 years ago

Oh ok. That's why then. Your plugin was recommended that it could do that instead of changing core code. I will just change the core code again and have it do what I need. Thanks for the insight.