Forum Replies Created
-
In reply to: cannot edit title of anonymous posts (1.1 trunk)
Please i need realy this fix !
In reply to: cannot edit title of anonymous posts (1.1 trunk)Please i need realy this fix !
Hi _ck_, please need urgency your downgrade tool
In reply to: bbPress 2.0 – UpdatesIs it possible to adapt our existing theme to work with bbpress plugin ?
In reply to: bbPress 2.0 – UpdatesThank’s JJJ, i have add some new tickets…
We will need quickly converter (bbpress stand-alone version –> bbpress plugin) that we can test realy the plugin on our forums, because on demo site we can’t test realy the plugin without activity (administrate topics, users, editing ..etc)
In reply to: bbPress 2.0 – Updatesedit : we can activate anonymous posting on editing file bbp-includes/bbp-users.php on editing this code :
function bbp_allow_anonymous () {
return apply_filters( ‘bbp_allow_anonymous’, get_option( ‘bbp_allow_anonymous’, false ) );
}
change false -> true
In reply to: bbPress 2.0 – UpdatesGreat ! I see that Anonymous Posting ticket is fixed !
https://trac.bbpress.org/ticket/1363
But where can i active it ?
In reply to: cannot edit title of anonymous posts (1.1 trunk)I think this is bug on bbpress trunk 2651 … how can i fix it ?
In reply to: cannot edit title of anonymous posts (1.1 trunk)I think this is bug on bbpress trunk 2651 … how can i fix it ?
In reply to: bbPress 2.0 – Updates@joris: you can use specific plugin like mingle
In reply to: cannot edit title of anonymous posts (1.1 trunk)Not that i can edit the title of my owen post (as admin) but not the anonymous post
In reply to: cannot edit title of anonymous posts (1.1 trunk)Not that i can edit the title of my owen post (as admin) but not the anonymous post
In reply to: Help for my plugin "admin notification"I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
In reply to: Help for my plugin "admin notification"I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
In reply to: Help for my plugin "admin notification"Yes of course, but i need to develope my own plugin …
In reply to: Help for my plugin "admin notification"Yes of course, but i need to develope my own plugin …
In reply to: Change topic title on front-page.phpI need to add form on my forum front page to edit directly the topic title on it.
Now, i add this code :
#####################################################
<form name=”edit_topic” method=”post” action=””>
<label><?php _e(‘Topic:’); ?>
<input name=”topic” type=”text” id=”topic” size=”50″ maxlength=”80″ value=”<?php echo esc_attr( get_topic_title() ); ?>” />
</label>
<input type=”submit” name=”Submit” value=”<?php echo esc_attr__( ‘Edit Post »’ ); ?>” />
</form>
########################################################
but when i clic submit button nothing is happening …
In reply to: Change topic title on front-page.phpI need to add form on my forum front page to edit directly the topic title on it.
Now, i add this code :
#####################################################
<form name=”edit_topic” method=”post” action=””>
<label><?php _e(‘Topic:’); ?>
<input name=”topic” type=”text” id=”topic” size=”50″ maxlength=”80″ value=”<?php echo esc_attr( get_topic_title() ); ?>” />
</label>
<input type=”submit” name=”Submit” value=”<?php echo esc_attr__( ‘Edit Post »’ ); ?>” />
</form>
########################################################
but when i clic submit button nothing is happening …
In reply to: bbPress 2.0 – Updateswhen i add new page with the template “bbPress – Forum Index” it work and show the list of forums …
but when i add new page with the template “bbpress- New topic” it do not work and show nothing !