Actions
Feature #23683
closedImpossible to disable "Page" label in page browser list?
Start date:
2010-10-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Haven't found a simple way to do it jet.
It's not very often that "Page 3" like links are used in page browsers nowdays.
I think it would be nice to have a possibility to disable it, to have just numbers.
I have added a TS setting:
plugin.tx_indexedsearch.show.pageLabelinBrowser = 1
and added if/else conditions based on the setting in to the part where the label and number is rendered.
(issue imported from #M15912)
Files
Updated by Andreas Becker almost 14 years ago
it is possible by just using Typoscript:
plugin.tx_indexedsearch._LOCAL_LANG.en {
# Removes Page/Seite from thepagebrowser
pi_list_browseresults_page =
}
Actions