Edit the "Number of Catalog" line

Christian
Christian
Offline
0
Germi, can you tell me how can I edit this line "Number of Catalog" so when I put link in it, the people will see it like hyperlink and with the name BUY . Thanks
Responses (4)
  • Accepted Answer

    Tuesday, June 30 2009, 01:23 PM - #Permalink
    0
    to achieve this you'll need some code modifications on various files...

    are you familiar to PHP?
    The reply is currently minimized Show
  • Accepted Answer

    Christian
    Christian
    Offline
    Tuesday, June 30 2009, 05:08 PM - #Permalink
    0
    yes I`am but Im not with Joomla :D
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 03 2009, 03:17 PM - #Permalink
    0
    open /components/com_muscol/views/album/tmpl/default.php

    the catalog number is printed around line 180
    you'll find this:

    echo $this->album->catalog_number;

    just write the proper HTML link tag around it (make it be the content of the href attribute) and wirte BUY inside the tag...
    The reply is currently minimized Show
  • Accepted Answer

    Christian
    Christian
    Offline
    Friday, July 03 2009, 09:04 PM - #Permalink
    0
    ye I found it long ago, but can u tell me what is the code I have to put :S thats the question, thanks again for the reply
    The reply is currently minimized Show
Your Reply