- Posts: 7
- Thank you received: 9
Blank tab under J!2.5.1?
- Fred Muller
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 months ago #521
by Fred Muller
Blank tab under J!2.5.1? was created by Fred Muller
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.
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 following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #528
by Linh Robert
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/
Replied by Linh Robert on topic Re: Blank tab under J!2.5.1?
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):
and replace it by:
Thanks for using our products!
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):
Code:
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:
Code:
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 following user(s) said Thank You: makcim makcimov, Serge Popov
Please Log in or Create an account to join the conversation.
- Fred Muller
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 7
- Thank you received: 9
13 years 2 months ago #531
by Fred Muller
Replied by Fred Muller on topic Re: Blank tab under J!2.5.1?
Excellent, worked like a charm! 
Thank you very much for the prompt response and working fix.

Thank you very much for the prompt response and working fix.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #532
by Linh Robert
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/
Replied by Linh Robert on topic Re: Blank tab under J!2.5.1?

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 following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Bridgette Bryant
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 10 months ago #1557
by Bridgette Bryant
Replied by Bridgette Bryant on topic Re: Blank tab under J!2.5.1?
Hello. This fix did not work for me. Any suggestions?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 10 months ago #1560
by Linh Robert
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/
Replied by Linh Robert on topic Re: Blank tab under J!2.5.1?
Hi,bbryant01 wrote: Hello. This fix did not work for me. Any suggestions?
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/
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds