WestwegoMans' Forum

Computers, Websites & Forums => SMF Forum tips & tricks => Topic started by: WestwegoMan on Feb 02, 2015, 8:21 PM

Title: Change Quote (selected) to Quote in post
Post by: WestwegoMan on Feb 02, 2015, 8:21 PM
Stop Quote (selected) from showing in post when a regular quote is used from the bbc buttons with "dQuoteSelection" mod installed.

In Sources/Subs.php

Find:
Code: [Select]
$txt['quote']
Replace with:
Code: [Select]
$txt['quoted']
In Themes/default/languages/index.english.php
Find:
Code: [Select]
$txt['quote'] = 'Quote';
Add after:
Code: [Select]
$txt['quoted'] = 'Quote';
SimplePortal 2.3.6 © 2008-2014, SimplePortal