Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • alexookah Friend
    #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
    Alex

    Joomlart Premium email support couldn’t help me on this.
    Hope someone helps me

    scotty Friend
    #284727

    There 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?

    alexookah Friend
    #284740

    the 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 Friend
    #284745

    Do you have a link to where you downloaded the extension?

    alexookah Friend
    #285048

    Yeah. 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 Friend
    #285284

    In 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.

    alexookah Friend
    #285287

    WoW Thanks a LOT!!!!
    I am really thankfull for your help…
    Have a nice DAY!…

Viewing 7 posts - 1 through 7 (of 7 total)

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