- Posts: 2
- Thank you received: 0
test your extension
3 years 7 months ago #11
by HDcms
test your extension was created by HDcms
hello
I am currently testing your extension. I find it interesting because it would allow me to display a message on another module as a test.
However, I've been asking for several weeks on different forums and I don't have an answer
I would like to test
1/ if the connected member has a contact form?
the "user_id" field of contact_details
2/ the category of the article visited
More simple I tried
$this->item->catid
$article->catid
but it doesn't work
I understand that you don't want to answer, but I'll give it a try.
Regards
I am currently testing your extension. I find it interesting because it would allow me to display a message on another module as a test.
However, I've been asking for several weeks on different forums and I don't have an answer
I would like to test
1/ if the connected member has a contact form?
the "user_id" field of contact_details
2/ the category of the article visited
More simple I tried
$this->item->catid
$article->catid
but it doesn't work
I understand that you don't want to answer, but I'll give it a try.
Regards
Please Log in or Create an account to join the conversation.
- administrator
- Offline
- Administrator
-
Less
More
- Posts: 98
- Thank you received: 13
3 years 7 months ago #12
by administrator
JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs
Replied by administrator on topic test your extension
Hello,
The PHP Condition is a standalone conditional script written in the PHP language. In your example, it will not work because it don't know $this and $article variables
.
In this case, besides PHP, you need to learn more about Joomla Framework.
Hope to help you!
The PHP Condition is a standalone conditional script written in the PHP language. In your example, it will not work because it don't know $this and $article variables

In this case, besides PHP, you need to learn more about Joomla Framework.
Hope to help you!
JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs
Please Log in or Create an account to join the conversation.
3 years 7 months ago #13
by HDcms
Replied by HDcms on topic test your extension
Hi
Yes, I understand that it is a matter of context, because depending on where you are, the calls are different.
A generic example would have helped me because I don't know where to look!
Regards
Yes, I understand that it is a matter of context, because depending on where you are, the calls are different.
A generic example would have helped me because I don't know where to look!
Regards
Please Log in or Create an account to join the conversation.
Latest articles
-
Resend Activation CodeThe utility resends the activation code so the user doesn’t have to re-register with a different email.
-
Add custom Head Tag, CSS and Javascript to Joomla articleThe Joomla plugin to add custom head tag, CSS and JavaScript to your Joomla article.
-
How to Set Up Google Analytics on Joomla websiteAdd Google Analytics to track your website.
-
Delete Joomla articles in bulkWith this plugin, you can delete posts in bulk with just one click. It saves your time.
-
Insert article attributes into another articleUse this extension to insert article attributes like title, link, image...
Plugin works like a charm in front-end, but I doesn't seem to work for administrator login as of now.
Am I doing something wrong or is the functionality site-only?