Forum Replies Created
-
In reply to: Posting form isn’t responsive
have a play with this
#bbpress-forums div.bbp-the-content-wrapper { width: 200px; }
In reply to: Font Size (In Forum Root Page)great – glad you are fixed
In reply to: Access Forum by URLanswered in the other thread
In reply to: Both private and public part in one forumIn reply to: Both private and public part in one forumyes you just need to have different wordpress roles for each group.
plenty of wordpress role plugins to achieve that
In reply to: Template notice textKari,
participants don’t see that notice.
But my style pack plugin has the ability to add a notice in that place
once installed and activated go to
dashboard>settings>bbp style pack> topic/reply form > No. 9 topic posting rules
In reply to: Participants can’t insert topics.bbpress is not designed for backend use by ordinary users – the backend is really for administration, so participants don’t get this area.
New topics are shown below the forum list, or by creating a page and using one of the shortcodes
[bbp-topic-form] – Display the ‘New Topic’ form where you can choose from a drop down menu the forum that this topic is to be associated with.
[bbp-topic-form forum_id=$forum_id] – Display the ‘New Topic Form’ for a specific forum ID.or by adding a button, such as in the style pack plugin
looks like a buddypress issue – suggest you post on their forum
In reply to: Forumswhich part of the above do you not have?
In reply to: Grab topic IDs from forum IDSuggest you try them and see.
looks like you are learning fast.
In reply to: bbpress reply to post issuehmm, suspect this is theme related, and would need bespoke code to fix – sorry
In reply to: Font Size (In Forum Root Page)In reply to: Tapatalk – WordPress / bbPress still supported?mu current understanding is that wp is not in tapatalk, and since bbpress relies on wp, I’d suggest it is not.
In reply to: Forum went blank. How to fix this?that’s a bit like asking ‘my car has stopped working – can you tell me why?’:-)
suggest you work out what has changed in the last week – plugin/theme updates, php versions, wordpress versions etc.
If that doesn’t help, enable debugger – suspect you’ll find an error
then come back
In reply to: Nested shortcode for ID in BBP shortcodesThat’s sort of how Open Software works, product is free, support is free, but it does rely on volunteers like myself to take time away from earning money to do this.
Anyway – thanks for posting your solution, it may help others coming across this in future.
In reply to: Participants can’t insert topics.are you trying at the back end or front end?
In reply to: Registration is disabled??agree that docs can always be improved.
It would also help if you had posted that you had fixed it. That’s 10 minutes of my life I won’t get back 🙂
In reply to: Importing messages into bbPressThe parent ID should be the forum the topic belongs to.
If that doesn’t fix suggest you try running the forum tools to get the relationships right
dashboard>tools>forums>repair forums
and run one at a time
That may get you further forward
let me look at this – it should be fairly easy, but I am away for a few days, so let me look at it next week !
In reply to: How to Integrateknowing nothing about NeonCRM, I would have no idea, and suspect you will struggle to get an answer to this. bbpress uses custom post types, but otherwise is wordpress, so the answer should be the same as it would be for a wordpress post if that helps.
In reply to: Importing messages into bbPresswith option 1, what did you put as post parent for each topic?
However, when BBPress is active, this will not work and will always redirecting to Homepage but if BBPress is activated, the custom code will work perfectly.
Can’t see a difference between the 1st half and the 2nd half of this sentence !!
In reply to: Registration is disabled??1. what are you clicking to get ‘registration is disabled?
2. have a further look at dashboard>settings>general>membership>anyone can register
if that isn’t present come back (and confirm what version of wordpress you are using)
In reply to: Admins Only Allowed To See Threadssuspect your membership software is the issue
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Nothing is displayedSuspect you are using php 7.1
3 fixes
1. downgrade to a lesser version of php
2. upgrade to bbpress 2.6 RC
3. in bbpress 2.5.12 go to /includes/forums/functions.php and change line 1851 from
$meta_query = $posts_query->get( ‘meta_query’ );
to
$meta_query = $posts_query->get( ‘meta_query’, array() );
Since the next upgrade will fix that anyway, no issue in changing the bbpress file
best I can offer I’m afraid