Forum Replies Created
-
@shades404 – I am the author of private groups.
I don’t know why you fix would work, but if it does then great, and others should try this. Can you let me know if you’re using buddypress as well please.
Given that there is a bug with 4.4 which @netweb says will be fixed in 4.4.1, I’d prefer not to try and fix within my plugin, as I’d need to work out a workaround, and then unfix this when the 4.4.1 comes out.
As long as @shades404’s fix works, then I’ll recommend this – can anyone else verify this, and come back on this thread to see if it is a good fix?
In reply to: Private: appended twice to forum titleno problem !
In reply to: form to post multiple inputs into post_contentsorry I am fully tied up in a website development the moment, so i’m unable to help at this time
In reply to: Separate Bulletin Boards for Distinct Groupstry adding this plugin to your bbpress set-up
In reply to: Topics not appearing in forumTecca, thanks and great that you are now fixed !
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