Forum Replies Created
-
In reply to: Subscriptions not working
bbPress does have profiles, but like I said with BuddyPress active the profiles merge by defautt.
IF you want link me to your site and I could just point it out for you.
IF you have BuddyPress the subscriptions section will be something like this by default.
yoursite.com/members/andyrushtonprogramming/forums/subscriptions/
Without BuddyPress the subscriptions section will be in your bbPress forum profile with a url simllar to this by default.
yoursite.com/forums/profile/andyrushtonprogramming/subscriptions
Did that help you find it yet?
In reply to: forum link in adminLogin and look under the woocommerce menu items in the WordPress backend.
In reply to: Need help with Submit FormI do not think that would be the best way to do things. You would need to adjust a lot of things like pagination, breadcrumbs, after submit redirect.
It would just be best to leave the discussion on the forums, and not on those pages. You could just link to those pages somehow though, but not try to keep everything on that page.
In reply to: How can I display search results differently?Add it to your child theme’s function.php file or in a functionality plugin.
To get the Expression Engine layout you would need to base most of the loop-search files like loop-search-topic.php off of loop-single-topic.php to get the result you are looking for.
In reply to: Member counterSorry for the late reply, but I couldn’t find a soltution to find a specific user with the ID of 1000.
This shows recently registered users but you would have to keep track of who is the 1000th user.
https://wordpress.org/plugins/new-user-dashboard/
Other than that it may be custom development and you may need to hire a developer.
In reply to: bbpress forum menu left sidereinstalling help any?
In reply to: Admin Page – Fails on InstallSorry for the late reply.
CAn you create me an account so I could see the issue first hand, and possibly see what is causing the issue.
You can send me the login information to my email.
In reply to: No of topics, replies & voices not showingSorry for the late reply. I hate this issue you have, because I cannot really find a resolution without straight up guessing to try to find something.
I do see that you have removed it though. But you do not need to remove it with CSS or it will hide the other notices too.
You can try this PHP function instead.
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() { return ''; }
If you want you can contact me so I can just see what could be causing the issue.
In reply to: plugin Button to create new topicOh they got you too. Freaking Gremlins 😆
In reply to: Problem with my themeIt is just like customizing a regular WordPress theme.
Just copy the bbpress.css file into your child theme in a folder called css then edit it to your liking.
In reply to: 500 error on submitting new topicTry any of the steps in the Internal Server Error part.
https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
In reply to: Press Permit IntegrationI don’t really know about quick and easy, but I do see that there seems to be compatibility between the plugins.
There might be neat things you can do with the plugin from what I can see in their forums.
In reply to: bbp_forum_pagination_links – alter the output?Alright cool. Glad you are sorted out now. 🙂
In reply to: Some startup help in designing my own theme?Yeah Lynqs starter theme will get you most of the way there. And no problem! 🙂
In reply to: Preventing “Participant” RoleIt is weird that when I check the teststudents blog in the dashboard, I can see users listed as Participant as their site role, while it should be Subscriber.
The WordPress backend menu is all off when I hover over menu items. I do not know what is causing that. Also some bbPress tools in the Tools section, seem to have their own menu items also, which I do not know why.
There also seems to be forums on some blogs with the same content too??
This is one for example.
http://theglobalschool.net/science/tilliemcr/forums/topic/hello-world/
You can probably find more by visiting the site, and adding /forums at the end of the url.
If you haven’t already try some troubleshooting to see what is causing all of this.
In reply to: forum link in adminIt doesn’t link to 404s anymore.
http://www.logiclamps.com/forums/
I think I fixed the issue you had with the admin links.
Delete the testaccount user I created, I did not feel comfortable using your account information.
In reply to: forum link in adminThanks, remember to try not to post login information on the forums though.
Contact me using the email listed below.
In reply to: Allowing multiple line breaks in posts?That is a really old topic that used bbPress v1 standalone, which is entirely different software than what you have now. So I would recommend not using any code from topics about 3 or more years old.
You may need to install a Find and Replace plugin to remove the tt tags, or just change back to break tags.
To add mutiple line breaks you may need to read this, maybe install the mentioned plugin, and maybe also active TinyMCE in bbPress using the bbPress Enable TinyMCE plugin.
http://www.wpbeginner.com/beginners-guide/how-to-add-single-double-line-spacing-in-wordpress/
In reply to: Groups and ForumsHow you want your groups set up may be custom development for now, and you may need to hire a developer for that.
Possibly the same thing for the topic form for now too, but you can just leave the topic form how it is by default and just scroll to the form.
I think you may need just a conditional around the topic form so that only a member of the forum can create topics though, but that is if you leave the topic form how it is by default. The other way you want the topic form you may have to use the forum specific topic form shortcode.
Possibly, I haven’t messed with something like that yet though.
I know it may be annoying to select a forum, but it is not really a big deal.
In reply to: Ajax validation issue for user auto-completeThanks for finding that bug. I will create a trac ticket for this.
In reply to: instalation in my blog,At the very top of the menus section, you can see a box that says Screen Options, click it.
You will now see a checkbox that says Forums, make sure that is checked.
Now you will that there is Forums by your other post types on your site, select the forums you want in the menu, then add to menu.
Now reorder the menu items how you want.
In reply to: how can I change this things..Closing this in favor of your other topic.
Please do not make duplicate topics.
You can use the default registration forms in WordPress instead. The bbPress register shortcode is not really complete in functionality. The login shortcode should work decent enough though.
I have seen users use Qtranlate or Qtranslate Plus. You may need to use a fix though for resolve some other menu item issue.