Quote post on Mchat...

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

Quote post on Mchat...

Post by Bullseye »

Is there a way to quote posts on Mchat by clicking the 'x' button?

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

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?

Re: Quote post on Mchat...

Post by Steve »

yep.