-
AuthorPosts
-
Sunsetdriver Friend
Sunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 8, 2008 at 6:19 pm #131989I’ve created a static content with several JA tabs (type content) and all works very nice.
However I just tried to add a streaming audio with OnePixelOut content mambot and tab is messed up.{jatabs type="content" position="top" mouseType="mouseover" animType="animFade" }
{audio}audio/track1.mp3{/audio}
{/jatabs}
Fact is mp3 player is displayed correctly but not tabs.See attached pic.
Any hint, please?
Thanks
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 8, 2008 at 9:24 pm #264605You should mention the version of joomla that you are using.
Seeing your picture I guess you forgot to publish your mambot.For Joomla 1.0 go to Mambots -> Site Mambots and publish the mambot
For Joomla 1.5 go to Extension -> Plugin manager and publish the mambotSunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 8, 2008 at 9:51 pm #264613lcristian;72562You should mention the version of joomla that you are using.
Seeing your picture I guess you forgot to publish your mambot.For Joomla 1.0 go to Mambots -> Site Mambots and publish the mambot
For Joomla 1.5 go to Extension -> Plugin manager and publish the mambotThe mambot is published. In fact all others JA Tabs are working fine.
My config:
Joomla 1.0.15
JA Tabs 1.0 RC1lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 8, 2008 at 10:22 pm #264619I just found out that JA Tabs can’t handle another mambot inside its tabs :((
Trying to use it the same way but not with audio but with video, produces the same error.I’ll try to modify the code of my video mambot not to use {blabla}/path/muvee.flv{/blabla} to see if that’s the problem and report back.
Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 8, 2008 at 10:38 pm #264621^ I guess neither JA Highslide would work inside JA Tabs so?
Thanks for testing.
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 8, 2008 at 10:47 pm #264623No problem testing. 🙂
I guess not, since it’s using {} to declare the mambot.
The regex is wrong and I’m working to fix it, even I’m not a developer 😀1 user says Thank You to lcristian for this useful post
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 9, 2008 at 5:15 pm #264724I found the trick to include other mambots in the tabs.
Download the attachment, unzip the file and replace it in :
/mambots/content/ja_tabs/
Remember to make a backup of that file before.
See it in action here : LINK
This is only for Joomla 1.0
Have fun! 😉
Note to developers :
At line 560 in ja_tabs.class.php
$regex = '#{'.$tag.' ([^}]*)}([^{]*){/'.$tag.'}#m';
change to
$regex = '#{'.$tag.' ([^}]*)}([^{]*{[^*]*)]*{/'.$tag.'}#m';
It may not be the perfect regex but it works.
Good luck.
Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 9, 2008 at 6:01 pm #264730Hmm…@ your link I can see the content under and out the tabs, not inside and I can’t switch between tabs.
I’ll give it a try though.;)
Thanks.
Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 9, 2008 at 6:07 pm #264732Just tested.
It doesn’t work. All tabs got messed-up.lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 9, 2008 at 6:22 pm #264735That’s odd.
What’s the link top your site?
What browser do you use?I’ve tested in IE7 / Opera / Safari, on XP and Vista.
Firefox acts strange though :confused:
Will look further to it.
Later edit :
Looks like the regex is still wrong.Now it must include {} in at least one tab to function.
Oh well, coding is so fun.Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 9, 2008 at 6:33 pm #264737lcristian;72722That’s odd.
What’s the link top your site?
What browser do you use?I’ve tested in IE7 / Opera / Safari, on XP and Vista.
Firefox acts strange though :confused:
You’re right.
Safari works. Even IE 8 beta works!Only in Firefox 3.0.1 tabs are messed up.:((
Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 15, 2008 at 2:25 pm #265480Any help from the developers, PLEASE?
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 15, 2008 at 3:29 pm #265492Mayday mayday!
Earth to developers!Are we getting support for this mambot / plugin or what?!
Some of us really need this, so please… it’s a mambot, not a complex component.:confused:Thank you.
Sunsetdriver FriendSunsetdriver
- Join date:
- March 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 9 times in 2 posts
August 15, 2008 at 5:55 pm #265516lcristian;73719Mayday mayday!
Earth to developers!Are we getting support for this mambot / plugin or what?!
Some of us really need this, so please… it’s a mambot, not a complex component.:confused:Thank you.
Especially if this plugin is going to be a paid one. We need to find bugs and developers should fix them.:p
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 2 voices, and was last updated by Sunsetdriver 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Tabs 1.0 RC1 – content mambots don’t work
Viewing 14 posts - 1 through 14 (of 14 total)