Search Results for 'bbpress'
-
Search Results
-
Wordpress 4.0
bbPress 2.5.4Hi,
in admin toolber, I would disable the section about buddyPress, I detected it by css code:
ul#wp-admin-bar-my-account-buddypress.Can I hide it?
Thanks.
Wordpress 4.0
bbPress 2.5.4Hi,
in the function ‘bbp_get_single_forum_description’, I would concat a message for user not logged in.I wrote:
add_action( 'bbp_get_single_forum_description', 'msg_for_user_loggedin' ); add_action( 'bbp_get_single_topic_description', 'msg_for_user_loggedin' ); function msg_for_user_loggedin( $args = '' ) { if ( !bb_is_user_logged_in() ) { $custom_msg = "You must be logged in to see all topics."; } else { $custom_msg = ""; } echo $custom_msg . bbp_get_single_forum_description( $args ); }But it not works, why?
Thanks.
Hi,
How can I diagnose where the conflict between bbpress and a plugin on our website occurs so I can fix within the plugin?
We’re using a theme that integrates the bbpress forum in to it and we’re 99% sure that this plugin is the reason why the forum isn’t working but we need both the plugin and the bbpress forum to work alongside each other.
How can we find the issue with the plugin and fix it? At the moment the forum structure works but threads and replies aren’t shown at all.
Thanks,
AdamHi,
I have upgraded a website to wordpress 4.0.1 and bbpress to version 2.5.4 and after that topics have disappeared. If I click on each forum appear two messages:
This forum contains 7 topics and 102 replies
but no topics are shown and after this message there is this other message:
Oh bother! No topics were found here!We have tried to change the template and to deactivate the plugins but there are no conflicts and the issue still exist.
Hi,
I have a problem where pagination is not working in my theme.
I am doing template redirect in function.php to template file of forum, topic or reply if URL is like http://domain/forums/…
Right templates are loaded and right content is shown, but pagination is not working, first page is always shown/loaded.
Pagination appends …/page/{page}/ to URL when page is selected, but always first page of data loads.
I have tried to set page manually, among others, $bbpressInstance->forum_query->paged, but no luck.My question is, how and where to set page that should be loaded, and how to track where is the problem. Because problem is in my theme, pagination works in WP default themes.
How to debug this?I am on deadline, but stuck on this basic feature and should appreciate some pointers how to debug this.
BBPress forum is included in my template file through shortcode
echo do_shortcode('[bbp-single-forum id='.$id.']');
Topics are included like
echo do_shortcode ( '[bbp-single-topic id=' . $id . ']' );
And Replays like
echo do_shortcode ( '[bbp-single-reply id=' . $id . ']' );Hi,
I’m new to bbpress and I have set up a forum which I really like the look of.
However they are in alphabetical order which is not what I want.I’ve tried and failed to find a solution.
See below how they are arranged, General needs to be at the top, plus there is more to add once I know what I’m doing.
Many thanks in advance for any help.
Letty
Farm Machinery
Machinery for sale (0, 0), Machinery wanted (0, 0)General
How to post a photo (0, 0), Welcome (0, 0)Livestock
Beef Cattle (0, 0), Dairy Cattle (0, 0), Pigs (0, 0), Sheep (0, 0)Topic: Deeper capabilities
Hello Everybody.
I hope you understand my “german Englisch”.
I tried many many membership and capability plugins to empower bbpress. But with no success.
This is because bbpress has capabilities, but don´t used them the right way.I am not a developer, so I don´t know, if everything I suggest is possible or not. But I know, for some of these features, that it worked for former versions of bbpress with plugins that are outdated for years.
What bbpress really needs are capabilities in this way (marking new capabilites with (*)):
When talking about forums, I mean forums and categories.Forums/Categories
can_see_forum
can_see_threadThreads
can_create_topic_in_forum (*)
can_edit_owntopic_in_forum (*)
can_edit_anytopic_in_forum (*)
can_delete_owntopic_in_forum (*)
can_delete_anytopic_in_forum (*)Replies
can_create_reply_in_forum (*)
can_edit_ownreply_in_forum (*)
can_edit_anyreply_in_forum (*)
can_delete_ownreply_in_forum (*)
can_delete_anyreply_in_forum (*)Moderators/Admins
Capabilites to create, edit, delete, move or split forums, threads and replies.
With these capabilites, bbpres itself or every capability addon could add members or groups to forums and categories.
This would make bbpress more like full featured forum software (vbulletin, burning board, phpbb and other) than it ever was.
I asked a developer a long time ago, how long it would take to build an extension or add this to the bbpress core features.
He said something like: BBPress is well coded. I think, adding these capabilities and rules to forums, adding some metaboxes for assigning groups, members or capabilites to forums post types.. I think a good developer could do this in no time.
Well… he is specialized in another section of wordpress plugins and not interested in creating for bbpress. But I think, every wordpress user and forum lover would love these features.
And I think, this is also a great way to prevent spam in forums. on non-english websites, most spam plugins block users that are definetly no spammers, because they search for things, that are not present in non english languages.
Hoping for feedback and… hope this can be realized.
Plugins I tried:
– press permit
– advanced access manager
– advanced capabilites manager
– s3members
– members
– and many many more (used keyword in wp repo: bbpress, member, access, restrict, capability, capablites, read, write, permission and more)Hope for positive feedback
Digi
I’ve got a problem with Administrator / Keymaster and other roles when installing bbPress.
When setting up the site in 4.0 I created 2 administrators beside myself, and the rest of the members of the club I gave the roles of Authors or Editors (but in French Auteur and Editeur). When installing bbPress everyting screwd up. Suddenly everyone had the lowest role and the other administrators couldn’t log in to the Dashboard but of some reason my previliges as Administrator remaind. When attempting to give back the roles as Admins to the other 2 accounts, there where no Admin in the list to so I couldn’t give them that role. The highest role I could give them was Editor
I then deinstalled bbPress. My Administrator account then turned into Keymaster and the other two former Adminstrators turned into Editeurs (editor in French) but all the other members got their old roles.
So when now trying to give back the Administrors role to myslef (who is a Keymaster for the moment) and to the other 2 accounts there is no Administrator in the list just a mitchmach of roles in English and in French. What turnes up are (rmember that bbPress is deinstalled now):
* Abboné
* Participant
* Moderator
* Blocked
* Spectator
* Keymaster
* Contributeur
* Auteur
* Editeur(FYI I have now upgraded WordPress to 4.0.1)
What is this all about. How do I give people the roles of Adminstrator ??? And why did the roles change in the first place ?