Alphabet Bar Description

0
Hello To All...

I'm new to MC. Although it is intuitive, how could I put a title or description above the Alphabet Bar, so that it is not an unidentified control. For example: "Search by Artist - Last Name."

Thanks,
Christoph
Responses (4)
  • Accepted Answer

    Saturday, August 18 2012, 03:57 PM - #Permalink
    0
    hmmm good question.

    are you OK with modifying a bit of PHP?
    if you are, then open file /components/com_muscol/helpers/helpers.php and go to line 233 and you see a return sentence. well, all you need to do is add your HTML code (or just text) in front of it. do you know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 04:06 PM - #Permalink
    0
    Hello Germi...

    Thanks, I may be able to give it a shot...but I'm not capable regarding HTML coding - not even basic stuff...(Damn)

    Thanks,
    Christoph

    PS: I posted regarding "Disabling" (a standard Joomla! function). When you get a chance, please take a look.

    OK: here is what I have (sorry, the copy and paste of the code line will not hold):
    $return = "".$return."" ;

    Do i place the text in front of: Search for Artists - Last Name $return=...?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 07 2012, 08:22 PM - #Permalink
    0
    Hello Germi...

    Can you refer me to the code line for the Music Filter so that I can use it as an example for the Alpha Bar...What do you mean by "just add text" in front of line 233...? surely, I can't just add the text without wrapping it in some sort of script...?

    I would like to add the text Search for Artists Alphabetically by First Name.

    Thanks http://www.joomlamusicsolutions.com/images/fbfiles/images/alpahbar_line_text_01.png
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, September 09 2012, 05:17 PM - #Permalink
    0
    well, actually it is pretty much it! if you open helpers.php and go to line 233, you find this:

    return = "(table...

    you just need to do this:

    return = "Search for Artists Alphabetically by First Name (table...
    The reply is currently minimized Show
Your Reply