Forum Replies Created
-
In reply to: writing to contents
something like this should do it
add_filter( 'bbp_new_reply_pre_content', 'my_function' ); function my_function ($reply_content) { $extra_text = 'hello' ; //append extra text to the end of reply content $reply_content.= $extra_text ; return $reply_content ; }
In reply to: Freshness not updatingit tries to provide a temporary fix for the issue in 2.6.
Works in most cases
In reply to: Threaded Replies – Still not workinggreat – suspect it was a caching issue and your browser just needed refreshing
In reply to: Disallow editing after doesn’t allow 0 minutesdidn’t take it that way π was trying (badly) to say that not in my power to change π
In reply to: Disallow editing after doesn’t allow 0 minutessorry, I’m not a bbpress author, I just hep out here !! π
In reply to: Threaded Replies – Still not workingjust did a bit of googling and
https://wordpress.org/support/topic/javascript-error-touch-keyboard-navigation-js/
https://github.com/WordPress/twentynineteen/issues/756
either relevant?
In reply to: Freshness not updatingIn reply to: Disallow editing after doesn’t allow 0 minutes99999999etc. is the answer – works unless your users are immortal π
In reply to: Create Custom Topic Typessorry, none that I know
In reply to: Create Custom Topic Typesprobably could be done, but way beyond free help I’m afraid
In reply to: Grayed and non-clickable links.fixed
In reply to: Create Custom Topic TypesIn reply to: Grayed and non-clickable links.contact me via
In reply to: Grayed and non-clickable links.ok, if I can’t see your car, I can’t fix it.
In reply to: Grayed and non-clickable links.sorry need a link not a picture, it is theme related
In reply to: TinyMCE will not display on siteexpressing frustration that someone doesn’t do something for free for you is kinda ranting π
In reply to: Order forums by last replyNot one I seen asked before, which seems strange – doable, but beyond free help I’m afraid.
If you want me to take a look
In reply to: TinyMCE will not display on sitenow I’ve got that out of my system, try
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
In reply to: TinyMCE will not display on siteI donβt understand, after so many updates to the bbPress core and so many questions in your Support forum about it, that this issue has not been resolved.
free software with free support – sorry but that is the quick answer. The authors give up their free time to make this available, and they choose what is important.
So you expecting someone else to spend their time for free fixing what you perceive to be your issue, and then feel justified to complain that you have spent ‘way too much time’ doesn’t really cut it.
sorry, you chose the wrong day to start ranting at other people.
In reply to: Error for Move or Split Topic or Reply@ajtruckle – did you ever fix this one that you had ?
In reply to: “You cannot create new discussions.”if you mean site visitors then
dashboard>settings>forums>forum user settings>anonymous and tick the box
if you mean registered users, then this is a buddypress question
In reply to: Automatic Archive Settings for Topicsno need to change them – they are only names, although you could change
add_action('bbpress_daily_event', 'bbpress_close_old_topics');
to
add_action('bbpress_daily_event', 'bbpress_delete_old_topics');
and
function bbpress_close_old_topics() { // Auto close old topics
to
function bbpress_delete_old_topics() { // Auto delete old topics
which would just make it clearer what it was doing – but not necessary !!
In reply to: Help recover replies from a corupt databaseso can you see these in the backend?
dashboard>replies
In reply to: Help recover replies from a corupt databaseand when you say some – how many – eg 10, 100, 1000?
In reply to: Help recover replies from a corupt databaseso are these replies missing form the backup, or replies made since the backup?