MyBB Community Forums

Full Version: [Req] Current postcount/rep/warning level mycode.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I haven't quite figured it out yet. I am still trying to though.
Any update /senseless bump
(2010-07-16, 03:49 AM)Mark.M Wrote: [ -> ]Any update /senseless bump

This thread has inspired me. It's not exactly what you wanted, but it will get you exactly what you want. I have updated my Advanced MyCode Permissions plugin so that you can now use variables. I will upload it here until it is accepted on the Mods site. With my plugin you can have what you want by creating a mycode and in regular expression add:

[\rep=(.*?)\]

And in replace add:

$1 has {$users[$1]['reputation']} reputation.

I have tested this out and it works like a charm, plus this will allow you to modify it to do whatever you want. File is attached.

Regards,
Jammerx2
Aha! Thank you very much!
(2010-08-15, 05:21 AM)Mark.M Wrote: [ -> ]Aha! Thank you very much!

No problem, it's a bit late but it's what you wanted =P

If you have any problems just ask.

Regards,
Jammerx2
Pages: 1 2