Forum Replies Created
-
In reply to: User CategoriesIn reply to: “Replies Created” Tab is empty?
that’s my plugin, contact me via
https://wordpress.org/support/plugin/bbp-private-groups/
and I’ll take a look
In reply to: Change email default forum notificationsIn reply to: “Replies Created” Tab is empty?suspect private groups – deactivate this for a moment as a test and see if it comes back
In reply to: Paginated contentnot sure what you are disagreeing with in my statement, support is provided for free by volunteers such as myself (I’m nothing to do with bbpress) and you haven’t got an answer, so think that is a correct statement as well.
I’m not arguing that pagination shouldn’t be there.
In reply to: HOW TO CHANGE “FORUM” NAMEwhere does it show as
“bbpress Forum”
?
In reply to: Paginated contentSupport is provided free by volunteers such as myself and other users. No every question gets a reply, it depends on many factors.
In essence getting to an answer would require lots of digging in the code to find, so I suspect you will not get a response.
In reply to: Forum with Chat/shout boxno sorry, nothing as far as I know
In reply to: remove Oh bother! No forums were found here!great – glad you are fixed
In reply to: bbpress menu items not visible in dashboardI presume the user account you are using has BOTH administrator and keymaster privaledges?
In reply to: Add class to last topiccan you list the plugins you using?
In reply to: Customise email notificationthat section also lets you have ‘auto login’ which prompts users to log in (item 2)
In reply to: Customise email notificationIn reply to: Post won’t show up until you logout/loginno problem, glad you are fixed
In reply to: Help!! All post are publishing with an HTML tagwhat do you mean by ‘the edit option has gone’ is this related to html tags, or a fresh issue ?
In reply to: Forum Index issue (like so many others it seems)on your first problem, try
dashboard>settings>forums>forum root slug>forum root and change that to chat
In reply to: width not correctno problem
In reply to: width not correctok, your theme/caching is now doing this
https://www.myplaystation.nl/wp-content/cache/fvm/1559213822/out/header-de476267.min.css
you might need to clear cache to get style pack to take or put this in custom css
#bbpress-forums li.bbp-forum-topic-count { color: #000 !important; }
In reply to: width not correctyou have topic count set to white in my style pack plugin – topics index styling item 2
In reply to: Infusionsoft and Forum Roleshould do
In reply to: Infusionsoft and Forum Roleyou can use the function
bbp_set_user_role( $user_id, $new_role)
$new_role will need bbp_ in front eg bbp_keymaster, bbp_participant etc.
In reply to: width not correcttry this in your theme custom css area
li.bbp-forum-topic-count, { width: 12% !important; }
In reply to: Add class to last topichmmm… the first problem is how do you know when the last topic is being displayed.
so for an individual forum topic list, you want to do what to the last topic ? then I can help with then best way (which may or may not be a class!)
In reply to: width not correctlink to an example on your site please
In reply to: list of all functions@uses bbp_is_single_forum()
Line 882: * @uses bbp_is_single_topic()
Line 883: * @uses bbp_is_topic_edit()
Line 884: * @uses bbp_is_topic_merge()
Line 885: * @uses bbp_is_topic_split()
Line 886: * @uses bbp_is_single_reply()
Line 887: * @uses bbp_is_reply_edit()
Line 888: * @uses bbp_is_reply_move()
Line 889: * @uses bbp_is_single_view()
Line 890: * @uses bbp_is_single_user_edit()
Line 891: * @uses bbp_is_single_user()
Line 892: * @uses bbp_is_user_home()
Line 893: * @uses bbp_is_subscriptions()
Line 894: * @uses bbp_is_favorites()
Line 895: * @uses bbp_is_topics_created()
Line 896: * @uses bbp_is_forum_archive()
Line 897: * @uses bbp_is_topic_archive()
Line 898: * @uses bbp_is_topic_tag()
Line 899: * @uses bbp_is_topic_tag_edit()