Search Results for '\"wordpress\'
-
Search Results
-
Hi all,
Is there any way to display the latest posts in a specific forum on a regular WordPress template page?
Thanks.
Dan
Topic: No post content! Help.
Newest WordPress and newest update of bbPress – I have no content in my forum posts! All my forums are there – just no content. I could really use some help.
BTW – site s at http://www.stratoliner.me
Thanks,
shep
Topic: Removing user capabilities
I’m trying to remove the publish_topics capability from the subscriber role when using the bbpress wordpress plugin.
I checked here for reference, but it may not apply to the plugin version.
http://codex.bbpress.org/bbpress-user-roles-and-capabilities/
here’s the code I am using in my theme’s function.php
function bbp_remove_subscriber_caps(){
$role_object = get_role( 'subscriber' );
$role_object->remove_cap( 'publish_topics' );
}
add_action( 'init', 'bbp_remove_subscriber_caps' );
When I print the $role_object it shows:
[capabilities] => Array
(
[read] => 1
[level_0] => 1
[edit_topics] => 1
[publish_replies] => 1
[edit_replies] => 1
[assign_topic_tags] => 1
)
Which should mean that subscribers can’t create new topics… but the option still shows up on their dashboard. It does however say “You cannot create new topics at this time.” on the forum page within the site. So it seems to be partially working…
Is this a bug or am I just doing it wrong?
Topic: Members only forum
Hi! My BBPress is working fine, this is more a question on what is possible to do. I would like to have a restricted forum only accesible by me and my coworkers. That is, they can only access it when they log in as for example editor or coworker. Is there any way to achieve this or anything similar?
Also, what kind of forum is this one we are using now? I can see its the same as in WordPress.org.
Thank you,Lautaro.
Hi, my forum address is http://hinduismfacts.org/hindu-forum. I am using wordpress version 3.3.2 and bbpress 2.0.3.
When I or any user try to post a topic or a reply on the forum, the following error occurs.
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies. Try Again.
The user has to log in again or use back button to go to forum then.
But surprisingly, topic gets posted.
Please help.
Hello,
I installed bbPress no admin in a WordPress 3.4 site, I created a test user (Subscriber) and still does take the user to WordPress backend. There is anyway to troubleshoot this plugin?
Thanks,
