- Posts: 3
- Thank you received: 0
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
9 years 4 months ago #73699
by Mats
Rename "doc indexer" in search result filter was created 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
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
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
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:
and change the text 'Doc indexer'
find
and change the text 'Doc indexer'
Good luck
Dam
Please open file: root > plugin > search > doc_indexer > doc_index.php by notepad, and find:
Code:
static $areas = array(
'doc_indexer' => 'Doc indexer'
);
find
Code:
$section = JText::_( '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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.