Call me stupid, but I cant seem to find the answer.
I have a free to view, register to post forum.
I want certain users to have restricted access to certain areas, ie have a private forum, that only a certain role can see, how do I do this?
Call me stupid, but I cant seem to find the answer.
I have a free to view, register to post forum.
I want certain users to have restricted access to certain areas, ie have a private forum, that only a certain role can see, how do I do this?
Hello! i have a problem with bbpress, html tags are appearing on the sending posts.
The system now makes line breaks also and <br>.
Sometimes also a paste from pdf or word appears wrong.
Can you help? The idea would be to write and paste can look good without these problems appear.
Very thanks for all 🙂
have a nice day
BBPress version 2.5.4
Wordpress 4.1.1
MkEditor 4.4.5 (when this is active replaces the default message box)
I am looking for a shortcode or code (so I can make my own shortcode) to add the latest x topics from a specific forum. Like the recent topic widgets does. But in this case I can’t use the widget – so I am looking for a code to get the output of that widget somewhere in the text. I hope that is possible. I looked at the shortcodes on the website, but none of them is useful in my case.
It needs to say show x recent topics of forum with ID=… and then only give the titles with link
https://www.fantasyfootballbackers.co.uk/forums/
As you can see the subforum’s freshness (under “Daily Fantasy Football Strategy”) is not displaying correctly on the forum homepage above.
It displays correctly on the inner page here: https://www.fantasyfootballbackers.co.uk/forums/daily-fantasy-football-strategy/
Please help.
Hey everyone. I thought this forum was to pimp your press but I don’t see a lot of bbpress site links. So I hope I’m doing this right.
I’d be very appreciative if I could get some feedback on the site setup. Thank you!
http://www.soulsequel.com
If i try to make a forum (wich works) u can see all the topics that i created and not only topcis for that forum, i want each forum to have different topics and so u cant view the other topics unless u click on them how do i do this? (example: i have a ban format topic and u can see the topic in server suggestions, i want seperate topics in each forum) how do i do this?
website : http://www.mcvenox.tk
Hello,
I am having a issue integrating wordpress user to bbPress site.
I have successfully installed bbPress forum to a sub-domain of our site, also successfully integrated wordpress users to bbPress forum by using the wordpress integration option under setting in bbPress admin panel.
But I have one issue at the moment. I can’t access to my admin account. I assume our bbPress forum site is using our wordpress site users, and deleted existing admin user of bbPress forum site.
I can access admin user by using our wordpress admin user name and password, but can’t access to admin panel of bbPress forum site.
Does anyone how could I solve this issue?
Thank you so much!
For some reason the menu items (Forums, Topics, Replies) are not showing up in my WordPress navigation menu.
The plugin appears to be installed and active. I do nog get the general forum settings under the WordPress setting menu.
Tried several themes including TwentyEleven.
Link: http://bit.ly/1NQj9fO NSFW
I enabled the “add media” button in bbpress through bbpress-enable-tinymce-visual-tab plugin(by enabling “Fancy editor media upload”), and i can see the button in the forum, however i got error when trying to upload a picture:
“You don’t have permission to attach files to this post.”
the site role is Author while the forum role is Participant.
I can add media if in wordpress, and I can also add media if the user is changed from participant to Keymaster.
the code is in ajax-actions.php, however, if i remove it i got “HTTP error.”
if ( isset( $_REQUEST['post_id'] ) ) {
$post_id = $_REQUEST['post_id'];
if ( ! current_user_can( 'edit_post', $post_id ) ) {
echo wp_json_encode( array(
'success' => false,
'data' => array(
'message' => __( "You don't have permission to attach files to this post." ),
'filename' => $_FILES['async-upload']['name'],
)
) );
wp_die();
}
The topics are just about, Ok, a little small, but the replies are unreadably small. How do I change These parameters so people can read what has been posted?
WP 4.1.1
bbPress 2.5.6
site is chameleon-business-systems.com, theme is Expressions
Thank you for any/all help