Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • petrahk Friend
    #139559

    Hi, how can I change the sign “Banner” which appears always when I put mouse over the banner? I would like to have different sign there, maybe none…
    Thank you for any advice. :confused:

    Arvind Chauhan Moderator
    #297939

    <em>@petrahk 120179 wrote:</em><blockquote>Hi, how can I change the sign “Banner” which appears always when I put mouse over the banner? I would like to have different sign there, maybe none…
    Thank you for any advice. :confused:</blockquote>

    Can you post link of your site? that may help, as i dont see your observation on my teline ii.

    petrahk Friend
    #297940

    http://www.hypozurnal.cz
    banners are at LEFT position. Thanx!!!

    Arvind Chauhan Moderator
    #297947

    Open Your_Joomla/modules/mod_banners/helper.php

    near line 84 where this code is there (line number may differ)

    [PHP] $image = ‘<img src=”‘.$baseurl.’images/banners/’.$item->imageurl.'” alt=”‘.JText::_(‘Banner’).'” />’;[/PHP]

    You can change the ‘Banner’ (last word in the above code) to your preference.

    petrahk Friend
    #297950

    Wow! Thank you!!!!!

    petrahk Friend
    #297958

    And If I want NO WORD there? Thank you!

    Arvind Chauhan Moderator
    #297959

    Glad it worked :).

    May be you can “mark best answer” and change the prefix of your first post to “solved”.

    Cheers,

    Arvind Chauhan Moderator
    #297968

    <em>@petrahk 120209 wrote:</em><blockquote>And If I want NO WORD there? Thank you!</blockquote>

    Well if you dont anything out there you can leave it blank as shown below.

    [PHP] $image = ‘<img src=”‘.$baseurl.’images/banners/’.$item->imageurl.'” alt=”‘.JText::_(‘ ‘).'” />’;[/PHP]

    But then on hoover, a blank box will appear, its better to put in some word into it. Now that you know where it is. Experiment and see.

    petrahk Friend
    #297971

    Thanks again!

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

This topic contains 9 replies, has 2 voices, and was last updated by  petrahk 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum