Published on October 18th, 2013 by SZTEAM
Hi all.
I am using bbpress fist time.
I have configured the login widget with links to my “lost password” & “registr” page i have created with shortcodes:
,
.
I have also created an page with shortcode: which then i have changed the redirect link from wp-login to my own page link of the shortcode for login. The change i have done in bbpress/includes/common/template.php around line 1154.
Now my issue is that after i run a test register (from my page created with the shortcode) nothing happens. I get redirected to my custom login page. But i get no email or my test user does not show up in “Users” in my WP backend.
I have following plugins installed:
Advanced Custom Fields
bbPress – Report Content
bbPress Notices
bbPress Notify (No-Spam)
bbpress Simple Advert Units
bbPress Users Stats
Better WP Security
Crumina Menu Customizer
Facebook
Google Fonts WordPress
Math Captcha
Page Builder by SiteOrigin
WPBakery Visual Composer
WP Maintenance Mode
Hope someone can help me on this issue. 🙂
Published on October 18th, 2013 by WPSeeker
Hi
I read in the docs that you can now specify a forum to post to using the shortcodes without having to use the dropdown forum selection.
I tried using this shortcode but it doesn’t seem to work and I still get the dropdown.
You must be logged in to create new topics.
I want to load a form to create a new thread but have the forum hardcoded.
Thanks
Published on October 18th, 2013 by himali
I’m using wordpress version 3.6.1
bbpress version 2.4.1
i’m not using buddypress.My question is that I cant send reply to any topic from bbpress..
Published on October 17th, 2013 by rustysolomon
Hello all
I am trying to change my bbpress theme i’m looking everywhere but i couldn’t find how to do it i search in some forums and i found that i have to edit my basic theme with the css i don’t know how because i am juste beginner so please i need a help
thank you in advance
rusty solomon
Published on October 17th, 2013 by thebobajob
I have searched and searched but cannot find an answer to my problem.
My forum has the Forum search on the sidebar which successfully finds something when I do a search but the output of the results is missing all the tags that are created in loop-single-forum.php
Something must be stripping them out. I don’t know what and I don’t know why but I need them back in to style the output.
Can anybody help?
Thanks
Published on October 17th, 2013 by Keryn
I have some code to show the sidebar based on what page it is, and it works fine for the pages, but no sidebar shows on any bbpress pages:
if (is_page(79) || is_child(79) || is_ancestor(79) || is_bbpress()){
dynamic_sidebar(‘memberbar-sidebar’);
}
Published on October 17th, 2013 by SaturnsVoid
I am using WordPress: 3.6.1
I am using bbPress: 2.4
When i try to “Activate” bbPress it errors throwing
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes)
The error happens on all Admin pages, The bytes vary from page-to-page. I can’t figure this out! I posted in the “Installation” forum but had no help.
Hope someone can answer me fast! Thanks.
Published on October 17th, 2013 by elitetester
If a user makes a nice forum post I would like to be able to choose to post this single topic into a WP post/blog of categoryX. If I see another nice forum post then I would like to be able to choose to post this single topic to the same, or perhaps a different WP post/blog under categoryY. All video/images etc should be presented in WordPress as it would appear in the forum.
I’d like to see the topic content appearing as an article rather than a forum topic: No reply window shown even if logged in, instead show ‘number-of-replies’. No avatar, just a short comment ‘posted-by-xxx’. The topic title and ‘number-of-replies’ links the user to the respective forum topic in the main forum view.
————-
I was thinking this might be possible using shortcodes. e.g. create a new shortcode based on ‘bbp-single-topic’ (perhaps called ‘bbp-single-topic-post2blog’). Then add a drop-down-list beside each forum topic only visible for admins. The drop-down-list includes all WP posts/blogs. After selecting a WP post from the drop-down-list the shortcode and respective topic-ID gets added to the bottom of the WP post content.
What do you think? I have quite a clear picture on how this should work.
If this is possible I would be happy to test it.
Published on October 17th, 2013 by husdom
Both buddypress and bbpress installed…
Setting>Forums>Forum User Settings>Auto Role – set to participant
Settings>buddypress>settings>Profile Settings – Enable BuddyPress to WordPress profile syncing
After someone registers they are registered with – Site Role – subscriber and no forum role is designated.
Mr. Fox
Published on October 17th, 2013 by husdom
Both buddypress and bbpress are installed…
The topic replies (bbpress forum) used to be broken down into pages and now they are not. Due to the individual pages previously being present I believe that I have changed a setting or something and can not locate it now.
Settings>Forums>Topics and Replies Per Page – is set to 20 per page.
Mr. Fox