The Techjoomla Blog

Stay updated with all the latest happenings at Techjoomla. From news about the developments in your favourite extensions to Tips & Tricks about the Joomla CMS, Framework & Development.

Hierarchy Management is here!

Hierarchy Management is here!

For the past couple of months, we have released couple of blogs on some of our infrastructure extensions like TJ vendor and TJ notifications and we thank you for the feedback. We are happy to introduce yet another infrastructure extension-Hierarchy Management.

Hierarchy Management is an horizontal(Infrastructure) extension for Joomla that allows setting up general or context specific hierarchical relations between users which can be further be used by other extensions for a variety of purposes like allowing special access control, reports generation and so on. Hierarchy is currently supported out of the box by TJ Reports for manager reporting and JLike for assignments. Read on for the features.

Continue reading
1
  6789 Hits

TJ Reports-Universal reporting engine for Joomla is here!

TJ Reports-Universal reporting engine for Joomla is here!

We are super excited to introduce TJ Reports - our Infrastructure extension that allows developers to easily develop reporting plugins and get extensive reporting capabilities in their extensions. Features include extension specific and multi extension reports, Report default configuration, Report customisation and CSV exports to name a few.

Let’s look at the features it offers in detail as well as how the integration with extensions works. Continue reading for the feature list.

Continue reading
3
  7905 Hits

Add automatic updates to your extensions with Akeeba Release System (ARS) & Native Joomla updates

Add automatic updates to your extensions with Akeeba Release System (ARS) & Native Joomla updates

Joomla has introduced an awesome update mechanism since Joomla 2.5 and with Joomla 3.0 it has become extremely stable & easy to use. This not only lets you update your Joomla installation with one click, but also makes a method available for extension developers to let you update extensions easily.  If you are a Joomla extension developer &...

Continue reading
0
  3024 Hits

TJ Vendor - The infrastructure extension for unified vendor management & payouts

TJ-VENDORS-IS-HERE

You might have wondered at our blogs being a little silent. Well a lot has been happening behind the scenes. In the past several months our teams have been working on a host of ‘Infrastructure’ extensions that will add immense value and decrease development time for our extensions as well as custom projects.  

Infrastructure extensions are like Joomla’s core com_categories. Other extensions can use it without having to recreate the wheel. The below diagram should give you just a little bit of an idea as to what all is coming !

 

In this blog we shall be talking about one such extension - TJ Vendor. Techjoomla today already has several extensions like Quick2Cart, JGive, JTicketing that support a multi vendor mode. Soon Shika will have the same functionality. The core of the multi vendor system that supports Vendor Management, Fees management, Payouts to name a few have been abstracted into a reusable extension.

Continue reading
4
  16881 Hits

Adding a parameter to Joomla component's menu item is as easy as pie!

Adding a parameter to Joomla component's menu item is as easy as pie!

Hey Guys, In this blog we are going to see how to add a parameter to a Joomla component's menu item. This parameter can be used while referring view level in Joomla 2.5.x or 3.x.Following are the steps to achieve this. Step 1: You have to specify parameter / option in your_layout.xml file in your component.Lets say, you have to add “pageLimit” para...

Continue reading
9
  24993 Hits

How to make a URL SEF when triggered from Joomla backend?

How to make a URL SEF when triggered from Joomla backend?

Any Joomla developer worth his salt knows to use JRoute::_() to ensure he produces SEF URLs. This is an important SEO thing! However, if you’re writing code that does things from the Joomla Admin, the URLs turn out to be non-SEF. No I’m not talking about the URLs of the Joomla Admin itself. For Instance, Shika sends a notification email with a link...

Continue reading
3
  7463 Hits

Supporting custom module positions in your Joomla extension

Supporting custom module positions in your Joomla extension

Note: This Blog is targeted to developers! Sometimes the module positions that come with your template are just not enough, or if you’re a developer you might want to allow your users to load modules inside various parts of your component. A good example is if you want to publish Ads coming from SocialAds on your EasySocial stream without changing ...

Continue reading
1
  4983 Hits

A developer's guide to Use Dates in the right way in Joomla!

A developer's guide to Use Dates in the right way in Joomla!

When you are handling date and time, its likely that a developer might get confused on what is the right way to handle multiple timezones. Let’s make this Crystal Clear! As you can see in the Image below, the date selected is 2015-08-26 05:30:00, This is the user’s timezone date and time. If we save the same date in our database it would mismatch f...

Continue reading
4
  8320 Hits

Searching zoo items with field values

Searching zoo items with field values

Note: This Blog is targeted to developers! As Joomla developers, you might have come across an issue wherein you need zoo items which have specific value under specific field? Let's say you have a site where there are some discount offers on some books under different categories. For such books to show up under offers module, you need to have one z...

Continue reading
1
  5136 Hits
Tags:

Some useful custom validators for Client-side form validation in Joomla!

Some useful custom validators for Client-side form validation in Joomla!

Note: This blog is targeted for Joomla! Developers Doing validation on client side, before form is submitted to server is always recommended. If you have developed a Joomla! extension you might have used some of the validators that Joomla! provides, which are listed below. Joomla! provides these basic form validators which you can use in your Jooml...

Continue reading
4
  13042 Hits

How to access Module parameters anywhere inside Joomla code?

How to access Module parameters anywhere inside Joomla code?

In Joomla, Module configurations are stored as Module parameters. Typically you only need to use parameters in the module itself. However, sometimes you might need to access them from other places like your component or a plugin. And this can get especially tricky when you have multiple copies of the module.  A live case example for this is So...

Continue reading
1
  9614 Hits

Extend your Zoo's functionality using some awesome applications!

Extend your Zoo's functionality using some awesome applications!

Joomla - CMS AS we already know Joomla is one of the most widely used content management system. We can easily manage the content of the site using Joomla's Article manager, ACL etc features. Content management extensions Third party extensions makes Joomla even more powerful. There are many widely used extensions like K2, Zoo, etc. These makes the...

Continue reading
5
  5350 Hits

Joomla Extension Devs ! Not using Joomla Update can cost you and your users !

Joomla Extension Devs ! Not using Joomla Update can cost you and your users !

 Not using the native Joomla Update mechanism could be a Major security issue as newer Joomla users are seen to be relying more and more on the active method to keep track of updates. Not having the latest version of extensions can be a major security issue as users might keep using old insecure versions without knowing that a new update has b...

Continue reading
2
  9632 Hits
Tags:

Passing filter values via the url to Joomla Admin List Views

Passing filter values via the url to Joomla Admin List Views

We have already seen how you can introduce filters to list views in the Joomla admin & collate them under the Search tools menu previously in our Blog  last year.  The Search tools filters are extremely useful to admins especially if your extension manages a lot of data. As a usability feature, Joomla retains the s...

Continue reading
1
  7382 Hits

How to access Joomla menu parameters anywhere inside Joomla code?

How to access Joomla menu parameters anywhere inside Joomla code?

  Screenshot shows menu item parameters for Joomla - Content - Featured Articles Menu   Here are two code snippets inside Joomla that lets you access menu parameters anywhere inside Joomla!   1. To access Current Menu parameters $app = JFactory::getApplication();// Get active menu$currentMenuItem = $app->getMenu()->getActi...

Continue reading
4
  11212 Hits

Blog Topics