Please post all pre-sales questions of all products on this forum
Rename "doc indexer" in search result filter
Mats
Topic Author
Offline
New Member
Less
More
Posts: 3
Thank you received: 0
10 years 8 months ago #73699
by Mats
Hi!
I've successfully implemented the pdf indexer in my local test env but in the search result page the filter option for only searching documents is printed as "Doc indexer" which isn't very intuitive for my users and also my site is localized. Can I set this caption some where?
BR Mats
Please Log in or Create an account to join the conversation.
Mr. Dam
Away
Administrator
Less
More
Posts: 13770
Thank you received: 1807
10 years 8 months ago #73700
by Mr. Dam
Hi Mats,
Please open file: root > plugin > search > doc_indexer > doc_index.php by notepad, and find:
Code:
static $areas = array(
'doc_indexer' => 'Doc indexer'
);
and change the text '
Doc indexer '
find
Code:
$section = JText::_( 'Doc Indexer' );
and change the text '
Doc indexer '
Good luck
Dam
The following user(s) said Thank You:
Mats
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc , Giang Dinh Truong , Mr. Dam