Search Results for 'bbpress'
-
AuthorSearch Results
-
May 2, 2015 at 2:55 pm #161778
In reply to: BBPress Dashboard disappear (only)
crzyhrse
ParticipantIn case someone else comes this way with a similar issue, as I did, I want to add to this thread… I used the “Tools” -> “Forums” -> “Remap existing users to default forum roles” for a different issue as recommended by a moderator elsewhere in this forum…
What that did was take away the Keymaster role from the primary Admin user, I.E., me… The Administrator role that is set up on the original install in other words… This also removed all trace of bbPress from the Dashboard… I did all the usual, caches, de/reactivate, check some possible plugin conflicts, different browsers, etc… I even changed the version number of bbBress in my contents>Plugins folder so I force a reinstall… Nothing fixed it…
What I was finally able to do, because I luckily had a different Admin set up for someone else, was log out and in via that admin user, and add the keymaster role back to my main admin account…
I would not recommend the use of that option, and I find myself more that a little wary of all the form tool options now…
Kind regards…
May 2, 2015 at 9:52 am #161776In reply to: Freshness Incorrect
N3gATiVE
ParticipantIn my case this is not really happen after 2.5.7 when i was testing around i use to downgraded one by one till 2.5 version and in all versions this problem exits..
Not sure but i think bbpress database tables has some problem in my case just guessing not sure
Any idea if some bbpress developer can help here?May 2, 2015 at 9:27 am #161775In reply to: Need Read Hidden capability to see Private Forums?
Robkk
Moderatorthere is a bug reported for BuddyPress Groups here that is being looked onto.
you can see the trac ticket here
May 2, 2015 at 9:21 am #161772In reply to: BP group cannot see hidden or private forum
Robkk
Moderatorthere is a bug that is already being worked on.
there is a trac ticket here
May 2, 2015 at 5:19 am #161769In reply to: Kunena converter for bbPress 2.4
Juan
Participant@Fred_L I’m sorry but I prefer to not share the URL of the converted forum. I just can say that I converted a Joomla site with +6000 users (Community Builder), +15000 forum posts (kunena) and +3000 articles (joomla) to WordPress successfully using BuddyPress and bbPress. It was not a single click operation, specially importing users and profile data and keeping posts and articles assigned to its original author. Another important thing is that all passwords will be reseted, there is no way to keep passwords unchanged during the migration, so users must be noticed about that.
As if bbPress is a good final forum platform, you have the best example here in bbpress.org forums. In my experiencie, Joomla + kunena + CommunityBuilder require a lot of less resources that WordPress + BuddyPress + bbPress, but there are also a lot of advantages; also disadvantages; in general I’m happy with the migration but you will need to decide yourself considering your specific needs and context.
May 1, 2015 at 9:11 pm #161766Robkk
Moderatori think this CSS should fix your issue.
there might be more areas for this to be added like on profile topics started and such , so i recommend looking through your style.css file and find lines similar to these and fix them so they dont affect bbPress as harshly.
contact your theme author about help with this if you want.
follow these two guides to make your theme fully compatible with bbPress.
https://codex.bbpress.org/theme-compatibility/
.single-forum .enigma_blog_post_content img, .forum-archive .enigma blog_post_content img, .topic-archive .enigma blog_post_content img { max-width: none !important; }.single-forum .avatar-14, .forum-archive .avatar-14, .topic-archive .avatar-14 { display: inline !important; }.single-forum .author_detail_img, .forum-archive .author_detail_img, .topic-archive .author_detail_img { width: auto!important; height: auto!important; float: none!important; margin-right: 0!important; margin-bottom: 0!important; }May 1, 2015 at 7:48 pm #161763In reply to: No topics were found here!
Robkk
Moderatoryou can try these
and also go through your plugins and current theme and see if their are any conflicts
bbpress.org/forums/topic/before-posting/
May 1, 2015 at 7:45 pm #161762In reply to: HTML tab not working after WP update?
Robkk
Moderatoralright well do you have any plugins that affect the editor like WP Edit or something similar??
and if you havent already go through the basic troubleshooting for general issues in this topic.
May 1, 2015 at 6:34 pm #161761In reply to: Need Read Hidden capability to see Private Forums?
majecdad
ParticipantHey @robkk all of the BP Groups are set to Private, and each Private BP Group has the Group Forum set as the corresponding Main bbpress Forum page (which is set as Forum/Closed/Private) and the subforums (which are set as Forum/Open/Private).
I’ll check in over there too, but the issue seems related to the ability to see forums, not so much the Groups.
Thx.
May 1, 2015 at 5:39 pm #161758In reply to: Profile and Forum Details page formatting
Robkk
Moderatoralso do this since it helps some users.
May 1, 2015 at 5:35 pm #161756In reply to: Closed Topic displys No Topics
Robkk
ModeratorMybe it is coded so closed topics are excluded from topic query?
i just closed a topic in an empty forum , i didn’t see anything like this.
Are you seeing anything that should be in a blog post in your bbPress forums.
You did do all of the general issues troubleshooting steps?? like switch to a default theme and deactivate all your plugins except bbPress to find something conflicting??
May 1, 2015 at 4:25 pm #161752In reply to: No topics were found here!
Robkk
Moderatorwhat version of WordPress and bbPress are you using??
May 1, 2015 at 3:57 pm #161749In reply to: Are there any responsive Bbpress-templates to buy?
Robkk
ModeratorYou can follow the last entry i added to the very bottom.
it should help with most of the topic icons.
i will put how to use CSS at the bottom later.
but the category/forum icons you might need a custom way to list the forums , im going to need more time on that.
your CSS is wrong too .
you can use these as examples
.bbpress a.forum-title:before { font: normal 16px/1 'Fontawesome'; content: '\f07c'; margin-right: 5px; float: left; padding-top: 3px; color: #222; }.bbpress a.forum-link:before { font: normal 16px/1 'Fontawesome'; content: '\f016'; margin-right: 5px; float: left; padding-top: 3px; color: #222; }May 1, 2015 at 3:29 pm #161747Topic: No topics were found here!
in forum Troubleshootingcomixfreak
ParticipantI am using most current WP with a theme called news code. I have installed bbpress and after a brief search I found creating a bbpress.php file in my child themes directory might work. It has not and I am able to post new topics to the forum, however I cannot view any of the topics as shown in the image.
If anyone can lead me in the right direction I would appreciate it. Thanks!
May 1, 2015 at 3:06 pm #161746In reply to: Forums page breaks after bbpress plugin update
Robkk
Moderatoronly thing i can recommend really is backup your site a few times then perform an upgrade to the latest version to see if that fixes the issue.
also make sure you have the latest version of WordPress.
and that your theme is upgraded to the latest version with and make sure you follow these guides if theme compatibility just doesnt work anymore.
https://codex.bbpress.org/theme-compatibility/
heres a guide for backing up your site
https://codex.wordpress.org/WordPress_BackupsMay 1, 2015 at 3:02 pm #161745In reply to: Allow private groups to make their forum public
Robkk
Moderatora frontend option to allow the forums to be public in a private group seems kind of custom.
maybe consider posting a job and hire a developer to add this functionality for you.
if your using BuddyPress for Groups you can contact their forum for help too.
https://buddypress.org/support/
if you are using the bbPress – Private Groups plugin contact Robin on the plugins forum or on his personal site.
May 1, 2015 at 2:58 pm #161744In reply to: browse topics with php
Robkk
Moderatornot sure but maybe this plugin would help.
https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/
May 1, 2015 at 2:56 pm #161743In reply to: add bbpress as a wordpress page?
Robkk
Moderatoryou can use the bbpress shortcodes
codex.bbpress.org/shortcodes/
but it will only affect that one page not the rest of the other ones.
i suggest creatng a bbpress.php file , these two guides will help
to find the file bbPress uses you can use the What the File plugin.
May 1, 2015 at 2:33 pm #161737In reply to: Reply to a reply notification?
Robkk
Moderatorhmm threaded reply specific notifications , any replies to the 1st level reply send notifications to that user sounds interesting.
Im not sure if bbPress really does this as i barely used the threaded replies feature.,but i think its only topics/forum subscriptions.
if you want you could hire a developer to make this for you.
post a job at http://jobs.wordpress.net/
i might make a trac ticket on this as a feature suggestion though.
can you receive regular topic notifications??
May 1, 2015 at 2:32 pm #161736Topic: New Posts Not Showing
in forum Troubleshootingbrewcitymarketing
ParticipantWe recently moved servers and on the new server new posts are not showing up. They work on the staging site so we have narrowed it down to a chache issue however all attempts to exclude bbpress from the cache have failed.
When we post it just reloads the page and does not register that we were posting anything. No post shows up in the front or back end of the site.
Any ideas on how to fix this would be most appreciated!
Thank you!
May 1, 2015 at 2:25 pm #161735In reply to: Integrating bbPress with the Warp7 framework
Robkk
Moderatoryep that warp framework is pretty complicated.
i see that throwing all the files fixed your issue, if this fixed it 100% go on any topic that talks about bbPress compatibility issues and post your resolution so that it will help others.
May 1, 2015 at 2:21 pm #161734Robkk
ModeratorYou should follow this guide too, some users say that throwing all the templates into a child theme resolves theme issues too.
May 1, 2015 at 2:19 pm #161733In reply to: Merge forums within same install
Robkk
Moderatoronly thing i found was this , i tested it out and it was missing about 10 topics during the import.
maybe stickies and closed.https://github.com/pippinsplugins/bbPress-Export-and-Import
but i see that you have resolved your issue with that plugin, i will check out and see if i can find more that could do the same thing.
May 1, 2015 at 11:54 am #161731In reply to: Merge forums within same install
landshark
ParticipantI found a plugin that allowed me to bulk edit in the admin. Custom Bulk/Quick Edit Premium there is a free version however I needed the premium version to work with bbpress.
Hope this helps someone else.
May 1, 2015 at 11:43 am #161730In reply to: Kunena converter for bbPress 2.4
Fred_L
Participant@netweb @stagger-lee @marshallarts @jaeha @cybnet @jbuesking
For those of you who went from Kunena to bbPress: Would you be willing to share the url of the page with the migrated forum? Would you recommend bbPress to do the migration and as a final forum platform?I have a VERY nervous client who is reluctant to leave Joomla for WP ONLY because their existing forum (5,000+ users, 11 categories, 44,000+ posts) is on Kunena. They had a bad experience several years ago when another developer tried to do the migration.
Many thanks in advance!
-
AuthorSearch Results