Sooo... Mehdi, if you haven't read the post i left on your forum, I'll try to address the problems through the Jommla! community one so that more people having the same difficulties can easily find your feedback about fbocbot here ;)
First of all thanks for the great Joombot... :) It looks great on your demo. I installed it in my local "testing rig" (MAMP and Joomla! 1.0.11) Though is not too clear for me how to use the mambot...
Do one needs to have Attni's lightthumb installed for fboxbot to work? If not, does the Mos Image Mambot need to be published or unpublished? Is there any code that needs to be changed in the templates to include js files from foxbot? I am a bit confused about how fboxbot works :P
TinyMCE Code cleanup and cleanup on startup - How To DisableI disabled code cleanup and cleanup on startup.. though it was difficult to find WHERE to do that. Could you include that in your article/FAQs? (thanks!)...
I found out (after a bit of digging) where to change values so that TinyMCE would not modify my manually-placed html code to avoid removal of the fb: attributes used by fboxbot.
There are values (0 and 1) acting as boolean in the Joomla! file:
{your-Joomla-installation-root}/mambot/editors/tynymce.php
To disable the cleanups I changed the values from 1 to 0 as shown in the code highlighted in red here below:
...
function botTinymceEditorInit() {
global $mosConfig_live_site, $database, $mosConfig_absolute_path, $mainframe;
// load tinymce info
$query = "SELECT params"
. "\n FROM #__mambots"
. "\n WHERE element = 'tinymce'"
. "\n AND folder = 'editors'"
;
$database->setQuery( $query );
$database->loadObject($mambot);
$params = new mosParameters( $mambot->params );
$theme = $params->get( 'theme', 'advanced' );
// handling for former default option
if ($theme == 'default' ) {
$theme = 'advanced';
}
$toolbar = $params->def( 'toolbar', 'top' );
$html_height = $params->def( 'html_height', '550' );
$html_width = $params->def( 'html_width', '750' );
$text_direction = $params->def( 'text_direction', 'ltr' );
$content_css = $params->def( 'content_css', 1 );
$content_css_custom = $params->def( 'content_css_custom', '' );
$invalid_elements = $params->def( 'invalid_elements', 'script,applet,iframe' );
$newlines = $params->def( 'newlines', 0 );
$cleanup = $params->def( 'cleanup', 0 );$cleanup_startup = $params->def( 'cleanup_startup', 0 );$compressed = $params->def( 'compressed', 0 );
$relative_urls = $params->def( 'relative_urls', 1 );
...
So What's the problem now?

I tried inserting in a new content area the following html:
![me test]()

![me test2]()

![me test3]()

{mosimage}{mosimage}{mosimage}
{mosimage}{mosimage}{mosimage}
I read on your site about the attributes that fbox uses fb:name="imagename", nofb="nofb" etc. though they seem not to work no matter if an image is inserted with
![]()
or {mosimage}
Now those 2 images I have inserted with the
![]()
tag are both NOT linked to a lightbox popup, are NOT clickable, are NOT thumbs of a bigger original.
If you look at the html code above, I wrote according to the info you provided about the fb: attribute only the 1st image should be the only one that is NOT "lightboxed" (because of the attribute nofb="nofb"), while the second and third images
should be "lightboxed", clickable and also part of a set named "thegallery" (because of the fb:name="thegallery"). The set should therefore show a prev and next link to navigate through each of the images in the "thegallery" collection), unfortunately that seems not happening for me.
I can't verify if the "thegallery" image set is actually happening because the images are not clickable in the first place.

I also tested insertion of images via {mosimage} and those are showing as "ligthboxed thumbs" (via lightthumb 1.2).
To continue testing and try to find out how to use fboxbot, I unpublidhed and removed lightthumb, I reverted the template to one not including the code that lightthumb needs to be manually placed in the index.html file of a template and finally I re-enabled MOS Image mambot. I republished the content as in the html above...Still the fboxbot is not working at all. What should i do to meke it work like it does in your demo page?...

Heeeelp pleeeeas!!

thanx!
Peace
PS: I loooove the dancing banana smiley on your forum... it's Hilarious! Too bad none here LOL