Forum Replies Created
-
In reply to: Using bbpress mods can’t access private forums
which 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 !
In reply to: Posting form isn’t responsivehave 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.