Forum Replies Created
-
In reply to: Users profiles redirect on homepage
Am I missing something or is this fixed?? I clicked the users author link and I can see their ultimate member profile fine.
In reply to: No Register PageAre you talking about the bbPress login widget??
The widget has configurable fields in it to customize the register and lost password urls, and you should be able to customize the widget in the widgets section in WordPress in its respective sidebar. You can add the urls of your woocommerce registration forms too.
If your theme hardcoded it or something, you might want to contact your theme author as to how to set it up since the urls are heading to forums/register and such.
In reply to: Forums wont appearI cannot see this in the free version of your theme.
Also you do not even have bbPress activated from what I can see.
In reply to: Wrong date for each forum and on the date wrong linkYou can just use BuddyPress since you have that installed.
Also try to leave the plugins that you want to keep activated. There are a couple plugins that you have that have similar functionality.
Groups
bbP Private Groups
BuddyPressVoting system
WP ULike
bbPress Votesbbcodes/shortcodes
bbPress2 BBCode
GD bbPress toolsUnread Posts
bbPress Go To First Unread Post
bbPress New Topics
bbPress Unread Posts v2Quotes
bbP Quotes
GD bbPress ToolsIn reply to: Search optionDoes this php code snippet help any?? Make sure to place this php code snippet into your child themes functions.php file or in a plugin that can hold custom php code snippets like the functionality plugin.
//display bbPress search form above sinle topics and forums function rk_bbp_search_form(){ if ( bbp_allow_search()) { ?> <div class="bbp-search-form"> <?php bbp_get_template_part( 'form', 'search' ); ?> </div> <?php } } add_action( 'bbp_template_before_single_forum', 'rk_bbp_search_form' ); add_action( 'bbp_template_before_single_topic', 'rk_bbp_search_form' );
There is no plugin for all three. It will definitely be easier to use TinyMCE though.
To add it to the whats new input box
https://buddypress.org/support/topic/add-tinymce-to-activity-post-form/
To add it to activity comments.
https://buddypress.org/support/topic/add-tinymce-to-activity-post-reply-form/
In reply to: bbp style pack suddenly stopped taking effect???If the issue is just with that plugin. post on that plugins support forum for help.
1.
Instead of using the shortcodes, download this loop-forums.php file and place it in your child theme in a folder called bbpress.
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
2.
I think this would show up if you use the file above. It might not have nice color coordinated categories though.
3.
Download this bbpress.php and put it in the root of your theme to have full width forums.
In reply to: Forum Content Not Showing Up on Forum PageLink to your site as @casiepa suggested, so we can check on it and make sure.
You can try some troubleshooting to see if this only occurs in your current theme. You can try the other additional solutions to troubleshoot too.
Im sure it could be possible. There is no plugin that can add this type of functionality.
This might be custom development though.
In reply to: Posts on forum being cropped right hand sideThere is an issue with the .hentry class that bbPress is inheriting for its posts. This is a common theme conflict.
#bbpress-forums .bbp-body .hentry { margin: 0; }
In reply to: Links not showing correctIt is a common theme issue related to styling wordpress comments.
Your theme has this CSS to style the wordpress comments. Thing is bbPress has an entire class for each reply which is
.reply
and it affected any link in a bbPress reply..reply a { font-weight: bold; float: left; padding: 0; font-size: 12px; }
In reply to: Links not showing correctAdd this custom css anywhere you can add custom css like in your child themes style.css stylesheet or in a separate plugin.
#bbpress-forums .reply a { float: none; }
In reply to: Links not showing correctI guess it could be CSS related then. Place a link to your forums so I can see if possible margin or padding css is causing the issue for any links in a bbPress post.
I don’t think there is a free version of this plugin.
There isn’t even a free extension for users to use to make it work with bbPress from what I can see.
I would like to know how to remove the link to main Forum page that appear in the course unit when I embed the topic ( [bbp-single-forum id=$forum_id]) . for instance, Which file and where is it located, and what I have to change?
bbPress uses custom post types which are similar to the WordPress posts, it just outputs different templates for the display of the forum posts.
Deleting these posts, would make the shortcode not owrk.
What you would need to do is conditionally allow only users of a certain course to be able to see a certain forums or topics from bbPress’s pages not just use a shortcode to place a forum on a course page.
I have found that some user recommend some additional membership/restrict content plugins to make it work for bbPress forums this way.
It might be best to contact the wpcourseware plugins support to know what is best to hook up bbPress with that plugin.
In reply to: Email notifications not working; looking for helpAs the user above states some hosts have a limit of emails that are able to be sent out.
Install this plugin to fix possibly part of the issue. The code used in the plugin will probably be used in a future version of bbPress.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
You may need to also look into asking your server support to increase the email limit if your emails sent grow significantly or use a service like sendgrid or mandrill.
In reply to: Looking for a List Serve Capability with BBPressI don’t want to import from my yahoogroups
Ok
I just want the feature of having an email address that will post to the forum subscribers without having to go into the website.
This is the only post via email plugin for bbPress I think. I am not sure if it does exactly what you are wanting by sending the message to the user they are replying to as I never really tested it out.
In reply to: Images wont accept formatting instructions.I forgot about this plugin which will essentially allow certain shortcodes like the
caption
shortcode.Just add caption to the input box for the allowed shortcodes in the plugins settings page.
https://wordpress.org/support/plugin/bbpress2-shortcode-whitelist
I see ray helped you out with this and linked to the trac ticket of the BuddyPress issue on this topic at buddypress.org.
In reply to: Don’t Want to show the trash and Spam link in adminPlace your custom role code in a gist file at gist.github.com and post the link to it here.
What Learning Management System plugin are you using?
There are a couple of these plugins that have an extension to work with bbPress.
In reply to: topics are not visible to unregistered usersTry some troubleshooting to see if this happens only in a certain theme or if any active plugins are conflicting with bbPress posts.
In reply to: Forum Content Not Showing Up on Forum PageGoing to yoursite/forums what do you see?? Post an image of what you are seeing.
In reply to: Links not showing correctThis might related to the issue in this trac ticket since you said bbcode.
The plugin author of the plugin you are probably using created the ticket.
In reply to: Images wont accept formatting instructions.Participants cannot use shortcodes by default in bbPress.
You will have to use a filter to allow the shortcodes.
I will post a code snippet and possibly link to a guide when I am off mobile.
Also weird picture to use for your second example haha