Forum Replies Created
-
In reply to: Cannot create new topic – forum page just refreshes
ok, try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
also check
dashboard>settings>forums and check the Roles > Automatically give registered visitors… is checked
In reply to: turning off all uploads of photos and videosprobably better to ask in the buddypress support page
In reply to: Topic and replies countbbpress just uses wordpress users, so this should get you what you want
https://www.wpbeginner.com/wp-tutorials/how-to-show-total-number-of-registered-users-in-wordpress/
In reply to: widget doesn’t workahh – thanks
ok, it works on my test site.
you have 2 options, most liked and topics with no replies – do both behave the same?
In reply to: How to remove unnecessary log in buttongreat – glad you are fixed
In reply to: Can’t bulk update all users to Participant🙂 glad you are fixed
In reply to: bbPress Subscription Feature Not WorkingWP Mail SMTP doesn’t chnage how bbress sends – ie it will still be
from the noreply@
to the noreply@
and then bcc in the usersbut it can improve the delivery by making the emails better authenticated.
BUT if your email system doesn’t have an email set up in it of noreply@ then emails may still be rejected.
so there are lots of stages (email is a right pain)
so
leaving your WordPress site
arriving and leaving your email server (some email servers will not allow multiple BCCs or BCC’s above a number eg say more than 20 )
leaving your email server in DNS settings (you might need things like DMARC set to prevent spoofing)even after all that, your recipients email systems may reject or mark as spam. so emails to say gmail users may get rejected as they don’t like something, whilst say hotmail might be fine with them.
You could write a degree course in understanding email systems !!
In reply to: Can’t bulk update all users to ParticipantIf you have checked ‘Automatically give registered visitors the xx role…’
in
dashboard>settings>forums>
Then they will get that role when they next log in, so you shouldn’t need to take any action on existing users.
In reply to: widget doesn’t workbbpress does not have a widget ‘Most Liked Topics and Topics without replies’ – is this from an additional bbpress plugin ?
In reply to: bbp_get_user_id function supportglad to have helped
In reply to: bbPress Subscription Feature Not Workingif you are not using AsynCRONous bbPress Subscriptions, then bbpress will send
from the noreply@
to the noreply@
and then bcc in the usersThis is a common way to bulk email.
In reply to: bbp_get_user_id function supporttry
bbp_get_displayed_user_id()
that should work.
In reply to: How to remove unnecessary log in buttoncan you go to
dashboard>settings>bbp-style-pack>topics index and see if you have item 19 checked.
If so uncheck it and see if the problem goes away.
If so, come back and I’ll take a further look
I don’t quiet understand, are you saying that the icons don’t show up to non-logged in users regardless of the settings?
correct – if you are not logged in, the website does not know who you are, so does not know what you have read
ok, so if you allow anyone to post, it is impossible to show unread posts to non logged in users , as by definition they are not logged in, so the website has no idea who is looking, so does not know who they are and what they have read.
on
Also I activated, and the deactivated the topic preview option and it seems I broke something because, again for logged out users, the preview text shows up right next to the topic link. Oops, is there a fix?
Thanks
can you send me a link so I can see.
In reply to: Graphics and Text issueok, neither of those links resolves to a live site, what theme are you using?
in effect they are one and the same thing.
bbpress just uses the wordpress user with an additional role.
If you want to prevent users from accessing the forum but still have site access you can use the ‘blocked’ role or set ‘no role’ and/or not set a default role in dashboard>settings>forums
In reply to: Avatar / bbp-author-link misalignmentThanks for posting your solution
In reply to: bbPress Subscription Feature Not Workingso the logs in ‘check and log emails’ – show emails to you, but none to the subscribers – yes?
In reply to: Quicktags Toolbar not displaying🙂
In reply to: Quicktags Toolbar not displayingIf you install this additional plugin, the fix is automatically applied
In reply to: bbp_new_topic not workingplease post the code you are using
if you check out
dashboard>settings>bbp style pack>other bbpress plugins you will find several that deal with parts of your list
post count is in style pack
user ranking is a plugin listed
there are upload plugins there
In reply to: bbPress Subscription Feature Not Workingif you are seeing emails, I suspect the problem is downstream from your site, and that spam detectors in the various mail providers are seeing emails with lots of bcc’s as spam.
I would first see that emails are being sent by using
and setting it up to log emails
You can then see what is being sent.
If emails are going, then you might need to change the ‘from’ email address that bbpress uses to a real one on your domain, or by setting up the ‘noreply@’ email as a real one on your domain, you hoster will help you here if you don’t know how to do that.
Finally you could use this plugin :
to send the emails one at a time. Whilst old it still works fine.
In reply to: Search goes to infinite loop with Astra theme.great – thanks for posting.