Search Results for '+.+default+.+'
-
Search Results
-
Topic: login option for forum users
bbpress 2.2.
twenty-eleven theme
wp 3.4.2My forum used to be setup so unregistered users could post but then I got hit with tons of spam and changed it. I thought it would automatically provide me with a user registration/login option, but things cant be that easy, right?
I need help with setting up the option for people to register before posting to my forum. I looked into buddypress, but didn’t think it was a good idea since I’m a newbie.
Info—
Under general settings, I have “anyone can register” checked, with new user role as “subscriber”.
The only forum settings unchecked are: Allow topic and reply revision logging, Allow guest users without accounts to create topics and replies, and Use the fancy WordPress editor to create and edit topics and replies. The default forum user role is participant.No one is able to reply or post new topics and there is no option to login. It says, you must be logged in to reply or create new topics.
I am very new to coding and had a web developer friend of mine put together my site for me and teach me the basics. I am now at a point of teaching myself anything new. I’ve read all the wp/bbpress documentation and searched Google for weeks with no luck.
I would appreciate any help if anyone has time. Please be as specific as possible 🙂
Topic: bbpress not working now
hello,
after the latest bbpress update my forums don’t work (when you click a forum topic, there are no posts or replies) and my navigation bar is also gone, along with my logo. It seems something has broken the buddypress system, I even use the default bp theme. http://msflights.net/forums/forum/general-discussion If you click any of the topics, there are no replies, it is just blank once it loads up.What should I do to fix this?
thanksGood morning,
I upgraded to the latest bbPress 2.2, and now clicking on any of my forums return “Page not found. We’re sorry, but we can’t find the page that you’re looking for. Perhaps searching will help.”
I thought it might’ve been my custom theme, so I went back to the default theme but I still have the same problem. The strange thing is that the page title at the top of the browser shows the correct forum title, so it is going to the right URL. But it is just not loading any of the forums
I have my forums in the following URL structure, which worked in bbPress 2.1.3 and below:
http://www.mywebsite.com/groups/general-groups/my-test-group/forums/I tried repairing the forums, but that didn’t work either. Please help? How do I fix this?
Is bbPress language defined by WPLANG in wp-config?
I would like my bbPress language to different from my WP language.
I use WPML and have a multilingual site. For several reasons, I have set my WP Default language as English.
I wish to deploy bbPress as a Hungarian language forum. I will not have forums in other languages.
What do I do?
Hi! My layout is like this:
[Category 1]
[Forum 1]
[Forum 2][Category 2]
[Forum 3]
.
.
As you know, bbPress’ default layout is to fetch the Category description, not the Forum descriptions. I’ve tweaked thebbp_list_forumsfunction, so now I want to show the forum descriptions instead. But when I addthe_content()to myloop-single-forum.phpit fetches the category description.I think I must add
the_content()inmy_bbp_list_forums, but don’t know where or how.The code can be found here (Kudos to Lynq): http://pastebin.com/GLhCHYze
And what I’m after graphically: http://i649.photobucket.com/albums/uu216/DramaticBaby/forum_description.jpg
How can I make
the_content()fetch the forum descriptions? Or is there abbp_get_sub_forum_description()function somewhere? 🙂Topic: bbpress tinymce not showing
Hello! I just want to first thank everyone for this great plugin forum.
I have enabled “Enable Fancy Editor” in settings > forums , however my tinymce editor does not show. I simply see the generic HTML editor. Is there a known fix for this problem?
I’m using the default wordpress twenty eleven theme. Thanks!
I installed wordpress and the bbpress plugin from built-in plugin installer and made a forum which I previewed , which was fine during preview, but after I published it, the forum returns HTTP error 404 on the forum itself and when viewing the preview. This is my second installation with the same problem. A forum on my previous install showed up after a while, but the others didn’t. After following advice I changed the permalinks back to default and all the forums came with the same HTTP error 404. My website structure is “…com/worpress/index.php/forums/forum/…” for some reason.
Topic: User role setting
OK in the online documentation it mentions the settings for ‘Default user role’ and ‘Auto role’ – where on earth are those settings because I can’t find them in the forum settings.
Topic: Theme Packages
I installed bbPress 2.1.3 on WordPress 3.4.2. In the settings page, I see the following:
Theme Packages
How your forum content is displayed within your existing theme.
Current Package
– bbPress Default (bbp-theme-compat)
– Twenty-ten bbPressIf I select the 1st option, forum page comes up nicely, none of the existing forums show up. If I select the 2nd options, existing forums show up, but the layout is completely broken.
I am using custom WordPress theme. What am I doing wrong?
I am trying to set up the bbforum in my theme.
I tried hard to go for the Step Three to adjust my theme to cope with the default BuddyPress templates, using this HTML structure:
[HEADER]
[PAGE CONTENT][SIDEBAR CONTENT]
[FOOTER]My current theme’s structure seems like follow..
By default BuddyPress templates use this HTML structure:
[HEADER]
[SIDEBAR CONTENT]
[PAGE CONTENT]
[FOOTER]Therefore, I’d like to use the alternative method to set up the theme, in adding following files, copied from header.php, footer.php, and sidebar.php from my purchased theme : header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php.
After this, it seems I need to modify the above x-buddypress.php files.. yet.. I have no idea of what to do here.. ’cause, these 3 files are parts of a page. Should I modified those index.php file in the forum folders?..
Could anyone help me to solve the problem? or.. any suggestion, please.
By default, bbPress will validate new topic fields and reload the page with errors, but all content is lost. This is pretty frustrating to a user that has entered a long post, but forgot to enter a topic title. Is there any easy workaround for this, whether it be PHP, jQuery, etc?