-
AuthorPosts
-
January 5, 2009 at 12:38 pm #136737
Hello I got this gallery called wb gallery and i got a problem on every picture on my whole gallery
Every picture if you hand your mouse on it it shows up the picture name but it has an extra <br/>
http://www.ancient-arkadian-cities.gr/index.php?option=com_wbgallery&cid=23&Itemid=156
check it and see…I would like to know what changes to make so that the <br/> doesn’t show up….
maybe you can tell me what to change so that i remove the extra <br/>Regards
AlexJoomlart Premium email support couldn’t help me on this.
Hope someone helps mescotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 5, 2009 at 1:36 pm #284727There seems to be an bug in the PHP that builds the gallery. This would have nothing to do with Joomla or Joomlart.
<a href="http://www.ancient-arkadian-cities.gr/images/wbgallery/l/2009_01/123110967453881.jpeg" rel="lightbox[Αρχαία Λυκόσουρα]" title="P9307792<br/>" class="img"><span style="background-image: url(http://www.ancient-arkadian-cities.gr/images/wbgallery/t/2009_01/123110967453881.jpeg);">
The text in red above is what is causing the problem. This is HTML code for <br/> and it need to be removed from the PHP file that builds the gallery as I presume that is where it is coming from. Do you add your own titles or are they just the file name added automatically?
January 5, 2009 at 2:33 pm #284740the titles are automatically named the same name as the image file is uploaded..
For examble if a picture is named picture_001 then tha ime will be shown picture_001<br/>
So I have to find where is this line that shows up the extra <br/>
Any guess how to find this??scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 5, 2009 at 3:40 pm #284745Do you have a link to where you downloaded the extension?
January 7, 2009 at 8:53 am #285048Yeah. here is the link from joomla extensions
http://extensions.joomla.org/extensions/photos-&-images/photo-gallery/5579/details
But i downloaded the latest versions
1.0.4 which i found in their support forum:http://forum.webuddha.com/viewtopic.php?f=4&t=18
allthough they dont offer so much support..
I would appreciate your help gyes..Its the smallest thing that needs to be fixed.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 8, 2009 at 12:34 am #285284In administratorcomponentscom_wbgalleryincludes_publiccommon.php find on line 123…
[PHP]$lboxName .= ‘<br/>’.$row->description;[/PHP]
and change to…
[PHP] $lboxName .= ”.$row->description;[/PHP]
This gets rid of the <br/> in the title but I don;t know if it had negative effects.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by alexookah 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum