Please post all pre-sales questions of all products on this forum

Rename "doc indexer" in search result filter

More
9 years 4 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
Attachments:

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

More
9 years 4 months ago #73700 by Mr. Dam
Replied by Mr. Dam on topic Rename "doc indexer" in search result filter
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 NgocGiang Dinh TruongMr. Dam