Forum Replies Created
-
In reply to: Per Forum Permissions by Group
on you’re
‘$post_ids=$wpdb->get_col(“select ID from $wpdb->posts where post_type = ‘topic'”) ;’
this function is used lots of times in the plugin for instance forum-filters.php line 37
$post_ids=$wpdb->get_col(“select ID from $wpdb->posts where post_type = ‘forum'”) ;
and is the core of what makes the plugin work. If get_col didn’t work, then the whole plugin wouldn’t as the start of working out who can see what is the list that this/these lines create.
I’d therefore suspect that this function in the particular instance of moving a topic is producing a ‘nil’ return, and without any topics in the resultant filtered list, then the display isn’t switched on.
In reply to: can not manage bbPress after installationWhat do you want to happen?
The ‘cheating’ message sometimes comes about if you have multiple windows open with different access levels.
Setting to ‘no role’ prevents the admin user accessing these areas.
It’s quite probable that if you shut down all windows, and the go in again, you’ll not see these areas, which of course ot what the setting should do.
Come back if that’s not clear !
In reply to: Newby a little lostyes, you should be able to just have the index.
Check out
and if that doesn’t directly help, come back with how you are set up – ie what does menu take you to, what is in that link/post/page/category etc.
In reply to: Per Forum Permissions by Group@netweb š
In reply to: Per Forum Permissions by Group@netweb – thanks for adding to this thread, and apologies if I was breaking rules – fully appreciate the reasons they are there š
I think the errors in pg_get_author_link are related to testing for settings that may not have been set, I’ll take a look.
@trymedo – As Stephen suggest try it with a core theme and play with the plugins. Come back with your results !In reply to: Per Forum Permissions by Groupok, I’ve just tried both roles on my site, and they are fine.
What theme and what other plugins do you have? and can I see a url? you can contact me via my site if you’d prefer that not to be public http://www.rewweb.co.uk
In reply to: No search results in insert link box@rbbouman – ‘Iām trying to understand.’ Wish I could tell you a confident answer ! I’ve worked with computers for over 30 years, and I still don’t understand them ! š
But yes, I suspect that the old trick of “turn it off and turn it on again” has worked !
In reply to: Per Forum Permissions by Group@trymedo Can you tell me what forum role this happens with eg moderator, keymaster?
In reply to: Results of the 2014 bbPress SurveyInteresting set of results – just read through them
Thanks to those who contributed and compiled !
In reply to: Per Forum Permissions by GroupNew version 1.6 available from wp-plugins
https://wordpress.org/plugins/bbp-private-groups/
or my site
This version fixes the [bbp-topic-form] shortcode so that it only displays allowed forums (previously it showed all forums, but only allowed posting in authorised).
@smileyriley21 – love, wealth and happiness should now abound ! šIn reply to: Forum still not working right…Great – glad you’re fixed, and thanks for posting the latest code needed ! š
In reply to: is it possible to install bbpress for non wp sitessorry bbpress is now only a wrodpress plugin !
In reply to: Forum still not working right…great – glad you’re fixed !!
In reply to: Unable to Assign Forum to TopicIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Per Forum Permissions by Group‘If you can do this, I will love you forever and donate some cash as this will meet my clients requirements.’ I think my wife would be worried at the first, but delighted by the second !
It should now be quite doable, as I found a better fix to another area which I can re-use, so I’ll get to work on it, and come back hopefully later today or tomorrow
great – glad you fixed now – we get there in the end !
In reply to: Per Forum Permissions by GroupOk thanks, the screen shots help immensely.
I’ll take a look
In reply to: Include sub-forum topics in parent forum loopgreat – if you fix it, please post the solution here to help others !
In reply to: Problem installing bbPressprobably a conflict
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.
ok, so put this in your functions file
//This function adds the author to the reply function bbp_author_display () { if (bbp_get_reply_author_id() == bbp_get_topic_author_id() ) { echo '<span class="topic-author">' ; echo '<ul><li>' ; echo 'Topic Author' ; echo '</li></ul></span>' ; } else return ; } add_action ('bbp_theme_after_reply_author_details', 'bbp_author_display') ;and this in your style.css
#bbpress-forums .topic-author{ background: none repeat scroll 0 0 #5BB75B; color: #FFFFFF; display: block; padding: 5px; }Job done !
In reply to: Per Forum Permissions by GroupInteresting, this doesn’t happen on my site, but then all sites are different !
When you say that the ‘dropdown’ is missing do you mean the list that is shown beside ‘use an existing topic in this forum’
and what happens – is it missing, or has blank entries or what?
Come back and I’ll try to help further
‘if topic author is the same as reply author display label above reply author avatar, or below forum role. IF not the same dont display anything. ‘
Is this now the function you want or is this additional to other stuff – sorry I’m a bit confused !
In reply to: Requirement QuestionsMultiple user levels – https://wordpress.org/support/plugin/bbp-private-groups plugin should do this
Capacity to see at a glance live updated list of who has commented – could be coded but is not in the current version.
Is there a way to integrate Dropbox – not that I know
He would like a tag cloud also. – yes that’s thereIn reply to: Why you choose this complicated scheme ?lots care, but just coming on here and spouting abuse is hardly likely to create a discussion !