Forum Replies Created
-
In reply to: Reinstall BB presss and clean up all topics, how?
If you want to delete everything bbpress datawise and start again then
Dashboard>tools>forums>reset forums
In reply to: bbpress themesyou can play with the styling using
In reply to: how to change font size of froumsIn reply to: Multiple Buddypress groups for Forumssorry that it doesn’t work with multisite – only so much free time I can give to coding plugins π
In reply to: Please Help What the roles areIn reply to: Display forum as list not workingurl please?
In reply to: HELP PLEASE NEW TO BBPRESSIn reply to: Multiple Buddypress groups for Forumsdon’t know, but maybe worth looking at
In reply to: bbPress ShortcodeIn reply to: The subscribe has no spaces from breadcrumsTry adding !important – your theme may be overriding the settings viz
In reply to: View all posts across multiple forumsyou can use the shortcode [bbp-topic-index] in a new page – this will show the latest 15 topics across all forums with pagination.
In reply to: Complete noob, need help!In reply to: bbPress ShortcodeIn reply to: No Admin Sections AvailableAn interesting discussion, and can I perhaps add my thoughts as a plugin developer
You start from a perspective that bbpress would naturally seek to be all things to all people and should want to compete with other products.
I cannot speak for bbpress authors, but as a plugin author I write for the enjoyment and challenge of coding and to help others β I am not in an arms race or commercially minded β I can do plenty of that outside bbpress β and if some code I write has one user or thousands as long as it does what I want it to, I am happy. Yes it is nice to have good feedback, and improve it using others suggestions, but when these are posted as pseudo demands, or as a big list of complaints, then I have to say I would turn off. I do this for free, in my spare time, and for my enjoyment, and I suspect that the bbpress authors do the same as well.
I have to say therefore I find your general thrust of your demands, and your βI know betterβ how bbpress should be run attitude upsetting.
This is a free product β if you want to improve it donβt whinge for the sidelines β write a detailed spec or better still write the code and submit it yourself.
Just telling others how they should do something that costs you nothing seems a very negative way to go about things.Just my view π
In reply to: Help Wanted: Adding WebWiz Content to BBPressIn reply to: Problem on installationbut no response !
In reply to: Topic & Reply counttry changing
$args['count_sep'] = false;to
$args['count_sep'] = '';In reply to: Help Wanted: Adding WebWiz Content to BBPressIn reply to: Changing Bulk Action Role Removes bbPress RoleThis is an s2member problem.
BBpress uses the same database meta_key to store both the wordpress and bbpress names. So there are two entries in the wordpress database
so in usermeta the meta-key against a user for wp_capabilities will be set to something like
a:2:{s:13:”administrator”;s:1:”1″;s:13:”bbp_keymaster”;b:1;}
I would suggest that in bulk mode, s2member is just overwriting the whole of this value with the new s2member level, thus deleting the bbpress value.
If you post the above to the s2member support site, they should understand the issue
In reply to: Problem on installationnot sure if this is spam as I can’t find a forum.
Come back within 24 hours please
In reply to: change bbpress default themeIn reply to: Widget that combines topics & replies?yes, use the latest activity widget in my plugin
In reply to: Members cannot see private topicsThe ‘something happened’ is unfortunately the key to this.
Users will have a role, and the default roles are stated in
so as long as a user has the right level, then the default will tell you what they should have.
But an plugin, or change to functions code can change the default roles, so without pouring over the code, it is impossible to say whether a user has a particular level beyond seeing what they can do.
So you’ll need to come back to ‘something happened’ to wpork out wthat that was and why it affected.
So have you done
theme updates
plugin updates
changed themes
added or deactivated pluginsIn reply to: Help!! Please!!ok, found the link in your other post.
Posts and comments are a wordpress thing and controlled by wordpress roles
Forums, topics and replies are a bbopress thing and controlled by bbpress rolesYou’ll find wordpress roles at the top of a user edit, and bbpress at the bottom
Dashboard>users>all users>edit user and that’ll get you to the screen
and yes functions.php is where you should put it, but generally in a child theme