Forum Replies Created
-
In reply to: PHP Version
yes any 1 of these will fix
no problem !!
In reply to: PHP Versionsorry it’s
/includes/forums/functions.php
have amended the instructions above !!
In reply to: PHP Versionnext version of bbpress will fix this, but in the meantime
3 different fixes – either
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 afraidIn reply to: I want to integrate bbPress with existing themeIn reply to: Multisitesounds like a whole project, and way beyond a few lines of code.
In reply to: MultisiteSwapping where it goes to is easy if it were just one address eg all profiles go to http://www.thisite.com
Otherwise you will either need a formula or an entry in a database which this accesses.
Come back with what ‘the person’s subsite’ is.
In reply to: Using bbpress mods can’t access private forumsand words from the plugin author on moderators in 2.6
In bbPress 2.6, per-forum moderators will work like this:
* Users with the global Moderator role will be able to moderate all forums
* Users assigned as a moderator to a specific forum will act like a moderator in that forum
* This includes private & hidden forums, where the non-moderator (Participant role) user wouldn’t otherwise even be able to see them at all
There are weird situations that could come up, but you’d have to be working backwards in both directions to see them. For example, giving someone the “Blocked” user role, but then trying to make them a moderator in a forum, is weird. In these cases, the block wins.In reply to: Using bbpress mods can’t access private forumsok, per forum moderation is something that is 2.6.
Suggest you download the release candidate 3 and try again to see if this is a bug that has been fixed
In reply to: Using bbpress mods can’t access private forumswhich version of bbpress ?
In reply to: Topic Text not displayingunfortunately I cannot see as the forum is private
In reply to: Template notice textthank you for your kind donation
plugin support page for style pack is
https://wordpress.org/support/plugin/bbp-style-pack
post there and I’ll pick it up
In reply to: Other registration page..if you are using the bbpress login widget then this has options for a registration page
Otherwise, bbpress just uses wordpress registration, so just google
‘wordpress custom registration’ and you’ll find tips, tools and plugins that should sort you !!
In reply to: Issues creating new topicsso just you, or can no-one post?
In reply to: Privacy from Non-Registered Usersmy style pack plugin stops unregistered users seeing profile
go to
dashboard>settings>bbp style pack>profile
In reply to: Search isn’t workingno problem !
In reply to: Creating Multisite core forum network accessiblehmm – multisite could be complicated
If you can work with having different groups being able to access different combinations of forums, then my private groups plugin could be what you need.
hmm, suggest you contact your hoster and try getting memory increased.
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: Email Notifications creating errors!what version of bbpress are you using ?
example please
In reply to: Nested shortcode for ID in BBP shortcodesyou can always contact me via my website contact
In reply to: bbpress custom fieldsthe actual hook is quite easy, there are numerous do-action calls within
templates/default/bbpress/form-topic.php and form-reply.php
The real issue is getting someone to code the fields, store them in the database, consider the ability for mods etc. to alter them or delete them, and then decide what you want to do with those fields – eg where to display them etc. etc.
In reply to: Participants can’t insert topics.no problem !