TOPIC: Blank tab under J!2.5.1?

Blank tab under J!2.5.1? 11 years 1 month ago #521

  • fred
  • fred's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 9
  • Karma: 0
Hi!

It seems the latest joomla! upgrade break the module. All my tabs have became empty now (even the images are not display. You can check www.pplug.net for reference.

Any idea?

Thanks.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Blank tab under J!2.5.1? 11 years 1 month ago #528

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi fred,

Until we update to Joomla 2.5, you can edit modules/mod_otminitabs/tmpl/default.php and find this code (about line 89 to 98):
if($tab[0] == 'cat'){
    echo '<div class="tab_panel" style="visibility: hidden; opacity: 0; display: none;">'.
            $tab[2].
         '</div>';
}
else if($tab[0] == 'mod'){
    echo '<div class="tab_panel" style="visibility: hidden; opacity: 0;  display: none;">'.
            JModuleHelper::renderModule($tab[2]).
         '</div>';
}

and replace it by:
if($tab[0] == 'cat'){
    echo '<div class="tab_panel" style="visibility: hidden; display: none;">'.
            $tab[2].
         '</div>';
}
else if($tab[0] == 'mod'){
    echo '<div class="tab_panel" style="visibility: hidden; display: none;">'.
            JModuleHelper::renderModule($tab[2]).
         '</div>';
}

Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka, litehoster

Re: Blank tab under J!2.5.1? 11 years 1 month ago #531

  • fred
  • fred's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 9
  • Karma: 0
Excellent, worked like a charm! :p

Thank you very much for the prompt response and working fix.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Blank tab under J!2.5.1? 11 years 1 month ago #532

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
:) you're welcome!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Blank tab under J!2.5.1? 10 years 9 months ago #1557

  • bbryant01
  • bbryant01's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hello. This fix did not work for me. Any suggestions?
The administrator has disabled public write access.

Re: Blank tab under J!2.5.1? 10 years 9 months ago #1560

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
bbryant01 wrote:
Hello. This fix did not work for me. Any suggestions?
Hi,
It is better if I can see your site and check what is the problem. So could you post your site url here?

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
Time to create page: 0.106 seconds