Forum Replies Created
-
In reply to: Probably a simple problem with the forum heading..
Hmm I see what you mean.
I’m not sure where that is coming from. That portion (the heading) is controlled by your theme, not bbPress.
If you switched your theme to TwentyEleven my guess is that the problem would go away.
You will have to look and see if you can find what code the theme is using and it might help track down where this is coming from.
In reply to: Probably a simple problem with the forum heading..Did you get it fixed? Everything seems to be functioning right to me.
In reply to: Site wide login…Is it possible?User accounts used for comments, posts, forums are all the same – they are site wide.
Can you elaborate?
In reply to: How to disable Tags in bbPress 2?To my knowledge there is no “switch” that turns them off.
I believe you will need to edit your theme to remove where the tags are being called.
In reply to: Can We moderate Posts in BBpressNo need to bump an old thread.
Check out this https://wordpress.org/extend/plugins/bbpressmoderation/
Please create a new topic if you have more questions.
In reply to: Integration with WordPressWhat do you need to do exactly?
The users are integrated out of the box.
In reply to: BBpress post moderationThink this is what you are looking for https://wordpress.org/extend/plugins/bbpressmoderation/
In reply to: Safari and Chrome CSSEasiest thing to do would be to set a width for (instead of relying on auto)
#content td.bbp-topic-author
In reply to: 404 when trying to access user profile pageYou can edit the theme to remove it or hide it with CSS.
Thanks for your response.
I’m going to take a look at that plugin and see why it’s not working and see if I can fix it.
I’ll try to get the author to updated the plugin with a fix, if not I’ll fork the plugin.
Anyways thanks for the kind works and I’m glad you are taking a fancy to the bbPress project
Please let us know whenever you have any questions and we will do our best to help!
In reply to: Change style, layout on integrated bbpress forum.I’m not quite sure I understand.
It’s all controlled through your CSS like was mentioned here https://bbpress.org/forums/topic/change-forum-color#post-100130
In reply to: How to change colors in my bbpress forum?If you don’t know CSS it’s not going to be an easy task, however this should help you get started:
https://bbpress.org/forums/topic/change-forum-color#post-100130
In reply to: WP page only for forum membersDid you look at the plugin mentioned above??
In reply to: Index Table Width IssueIt’s an issue with your theme.
In your style.css it looks like you need to add something similar to:
#content { width: 100%; }
You could use something like this
https://wordpress.org/extend/plugins/bbpress-new-topic-notifications/
In reply to: bbPress and Site Log-In ErrorsUnfortunately we don’t get paid to help out here, we are purely volunteers.
There is one of two things going on here – A) a plugin/theme is conflicting with something or your install is doing something weird (eg are you on multisite).
I would start from bottom and see if you can figure out what is throwing a wrench in everything.
It literally could be about anything, which is hard for my to give you solid instructions on what to do next
In reply to: bbPress and Site Log-In ErrorsFull integration is completely possible and is ideal, but depending on your theme it may require some tweaks and elbow grease.
But to answer your question, yes you should be able to activate it on your main site.
In reply to: bbPress and Site Log-In ErrorsI’m not sure if that would cause the problem, but that’s still something you should be fixed.
You need to set the permissions on your .htaccess file so WordPress can modify it.
Should be able to do that through your FTP client.
In reply to: bbPress and Site Log-In ErrorsBy simply going that page, your permalinks are automatically flushed. So once you pull it up that’s all you needed to do
In reply to: this filter doesn't work?From
bbp-common-template.php
:* Display all of the allowed tags in HTML format with attributes.
*
* This is useful for displaying in the post area, which elements and
* attributes are supported. As well as any plugins which want to display it.The filter you are hooking into doesn’t do anything but show the user what tags are available.
Canned as spam, carry on
In reply to: bbPress and Site Log-In ErrorsIt could be a conflict with another plugin, theme, or numerous other things.
What I would do first is 2 thing:
– Go to Settings > Permalinks to make sure they are flushed
– Temporarily activate TwentyEleven or TwentyTen theme
If it works with TwentyTen/Eleven then you will know there is a conflict with your theme.
I’m fairly certain this is disabled because it’s a big security issue. You wouldn’t want users to have access to all your shortcodes.
Similar thread https://bbpress.org/forums/topic/shortcodes-from-other-plugins
This is mentioned in that thread and is probably what you will want https://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/
For reference https://bbpress.trac.wordpress.org/ticket/1790
I see what you are saying but as far as I know bbPress doesn’t do that at the moment.
I definitely think it would be something very handy to have. I’ll get with jjj and see if this is on the radar for a future release.