Topic: [SOLVED] Changing 'Sticky' to something else
I would like to change the 'Sticky: ' before all sticky thread to something else like 'Hot thred:'
How can I ?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [SOLVED] Changing 'Sticky' to something else
I would like to change the 'Sticky: ' before all sticky thread to something else like 'Hot thred:'
How can I ?
In the language files
Open lang/english/common.php
Find:
'Unstick topic' => 'Unstickytopic',
'Stick topic' => 'Sticky topic',
Replace with
'Unstick topic' => 'Unhot thred topic',
'Stick topic' => 'Hot Thred topic',
Open lang/english/misc.php
FIND
'Stick topic redirect' => 'Topic sticked. Redirecting …',
'Unstick topic redirect' => 'Topic unsticked. Redirecting …',
Replace with
'Stick topic redirect' => 'Topic Hot thred. Redirecting …',
'Unstick topic redirect' => 'Topic unhot thred. Redirecting …',
Open lang/english/forum.php
FIND:
'Sticky' => 'Sticky',
Replace with:
'Sticky' => 'Hot Thred',
Works #1!!!
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [SOLVED] Changing 'Sticky' to something else
Powered by PunBB, supported by Informer Technologies, Inc.