Quote post on Mchat...

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Quote post on Mchat...

Post by Bullseye »

Is there a way to quote posts on Mchat by clicking the 'x' button?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Quote post on Mchat...

Post by Steve »

*edit your best off asking the mod author : http://rmcgirr83.org/index.php
Dont know but you can easily change the |x| to dispaly |Quote|
So if you want to
Open your styles/template/prosilver based/mchat_body.html
find:

Code: Select all

X</b>
replace with:

Code: Select all

{L_QUOTE}</b>
find:

Code: Select all

|X|
replace with:

Code: Select all

{L_QUOTE}</b>
find:

Code: Select all

|<b>X</b>|
replace with:

Code: Select all

{L_QUOTE}</b>
quote.PNG
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Quote post on Mchat...

Post by Bullseye »

Cheers Steve, I'll ask them then :)

ps. Would I need to open the same file to put links at top like on the Mchat on here?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Quote post on Mchat...

Post by Steve »

yep.
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Locked