Forum Replies Created
-
In reply to: Topics and Replies ERROR : Are you sure to do that ?
ok, that ruled out another thing.
Sorry, I’m out of suggestions to try
In reply to: Topics and Replies ERROR : Are you sure to do that ?that’s just the file where the code to show that error is.
Are you developing on a local server?
In reply to: CodeStyling Localization issue.suggest you post this also on the buddypress support pages
In reply to: How can users create topics?new topics are below any of the forums
you can add a link to these to make it more obvious, this plugin has that facility
In reply to: How do registered users create a forum?But shouldn’t registered members be able to create forums too?
Not for many/most sites.
However if you want to add that capability
In reply to: Replies hidden in bbpress forumGreat – glad you’re fixed !
In reply to: User guide for site visitors?new topic at the bottom of any forum page. You can add a link for this using
https://wordpress.org/support/plugin/bbp-style-pack
As you learn, write it down, and you’ll soon have a guide !
In reply to: Replies hidden in bbpress forumso we need to work out if
a) it is this individual post
or
b) the first reply of any topicYou’ll need to do some testing to establish which and come back
In reply to: Mentions sitewideHow good’s your php?
In reply to: problem getting forum full widthin the page, ive chosen this template.
Sorry you need to put this template into a bbpress directory – see
the bbpress authors believe this is a wordpress issue, so are waiting for them to fix
and
https://bbpress.trac.wordpress.org/ticket/2412
Whilst it is annoying with debug turned on, it is not a fatal error and goes away when debug turned off as it should be for production sites
In reply to: bbPress 2.5.7 errorIn reply to: Mentions sitewideThe @ is simply text, it does nothing of itself.
It could be coded to do all you ask, but nothing exists that I know of
In reply to: search suggestion when user enters topic tagsnothing quick and easy that I know of.
In reply to: Custom topic types?all is possible, but you’d need to pay someone to do that amount of work
In reply to: User guide for site visitors?if you mean a ‘how to use our forums’, then no, not that I know of.
If you write one, in the spirit of open software please let us know, and I’ll add it to the support documentation.
enjoy!
In reply to: Problems overwriting defaultstry adding
//This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'old text' ) { $translated_text = 'new text'; } if ( $translated_text == 'old text2' ) { $translated_text = 'new text2'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );to your functions file. The wording needs to be exact including caps and punctuation
In reply to: Theme Conflict: Topics not appearingwhich theme are you using?
Have you tried the two methods in 3
and looked at no. 8 in the same bit
In reply to: Topics and Replies ERROR : Are you sure to do that ?bbpress works with a default theme.
If you have done a fresh install to a default theme with no other plugins, then it should work.
Beyond that I cannot help further – sorry
In reply to: Topics and Replies ERROR : Are you sure to do that ?ok, I’d suggest you start again.
Delete the bbpress database by :
Dashboard>tools>forums>reset forums
then deactivate and delete the plugin
Then reinstall
In reply to: Topics and Replies ERROR : Are you sure to do that ?is this a new bbpress installation?
In reply to: Topics and Replies ERROR : Are you sure to do that ?ok, so with all plugins except bppress deactivated, and a default theme such as twentyten you cannot create new topics at the front end – yes?
If so is this a new bbpress installation?
In reply to: Topics and Replies ERROR : Are you sure to do that ?did you try
Dashboard>settings>permalinks. Don’t change anything, but just click save. This resets the permalinks, and can solve some 404 errors.