Using Column Title as Links as well
13 years 9 months ago #206
by mamasboy
Using Column Title as Links as well was created by mamasboy
Hi,
I like to know how to use Column Titles as links as well. What do I have to modify for this?
Thank you!
I like to know how to use Column Titles as links as well. What do I have to modify for this?
Thank you!
Please Log in or Create an account to join the conversation.
13 years 9 months ago #207
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Using Column Title as Links as well
this feature is not implemented.
You can hack the helper.php file at this line to add your own code
$item->coltitle = '<h2>' . $item->title . '</h2>';
You can hack the helper.php file at this line to add your own code
$item->coltitle = '<h2>' . $item->title . '</h2>';
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 9 months ago #208
by mamasboy
Replied by mamasboy on topic Re: Using Column Title as Links as well
Thank you for the tip!
I tried this and seems to be working...
Do u think it is ok?
I tried this and seems to be working...
Code:
$item->coltitle = '<h2><a href="' . $item->link = JRoute::_($item->link) . '">' . $item->name . '</a></h2>';
Do u think it is ok?
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds