Habs auch gesucht und was gefunden, vielleicht hilft es dir: https://github.com/johnjamesjacoby/bbp-capabilities
Beiträge von stefanwolfschutz
-
-
Replace in form-topic.php:
<label for="bbp_topic_title"><?php printf( __( 'Topic Title (Maximum Length: %d):', 'bbpress' ), bbp_get_title_max_length() ); ?></label><br />
<input type="text" id="bbp_topic_title" value="<?php bbp_form_topic_title(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_title" maxlength="<?php bbp_title_max_length(); ?>" />durch:
<label for="bbp_topic_title"><?php printf( __( 'Topic Title (Maximum Length: %d):', 'bbpress' ), bbp_get_title_max_length() ); ?></label><br />
<textarea type="text" id="bbp_topic_title" value="<?php bbp_form_topic_title(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_title" maxlength="<?php bbp_title_max_length(); ?>" /></textarea> -
Ich würde gerne das Feld "Bei Antworten per Mail benachrichtigen" standardmäßig aktiviert. Weiß jemand wie und wo das im Code verändert werden kann?
-
gelöst wenn es jemanden interessiert kann ichs ihm schreiben ;)
-
Vor einem Jahr hatte ich den Code-Schnipsel schon mal und finde ihn nicht mehr: Ich möchte das topic title Feld mehrzeilig haben!? in welcher Datei muss ich was verändern?
DANKE!