Support

  1. yousef.aoub
  2. Bug Report
  3. Tuesday, August 16 2016, 10:19 PM
hello
There is a strange problem in version 2!

when plugin "Easy Profile - Author plugin" Management is displayed at the beginning site !!!

I do not understand?

please see the test site:
http://goo.gl/qSJNAK

login the site with clicked in "دخول" .

user test:
username: user-test
password: 12345

The more work please see the following page(After logging):
http://ghaen.xyz/index.php/news/buttons/38

Address first written above listed below
"Super User ایوب"/>"

But when I plugin Easy Profile - Author disable this message is also deleted

please help
admin Accepted Answer
Admin
Hi,
author plugin is the same from version 1.x

Why happen?
Joomla add author meta tag in HTML HEAD in the article page like this:

<meta name="author" content="AUTHOR NAME" />

"Easy Profile - Author" plugin convert author name into link to profile page.
Normally Joomla articles trigger content plugins (like our plugin) and specify the purpose (for example if it is article page or category page).
In category page for example there is not author meta tag because in the category you can have many articles from many authors.
Our plugin check the purpose, so if the purpose is "article page" set meta tag author without add a link. But your page not come from Joomla Article, this is article from "com_tz_portfolio". The bug is into "com_tz_portfolio", it not specify the correct purpose when it trigger content plugins.

I hope you can understand my explanation.
  1. more than a month ago
  2. Bug Report
  3. # 1
yousef.aoub Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
You will never find this code, this is generated by Joomla with function JDocument->setMetaData('author',$var)
  1. more than a month ago
  2. Bug Report
  3. # 3
yousef.aoub Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Hi,
sorry we can't help you to find where com_tz_portfolio component load meta tag, you need to contact the developer.

Anyway, keep in mind that JDocument->setMetaData is only an example, JDocument can be a variable, so you will never find this string.

We explain you why this happen to point you on right way, but we not have experience with this component.
  1. more than a month ago
  2. Bug Report
  3. # 5
yousef.aoub Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
we can't fix problems of other extensions, but you can try this workaround, in file /plugins/content/jsn_author/jsn_author.php at line 17 add this code:

if( JFactory::getApplication()->input->get( 'option' , '' ) != 'com_content' ) return;

with this author plugin will work only on Joomla Article pages
  1. more than a month ago
  2. Bug Report
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.