JM_TABS bug

Since I noticed this bug with the JM_PAINITE template, I decided to post it here.

The JM_TABS extension displays 2 tabs. When loading the template http://www.joomlart.com/demo/#magent…com/jm_painite you can see the "Latest post" tab is active / selected but displays the content of the other tab "Popular post".

Could you tell me how to fix this issue?

2 answers

Profile photo of chavan 100.00 $tone April 1, 2011
Public

Since I noticed this bug with the JM_PAINITE template, I decided to post it here.

The JM_TABS extension displays 2 tabs. When loading the template http://www.joomlart.com/demo/#magent…com/jm_painite you can see the "Latest post" tab is active / selected but displays the content of the other tab "Popular post".

Could you tell me how to fix this issue?

Go to This Folder app\design\frontend\default\jm_painitetemplate\jo omlart\jmtabs\

Open this File tabs.phtml

Find this Code

Code:

if($key_content!=1) { echo "display: none;"; }

Replcae with

Code:

if($key_content!=0) { echo "display: none;"; }

This will fix the issue

#1

This question is now closed

Written By

Comments