Skip to content
JoomlaProdigy Forum
Welcome, Guest
Please Login or Register.
Lost Password?
NO IMAGES IN MooTabsJP (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: NO IMAGES IN MooTabsJP

#2263
milos (User)
Junior Boarder
Posts: 5
graphgraph
Click here to see the profile of this user
NO IMAGES IN MooTabsJP 2007/09/22 07:51 Karma: 0  
Hi there,

I not sure if anybody has the same problems. In my Module MooTabsJP are no images shown of the contents. I have tried it on several Joomla Site I have made - always with the same result = NO IMAGES IN MooTabsJP.

The other joomla sites are all on different host providers, so they all have different configurations in php.ini and the systems are also different.

Admin, can you help me with that problem? I like your modules very very much and I hope that we can fix that small matter so I can use this module.

Best Regards

Milos

PS: I have attached a comparison to Ajaxtabs JP 1.4 on the same site with the same article.



Post edited by: milos, at: 2007/09/22 07:58

Post edited by: milos, at: 2007/09/22 08:04
  The administrator has disabled public write access.
#2267
admin (Admin)
Admin
Posts: 840
graph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/22 08:32 Karma: 19  
I need to see a link the page to see in generated source why the images are not displayed. Also please make sure that you have selected correct option in backend for if it is being used fro rss feeds or for content items?
  The administrator has disabled public write access.
#2275
milos (User)
Junior Boarder
Posts: 5
graphgraph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/22 12:27 Karma: 0  
http://www.herzengel.de/index.php

Would be nice, when we can fix this.

Options are corectly set in the backend.

See here http://www.herzengel.de/modules/mootabsjp.jpg

Thanks for looking at that!

Best Regards Milos
  The administrator has disabled public write access.
#2279
admin (Admin)
Admin
Posts: 840
graph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/23 03:38 Karma: 19  
goto the module.php file and convert all the img url to absolute urls startting with http://www.herzengel.de instead of present /module/.....

The code in source is correct but it is not showing th image.
  The administrator has disabled public write access.
#2286
milos (User)
Junior Boarder
Posts: 5
graphgraph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/23 05:09 Karma: 0  
well, I have modified mod_xxxxxx.php with absolute URL. No changes, that means no pictures.

See attached file:

What now?
  The administrator has disabled public write access.
#2287
milos (User)
Junior Boarder
Posts: 5
graphgraph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/23 05:11 Karma: 0  
Code:

   //Image fetching   if ($imagesource==lastimage){     $item->images     explode"\n"$item->images );     $item->lastimage end($item->images);     $item->lastimage explode ("|"$item->lastimage);     $imageurl=$item->lastimage[0];     if (isset($item->lastimage[2])){       $imagealt=$item->lastimage[2];     }else{       $imagealt="";     }    }else if ($imagesource==custumimage){       //$image = "<img src=\"/images/stories/$custumimagea[$i]\" class=\"img\" alt=\"$imagealt\" align=\" $align\" $width $height />";       $imageurl $custumimagea[$i];     }else if ($rss){     $imageurl=$matches[1];     }else{     $item->images explode"|"$item->images );     $imageurl=$item->images[0];     }        if (isset($imageurl) AND $imageurl!=''){   if ($j!==0){   $imgstyle"border:1px solid #000000;margin:1px;padding:1px;";   $_width_=37;   $_height_=37;   }else{   $imgstyle"border:1px solid #000000;margin:5px;padding:2px;";   $_width_$width;   $_height_$height;   }     if ($rss AND $linkedimage){     if ($j==0){     $image='<a href="'.$link.'"><img style="'.$imgstyle.'" src="'.$imageurl.'" align="'.$align.'"></a>';     }else{     $image='<a href="'.$link.'"><img style="'.$imgstyle.'" src="'.$imageurl.'" width="'.$_width_.'" height="'.$_height_.'" align="'.$align.'"></a>';     }     }else     if ($rss){     if ($j==0){     $image='<img style="'.$imgstyle.'" src="'.$imageurl.'" align="'.$align.'">';     }else{     $image='<img style="'.$imgstyle.'" src="'.$imageurl.'" width="'.$_width_.'" height="'.$_height_.'" align="'.$align.'">';     }     }else     if ($linkedimage){       $image '<a href="'.$link.'"><img style="'.$imgstyle.'" src="http://www.herzengel.de/modules/mod_mootabsjp/scripts/createthumb.php?img='.$imageurl.'&w='.$_width_.'&h='.$_height_.'&q='.$_quality_.'" align="'.$align.'"></a>';     }else{       $image '<img style="'.$imgstyle.'" src="http://www.herzengel.de/modules/mod_mootabsjp/scripts/createthumb.php?img='.$imageurl.'&w='.$_width_.'&h='.$_height_.'&q='.$_quality_.'" align="'.$align.'">';     }     }else{     $image='<img style="'.$imgstyle.'" src="http://www.herzengel.de/modules/mod_mootabsjp/images/page_white_paintbrush.png" align="'.$align.'">';     }   //image fetching done  

  The administrator has disabled public write access.
#2288
admin (Admin)
Admin
Posts: 840
graph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/09/23 16:42 Karma: 19  
Do yo mind giving me ftp access so that I can look at it myself and do play with the code myself?
  The administrator has disabled public write access.
#2309
compugenio (User)
Fresh Boarder
Posts: 1
graphgraph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/10/04 14:07 Karma: 0  
I have the same problem, no display the pictures
  The administrator has disabled public write access.
#2322
admin (Admin)
Admin
Posts: 840
graph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/10/08 20:08 Karma: 19  
Hi Milo
I just looked at your site determined to sort out the image issue with your mootabs but I found out that there is image now. What was the reason that it did not work before. May be what you did can help me fix a bug if it was due to my poor coding?
Thanks
JP
  The administrator has disabled public write access.
#2323
admin (Admin)
Admin
Posts: 840
graph
Click here to see the profile of this user
Re:NO IMAGES IN MooTabsJP 2007/10/08 20:11 Karma: 19  
what is the source code of the generated page that has mootabs. I may be able to help you if I could see the source code of the page. If you dont mind can you provide me a link to the page you are using the mootabs on.
  The administrator has disabled public write access.
_GEN_GOTOTOP Post Reply
© Copyright 2007 Best of Joomla, Powered by FireBoardget the latest posts directly to your desktop

Buy Now

Recommended

Search

Recommended

Joomla Templates

Member Login

Refreshing page..Please wait!
                       Lost Password?    Can't Login?