Feature #23683

Impossible to disable "Page" label in page browser list?

Added by Tanel Põld over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:2010-10-06
Priority:Should have Due date:
Assignee:Steffen Gebert % Done:

0%

Category:-
Target version:-
TYPO3 Version: Complexity:
PHP Version:
Votes: 0

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)

0015912.diff.zip (2.6 kB) Administrator Admin, 2010-10-06 12:29

History

Updated by Andreas Becker over 2 years ago

it is possible by just using Typoscript:

plugin.tx_indexedsearch._LOCAL_LANG.en { # Removes Page/Seite from thepagebrowser
pi_list_browseresults_page =
}

Also available in: Atom PDF