-
AuthorPosts
-
Chantelle Goldstraw Friend
Chantelle Goldstraw
- Join date:
- September 2014
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 5 times in 1 posts
February 6, 2009 at 12:13 pm #137853When I hover over the tab title it displays the TAB numerical joomla ID instead of the TAB alternative text.
Can anybody direct me as to where I can change this?
neurdenburg Friendneurdenburg
- Join date:
- October 2006
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
March 23, 2009 at 11:00 am #297425Have the same problem. Rolling over the tabs shows “mod_custom”.
splifen Friendsplifen
- Join date:
- March 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
April 8, 2009 at 5:20 am #300502Anyone found a solution to this problem?
Regards Kennethfabiomartelli Friendfabiomartelli
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 8 times in 4 posts
April 9, 2009 at 9:16 am #300668can u link the url?
splifen Friendsplifen
- Join date:
- March 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
fabiomartelli Friendfabiomartelli
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 8 times in 4 posts
April 10, 2009 at 3:53 pm #300820i don’ see the bug. I see thath there are some problem with layout opening in firefox, (the layout is ok for IE7)… but i see the correct titl of te tab.
??April 12, 2009 at 6:58 am #301004When I hover over the TAB i get the same issue
I would like it not to show or be the same as the name of the module it shows (the title of the module and not the module name)
if you check the demo site for ja-tabs you will see the same issue
using images will shows [ image]
using articles will show article number(ID) here is a pic
fabiomartelli Friendfabiomartelli
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 8 times in 4 posts
April 14, 2009 at 9:07 am #301227ok … try this:
u have to make a littke change in the file: yourhome->plugin->jatabs.php.
IMPORTANT ALWAYS MAKE A BACKUP OF THE ORIGINAL FILE BEFORE MAKE ANY CHANGE.for modules find
function parseTabModules
and change:$lis .= “<li title=””.$module->module.””><h3><span>”.$module->title.”</span></h3></li>”;
into:
$lis .= “<li title=””.$module->title.””><h3><span>”.$module->title.”</span></h3></li>”;and for articles:
function parseTabArticle
find
$lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;and replace
$lis .= “<li title=””.$row->title.””><h3><span>”.$row->title.”</span></h3></li>”;
let me know.
April 15, 2009 at 3:26 pm #301420Hi fabiomartelli,
tried it but it did not change anything. it might be in the java script that it needs to be changed
thnks
fabiomartelli Friendfabiomartelli
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 8 times in 4 posts
April 15, 2009 at 4:12 pm #301425ok solved. This time i’ve checked!!!
same consideration and same file,
find function:function parseTabModules($params)
and change:
$lis .= “<li title=””.$list[$j]->module.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;
into this
$lis .= “<li title=””.$list[$j]->title.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;
Ciao
malestorm Friendmalestorm
- Join date:
- December 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
April 17, 2009 at 11:13 pm #301727Joomlart —
Will you correct this bug in the downloadable module? This is a fairly apparent bug that manifest itself a little differently depending upon the selection of the source for the tab content. So, the above solution only works if you are displaying a module in the tab. When you display an article (either through a list of articles or display of a category) then the hover tool tip over the tab is the article number. So it would be best if the developer could fix the module in all the different places so it could be re-installed.
Please advise.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 20, 2009 at 8:42 am #311603hello every body!
please checkout http://www.joomlart.com/forums/topic/ja-tabs-menue-mouse-over-id/,
that is the solution for all problems with hoverover tootip.
splifen Friendsplifen
- Join date:
- March 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
July 29, 2009 at 11:14 am #312549I have an homepage where its the tabs version for joomla 1.0.15, where do i make these changes ?
Regards KennethSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 30, 2009 at 2:24 am #312637Hello splifen!
now, you open file: mambotscontentja_tabsja_tabs.class.php, you find following code section:
+ At line 232:
[PHP]$lis .= “<li title=””.$module->id.””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]
=> change:
[PHP]$lis .= “<li title=””.strip_tags($module->title).””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]
+ At line 276:
[PHP]$lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]
=> change:
[PHP]$lis .= “<li title=””.strip_tags($row->title).””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]That’s all.
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 14 replies, has 7 voices, and was last updated by Saguaros 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum