Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Individual captions don't show

  • Jelger Visser
  • Jelger Visser's Avatar Topic Author
  • Offline
  • New Member
More
16 years 11 months ago #10412 by Jelger Visser
Individual captions don't show was created by Jelger Visser
Hi there,

I have just purchased, downloaded and installed Simple Image Gallery Pro (after a downgrade from J1.5 to J1.0...). The plugin works fine, except the function of individual captions for the pop-ups. I cannot get this work. I have tried different popup engines, but none of them will show the labels.

The 'caption file' is ok. It says:
JV-0712-0137.jpg|Reitdiep nabij de Aduarderzijlen
JV-0712-0143.jpg|Zicht op het Notarisbosje

The labels are in Dutch, so probably you're not be able to read it. But the layout is right, isn't it? The caption file is called labels.txt and copied to the same folder as the gallery.

I have searched the forum and read many topics (like forum.joomlaworks.net/index.php?topic=2918.0 ), but I can't find a solution.

Help is much appreciated.

Thanks in advance, Jelger

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 11 months ago #10413 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Individual captions don't show
Hi my friend!

Yes, the labels.txt must be as you have it!
But be sure that the file name is exactly as you write it in the labels.txt
Its case sensitive!

Try also to remove the htmlentities function from the code of the mambot
Could be the reason for the labels, this function works on UTF-8 encode.
Try this and anywhere you can find this function in the mambot
$html .= '<b>'.htmlentities($labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])],ENT_QUOTES).'</b>';

to

$html .= '<b>'.$labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])].'</b>';

Also a direct link to the gallery could be helpful to understand the problem better!

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #10414 by Allard Bax
Replied by Allard Bax on topic Re: Individual captions don't show
"Try also to remove the htmlentities function from the code of the mambot"

in which fil eand where can I find these code lines?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum