Disabilitare risposta rapida

Started by betelgeuse79, September 16, 2014, 05:11:02 AM

Previous topic - Next topic

betelgeuse79

Buongiorno a tutti,

come da titolo vorrei fare in modo che la risposta rapida fosse disabilitata di default a tutti gli utenti. Ho un vuoto di memoria e non ricordo come si fa.

Grazia in anticipo a tutti.

Ninja ZX-10RR

Buongiorno :) puoi trovarla qui http://wiki.simplemachines.org/smf/SMF2.0:Themes_and_Layout potresti usare questa funzione : Forum » Pannello di amministrazione » Temi e layout » Opzioni utente »  "Utilizza la risposta rapida" e metterla disattivata di default, o addirittura disabilitarla completamente se hai il tema di default basta fare questo:
File /Themes/default/Display.template.php
Code (trova) Select

if ($context['can_reply'] && !empty($options['display_quick_reply']))

Code (aggiungi prima di) Select

$options['display_quick_reply'] = '';


:D
Quote from: BeastMode topic=525177.msg3720020#msg3720020
It's so powerful that on this post and even in the two PMs you sent me,you still answered my question very quickly and you're apologizing for the delay. You're the #1 support I've probably ever encountered man, so much respect for that. Thank you, and get better soon.

I'll keep this in my siggy for a while just to remind me that someone appreciated what I did while others didn't.

♥ Jess ♥

STOP EDITING MY PROFILE

Darknico

Quote from: ♦ Ninja ZX-10RR ♦ on September 16, 2014, 12:06:03 PM
o addirittura disabilitarla completamente se hai il tema di default basta fare questo:
File /Themes/default/Display.template.php
Code (trova) Select

if ($context['can_reply'] && !empty($options['display_quick_reply']))

Code (aggiungi prima di) Select

$options['display_quick_reply'] = '';


:D

Eviterei modifiche del genere quando esiste un opzione apposita....
Italian SMF - Supporto Italiano per la board SMF - Ci trovate tutti li!! :)


Ninja ZX-10RR

Non esiste l'opzione di disabilitare completamente la risposta rapida. Tramite quel comando puoi disabilitarla a tutti gli utenti ma ciò non toglie che possano riattivarla - quella modifica invece elimina tale possibilità :)
P.s. Anch'io andrei con la prima opzione però ;)
Quote from: BeastMode topic=525177.msg3720020#msg3720020
It's so powerful that on this post and even in the two PMs you sent me,you still answered my question very quickly and you're apologizing for the delay. You're the #1 support I've probably ever encountered man, so much respect for that. Thank you, and get better soon.

I'll keep this in my siggy for a while just to remind me that someone appreciated what I did while others didn't.

♥ Jess ♥

STOP EDITING MY PROFILE

Advertisement: