[RC] Live Character Limit Counter

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[RC] Live Character Limit Counter

Post by Solidjeuh »

Works great! Thank you!

[RC] Live Character Limit Counter

Post by all4phone »

Excellent job dok, tested, MOD works perfectly, thanks for that ;)

[RC] Live Character Limit Counter

Post by Chalong »

Hi doktornotor,

here is may German translation for your Mod: http://www.chalong.de/viewtopic.php?f=6 ... 2480#p2480

Öffne language/de/common.php
Finde
Tip: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

?>
Davor einfügen
Tip: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.

Code: Select all

// jQuery Live Character Counter MOD
$lang = array_merge($lang, array(
	'MESSAGE_BODY_LIMIT_EXPLAIN'	=> 'Verbleibende Zeichen: <span class="charsLeft error"><strong>%d</strong></span>',
));
// jQuery Live Character Counter MOD
Öffne: language/de/ucp.php
Finde
Tip: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

	'SIGNATURE_EXPLAIN'			=> 'Eine Signatur ist ein Text, der an deine Nachrichten angefügt werden kann. Sie ist auf %d Zeichen begrenzt.',
Füge DANACH ein
Tip: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

	'SIGNATURE_LIMIT_EXPLAIN'	=> 'Verbleibende Zeichen: <span class="charsLeft error"><strong>%d</strong></span>',

[RC] Live Character Limit Counter

Post by doktornotor »

Thanks! :thumb:

[RC] Live Character Limit Counter

Post by master412160 »

Hey,

this mod works splendid but on quick reply it doesnt show ..... Any idea what is causing it?

[RC] Live Character Limit Counter

Post by doktornotor »

master412160 wrote: this mod works splendid but on quick reply it doesnt show ..... Any idea what is causing it?
Check your edits in styles/[yourstyle]/template/quickreply_editor.html ;)

[RC] Live Character Limit Counter

Post by master412160 »

I did, didnt miss one edit I believe.

[RC] Live Character Limit Counter

Post by Shorty »

Hi I have a problem when I write a post he is not down?

[RC] Live Character Limit Counter

Post by Shorty »

Hi I have in my board problems with this MOD https://www.phpbb.de/community/viewtopic.php?f=88 & t = 204190, in the overall_header.html comes the code with this:

Code: Select all

< script type = "text / javascript" src = {ROOT_PATH} spell/AJS.js > < / script >
in the transverse, what can I do to fix this?

[RC] Live Character Limit Counter

Post by Jessica »

very useful. I just use the one for signature that I got from Christian Bullock