Search Results for '\"wordpress\'
-
Search Results
-
I’m meeting with some IT students tomorrow who will possibly be working on projects with me as part of their course. I was thinking that maybe they could make some simple widgets for the new bbPress plugin.
Are there any simple plugins/widgets that bbPress users would like built?
More information is available on WP Tavern:
http://www.wptavern.com/forum/plugins-hacks/2294-free-wordpress-plugin-development.html
And I’ve posted some of the current suggestions on Google+, none of them are bbPress related (yet):
https://plus.google.com/110903788122203327516/posts/gEAACcGcFih
Thanks for any ideas you guys might have
Topic: How to Install
Hi there,
I’ve added bbPress as a plugin to my WordPress install.
I’ve also created a page called ‘Forum’. I’ve created two forums, but the only way I can get them to display is to view them directly from the admin panel.
How do I make these visible from the forum link on my page?
With thanks,
DC.
Topic: REGISTRATION: One-stop shop
I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.
All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.
In short, how can I redirect the registration link on the forum to that of my WP registration page?
To replicate:
1. Create Forum
2. Create Topic
3. View Topic in WordPress
4. Click ‘Add this topic to your favorites’
a) Clicking the [x] next to the ‘This topic is one of your favorites’ seems to redirect correctly.
5. Click the ‘favorites’ link
6. You are now in the ‘forums/users/[username]’; scroll down to the ‘Favorite Forum Topics’
7. Click the “x” button to remove. I am redirected back to ‘2011/08/04/hello-world/’ for example. My expected action would to have been redirected to the /forums/users/[username] as that is where I was.
It could be I don’t have something configure correctly but this is an out of the box installation.
I looked at the bbp_favorites_handler() in ./bbpress/bbp-includes/bbp_user_functions.php and the fall back action for the redirect is get_permalink(). This should be something more like $_SERVER to redirect the user back to their original page.
I had a (good regular)user keep posting af reply to a topic, but he didn’t see the comment. Fortunately he wrote me, and I found it marked as spam (several times) in the database.
That must be three problem:
1. The user wasn’t notified that his comment was marked as spam
2. The user had a bunch of approved comments, so this shouldn’t happen should it?
3. I couldn’t see this anywhere in the WordPress backend