todordev / ITPMeta

It is a Joomla! extension that puts meta tags into the site code. The component provides a list with predefined and popular meta tags. There are Open Graph, Facebook, Google and other semantic tags.
http://itprism.com/free-joomla-extensions/others/open-graph-meta
Other
4 stars 4 forks source link

two issues about ITPmeta v4.4 #11

Open joomlagate opened 8 years ago

joomlagate commented 8 years ago

Today I tested ITPmeta v4.4 on Joomla 3.5.1 on my localhost testing server built with XAMPP for Windows. After some primary taste, I found following two issues:

  1. the "link" button always suppose the website is in ROOT folder, even when my Joomla is installed in a subfolder.

On the Control Panel of ITPmeta, in the "Latest URL" box, there is a button column "Link". If you click on that button, it will try to open that URL, but, this button always appened the URL directly to the main domain, without detecting that the Joomla was installed in a subfolder.

Even after I modified the /configuration.php of Joomla and set this value:

public $live_site = 'http://localhost/j3';

It still try to open the URL /index.php?option=com_content&view=article&id=2&Itemid=101 as:

http://localhost/index.php?option=com_content&view=article&id=2&Itemid=101

  1. There is no option for _Referrer _type Meta Tag.

I tried to add a new Global Tag for Referrer type, but there is no such an option, even in the Misc buttons, there is no one for it.

Then I have to write this tag manually, but I am afraid I will make a mistake when spell the word "Referrer" .

Hope you will add this Referrer tag as a Misc option.

Thank you.

todordev commented 8 years ago

Hi @baijianpeng , Thank you very much for the post! I am going to check and fix it.

Regards, Todor