• Home
  • Extensions
  • Resources
  • Support
  • Documentation
  • Login

Joomla Developer's Tips and Tricks

I will describe here some of my expereinces in Joomla development.

Joomla Developer's Tips and Tricks
Improve Your K2 Site Performance (Extra Fields Hack: K2 before v2.7.1)

Learn how easily to improve the performance of K2 with many extra fields created, you will notice the performance boost immediately after applying this hack...

2022-06-29 Read More
Joomla Developer's Tips and Tricks
Simple ACL For K2 Extra Field Groups

How to setup the relationship between K2 user groups and extra field groups?
In the item.php, lines 15 to 19, you will find this array:
$efACL = array(
"3" => array("1", "2", "3"),
// Administrator
"4" => array("1","2"),
// Manager
"5" => array("1")
// User
);
As you can see, the keys of this array are K2 user groups ID 3, 4 and 5
And the value of each element is an array of extra field groups that can be seen by the users belonging
to the K2 user group.
For example “3”=> array(“1”, “2”, “3”) means that the users belonging to the K2 user group with ID =
3, which is the administrator group, can see the extra fields belonging to extra field groups with ID =1,
2, 3
Then, I added this condition && in_array($extraField->group, $canSee) in the IF statement which
checks for the extra field value before displaying it.

 

2022-06-28 Read More
Joomla Developer's Tips and Tricks
Display K2 Extra Field Of Current Item In Module Position

Learn how to display K2 extra field of current item in a module position.

Follow these quick and easy steps..

2022-06-28 Read More
Joomla Developer's Tips and Tricks
Easy Joomla Update System Implementation For Paid Extensions

How to implement Joomla! Update System in paid extensions?

2022-06-28 Read More
Joomla Developer's Tips and Tricks
The hidden power of Joomla! Note standard form field

I want to share with Joomla developers a trick I discovered to add a button to trigger an ajax request in ANY plugin configuration form.

Only for demonstration purposes, I will use the trick with the Log Rotation system plugin, but it can be applied to any other plugin.

2022-06-28 Read More
Joomla Developer's Tips and Tricks
Memory Limit Plugin (Joomla! 1.5 Native)

This plugin is for joomla users who don't know how to adjust memory_limit parameter of php to fix the error that says:

Fatal error: Allowed memory size of [number] bytes exhausted (tried to allocate [number] bytes) in [filename]

This error is usually fixed by changing the memory_limit parameter in php.ini or in .htaccess file, but some web hosting companies do not allow you to modify php.ini,

2009-03-09 Read More
  • 1
  • 2
  • 3

Can't Find What You're Looking For?

Browse our complete documentation or ask in our community forum.

View Documentation Visit Forum
JoomReem.Com Extensions for Joomla

Professional Joomla extensions and developer resources to help you create exceptional websites.

Products
  • All Extensions
  • AutoMeta for K2
  • Datasets for K2
  • JR Maps For K2
Resources
  • Documentation
  • Forum
  • Resources
Company
  • Contact Us
  • About Us
Legal
  • Terms & Conditions
  • Privacy Policy

© 2008-2025 JoomReem. All rights reserved.