read more text button/ href

More
5 years 10 months ago #1066 by john
hi,

i would like to ask you how to change the read more text link, the href...
i have on this module ordering from 7 categories and one is the main and the other 6 the parent categories, but whenb i try to click the button read more text.. chooding one parent categorie and not the main category..

could you provide me from where i caould edit the href/ for the button read more??

thanks in advance!

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago - 5 years 10 months ago #1070 by admin
Replied by admin on topic read more text button/ href
Hello
open modules/mod_headline_jt5/tmpl/default.php find codes below on line 124
Code:
$linkMore = ''; if ( $showall == 1 && $group->link ) { $linkMore = '<a class="show_all" href="'.$group->link.'">'.JText::_($show_all_text).'</a>'; } ?>

and change here
Code:
href="'.$group->link.'"
Last edit: 5 years 10 months ago by admin.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #1071 by john
Replied by john on topic read more text button/ href
i will change it with what??
with allias of the main categorie?
i changed the link with "apopsis" (main categorie) still nothing, with what i have to change it to show me the main category?

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #1072 by john
Replied by john on topic read more text button/ href
as you see onprin screen i want this more in text ...

to show the main category, but show me one the parent category
Attachments:

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #1074 by admin
Replied by admin on topic read more text button/ href
you should enter full link of the category like this www.yoursite.com/yourcategory . Do you have a menu item pointing that category if you have you should enter that link if you do not have a menu item pointing your category you should create a new menu item pointing your category and then clicjk to open that menu item in browser see the link of menu item and enter it on php file.

Please Log in or Create an account to join the conversation.

Time to create page: 0.415 seconds