Back from Joomla User Group Bangladesh Meetup 2012

Posted by & filed under Joomla, Tech News, Tips and Tricks.

event banner

Just back from the event Joomla user group bangladesh meetup 2012 Listen

Listen

Jomsocial auth Controller callback fix to allow other application

Posted by & filed under Joomla.

I was working with a new extension for jomsocial for auto update any jomsocial status update to linkedin. Please note that jomsocial has a packaged apps for twitter for such purpose and that’s why I was trying to go with same thing for linkedin and tried to use the jomsocial library etc. After authentication callback… Read more »

Listen

Quick tips to work with joomla caching in different joomla versions

Posted by & filed under Joomla, Tips and Tricks.

Here just some quick tips about how to use joomla caching in joomla extensions , here for module and component. For joomla 1.5 module caching: For joomla 1.6 we do the same thing in following way For joomla 1.5 and 1.6 compatibility we can code like this which will work for both joomla version Note:… Read more »

Listen

Detect User type in joomla 1.6 or later

Posted by & filed under Joomla, Tips and Tricks.

joomlauser

In Joomla1.5.x we can detect user type easily or check if a user is admin type. But from joomla 1.6 as the user group architecture is changed the above way will not work. From j1.6 we can do this in this way, here actually I was trying to detect if the user is super user… Read more »

Listen

My trouble story about ‘onContentPrepare’ hook for joomla

Posted by & filed under Joomla, Tips and Tricks.

1. I was developing a content plugin for joomla, currently I was working with joomla1.6 or earlier. 2. My target was skip some specific or used defined category for the plugin execution as this is very useful feature. 3. It works in article details page but doesn’t work in other view of com_content component. Why… Read more »

Listen

Stop SOPA Ribon system plugin for joomla

Posted by & filed under Joomla, Joomla Extention.

Home 2012-01-19 22-18-22

Actually title says all. Download BTW, don’t forget to hit the share buttons. Listen

Listen

Virtuemart2.0 content plugin support/fix for joomla1.6+

Posted by & filed under Joomla, Tips and Tricks.

I see virtuemart2 is compatible with joomla 1.6 , hope for 1.7 too. I see there is a issue for content plugin compatibility for vm2 in joomla1.6. Then checked the vm2 code where the plugin event if fired. I see the plugin trigger method is not compatible with 1.6 content plugin structure, the hook name… Read more »

Listen

Flexible content module position for joomla

Posted by & filed under Joomla, Joomla Extention.

Flexible content module position for joomla a content plugin for joomla which will allow to add module(s) in article in different ways. Let’s have a look into the plugin’s configuration page. Joomla Version Support: Joomla1.5 Native (Coming soon) Joomla1.6 Native Licence: GPL2 (See the licence) Listen

Listen

How about joomla admin branding ?

Posted by & filed under Joomla Extention.

I think if you are familiar with wordpress then you must know there are so many plugins to brand the wordpress login page(as well as registration page etc) but did u think something about joomla admin branding ? like changing the admin panel header joomla logo or header color etc ? Good news is I… Read more »

Listen

Adding custom article submission form in joomla

Posted by & filed under Joomla, Tips and Tricks.

articlesubmit

In joomla registered user can submit article from front end. Today I am going to show how we can create new/custom view for article submission form. Here we need to go some technical steps. So let’s make a plan what we are going to do: Create new view Add custom option for that view via… Read more »

Listen