Search results missing clickable title
Search results missing clickable title
1 year 10 months ago - 1 year 10 months ago
When using search, search results don't have clickable title (don't have title at all btw). So it is impossible to jump to the topic.
Last edit: 1 year 10 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: Search results missing clickable title
1 year 10 months ago
Hi,
Open the default.php file in the "nts_kpraxis/layouts/search/results/row/" folder:
Replace:
by
However, we have also updated this code to the template download package. You can download and update to your website.
Best regards,
Open the default.php file in the "nts_kpraxis/layouts/search/results/row/" folder:
Replace:
Code:
$langstr = $isReply ? 'COM_KUNENA_MESSAGE_REPLIED_NEW' : 'COM_KUNENA_MESSAGE_CREATED';
Code:
$langstr = $isReply ? 'COM_KUNENA_MESSAGE_REPLIED_NEW' : 'COM_KUNENA_MESSAGE_CREATED_NEW';
However, we have also updated this code to the template download package. You can download and update to your website.
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Search results missing clickable title
1 year 10 months ago
Did already make a template override, slightly different from your solution, but it works ok.
The following user(s) said Thank You: ntstore
Please Log in or Create an account to join the conversation.
Time to create page: 0.417 seconds