Forum Replies Created
-
In reply to: comments appearing in many pages
can’t see that this is anything to do with bbpress – can you explain further
In reply to: # of Users Currently Viewing Forumjust had a quick look at what was in the free version, and looks like the pro version may have what you want – it claims
Buddpress profile link integration (New in V1.0.4)
BBpress profile link integration (New in V1.0.4)
BBpress Online User Statistics (New in V1.0.5)maybe worth looking at
In reply to: # of Users Currently Viewing Forumnot within free help – code digging would be needed.
In reply to: # of Users Currently Viewing Forum@druidism – I ditched it !!
In reply to: “Mail” instead of “Email” on reply formcreate a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-anonymous.php
bbPress will now use this template instead of the original
and you can amend thisThen you’ll see that line 27 contains the text you want to alter.
In reply to: forum color is off and i cant get the sidbar to showforum colors – try
sidebars – see item 8
In reply to: Forum premissionsyes, you need my private groups plugin, an to enable topic permissions, which let you determine which groups can create topics and replies
In reply to: Check if topic is stickyif (bbp_is_topic_sticky( $topic_id )) { //do something }
@lovechard if you’d like some code around JJJ’s filtering suggestions, contact me via my website
In reply to: Password Protect a Forum10 years ago would have been bbpress version 1, which probably explains it.
I’d need to look at how best to do a password protect, and it would be a couple of weeks due to other commitments, might well be a standalone plugin rather than private groups, as that plugin is now so full that I have to keep refreshing myself on how it works !
If you’d be interested, contact me via my website
In reply to: Forum Menu Not Displaying for Usersif you disable (as a test) any/all of Active Member 360 / Active Campaign / Buddy Boss Social Learner / BBPress / Learn Dash.
Does the problem go away, suspect the issue is related to those plugins
In reply to: Get topic creation dateok, where do you want to see this – on what screens?
In reply to: Password Protect a ForumI’m not aware that this was previously possible with bbpresss v2 (may have been with v1) – I am author of private groups.
2 questions
1. if password protected, how would you envisage the forum working – can you describe it’s set up
eg who would see the forum and when?2. I could do with understanding the time saving over using private groups. In one case you allocated someone to a group, in the other you email someone a password, isn’t time taken the same? With passwords if you ever want to change who can see, you have to tell everyone the new password, with private groups you just change the user. With passwords everyone has to remember the password, and there is a risk that it is compromised. Please understand – I’m not arguing that you don’t have a valid proposition, just trying to understand whether I can make PG better, or if I can see you angle, add PW capability to my plugin.
button is where it should be – cross reference with say a page, and you’ll see it is supposed to be in the box – it’s just pages have other info.
In reply to: What is hosting requirementsthere are none, basically bbpress is a plugin under wordpress, so if your wordpress site works, then bbpress should, with any in support versions of php and wordpress
In reply to: Lost password – not getting emailsyes
bit of a cop out answer (ie ‘we can’t be bothered’), but yes you can manually do this using
ok, but if you look at their profile
dashboard>users>edit user
what is their forum level eg participant, spectator, blocked
so what forum level do they have once they have cancelled?
In reply to: Paid Access to the BBpresscontact me via my website
In reply to: Lost password – not getting emailscan I just confirm that this happens then with both the bbpress shortcode [bbp-lost-pass] AND with the wp-admin lost password ?
PS I’m kinda interested that cancelling membership leaves the user still set up and able to access your site? Do they still show in dashboard>users?
In reply to: Users can’t create a new accountwhich version of bbpress and wordpress?
In reply to: Lost password – not getting emailscan you test that a user gets a reminder if they click the wp-admin lost password ? Not suggesting this as a solution, this is a bit of fault finding.