1) How do we make it so the names of people currently on the forum show up in the forum statistics area which shows the other data like numbers of users on line, posts, etc? We'd like to see the users names and guests that are currently browsing the forums display in real time there. Please let me know how to do this.
2) Another issue is that new registration emails to new users show a link to add their password but it's not a hot link. How can we assure it shows up as a clickable link in their email instead of just the link text they have to copy and paste to make work?
3) How to limit the characters in the About Me field of a user's profile? We've had spam attempts by real people that pasted in a pages of text about their gambling site there. Limiting it to like 300 characters would be helpful.
4) How do we make the social media links show up in the top line of the posts like they do here on your forum instead of a share symbol that has to be clicked on first to display them and how do we edit them to the social media places we desire to display there and share to?
Also, 5) a suggestion about the notification bell at the top of the page. Seems like it's backwards. It goes dark when you have something to see there and is brighter when there's nothing (at least in our color scheme). Seems like it should be the opposite. Dark when you have nothing and bright and maybe the bell is slightly moving when you have a msg there. Just a suggestion. LMK if this is an easy change.
Many thanks for all your amazing help here and apologies for so many questions in one post but I thought this would be better than starting five different threads! Love you guys! 👍
1) How do we make it so the names of people currently on the forum show up in the forum statistics area which shows the other data like numbers of users on line, posts, etc? We'd like to see the users names and guests that are currently browsing the forums display in real time there. Please let me know how to do this.
You can do this with a plugin and a file edit + plugin formatting and perhaps some css. You will have to edit said file every time after WPforo updates.
3) How to limit the characters in the About Me field of a user's profile? We've had spam attempts by real people that pasted in a pages of text about their gambling site there. Limiting it to like 300 characters would be helpful.
I don't believe in limiting standard features for your legitimate members; you should rather use some proper security to prevent the human spammers (and bots) from registering in the first place. I use site security at server level on my sites and almost nothing slips through. But, there are one or two WP plugins that do a decent job whilst not adding too much load to your site. Example: https://wordpress.org/plugins/zero-spam/ (Anything that calls the Stop Forum Spam database is generally effective).
4) How do we make the social media links show up in the top line of the posts like they do here on your forum instead of a share symbol that has to be clicked on first to display them and how do we edit them to the social media places we desire to display there and share to?
Dashboard > Forums > Settings > API's (Social Network) > Active Share Buttons > set whichever buttons to active you want.
Thanks. I tried to set up Facebook via all their API BS and it ended up wanting to share the posts to my own personal page rather than the group page that is the same name as my site, even though I put the group page URL in the place that says redirect to this page. So not sure what I am doing wrong. Still interested in all the other questions being answered including this one.
Hi @starman71,
2) Another issue is that new registration emails to new users show a link to add their password but it's not a hot link. How can we assure it shows up as a clickable link in their email instead of just the link text they have to copy and paste to make work?
Go to Dashboard > Forums > Settings > Emails Tab Copy "New User Registration Email for user" and "Reset Password Emails" emails content and provide the text.
I tried to set up Facebook via all their API BS and it ended up wanting to share the posts to my own personal page rather than the group page that is the same name as my site, even though I put the group page URL in the place that says redirect to this page. So not sure what I am doing wrong
IIRC the share to FB functionality is not enabled with WPforo's API implementation, only FB login/registration. Maybe @Chris can clarify. In any event I don't use FB so do not definitively know.
In the new Facebook tab where you share the post, above your avatar you can see Share to News Feed or Story option, press on it, select Share in a Group, select the group...
a suggestion about the notification bell at the top of the page. Seems like it's backwards. It goes dark when you have something to see there and is brighter when there's nothing (at least in our color scheme). Seems like it should be the opposite. Dark when you have nothing and bright and maybe the bell is slightly moving when you have a msg there. Just a suggestion. LMK if this is an easy change.
Use this CSS code to customize the notification Bell colors by your needs:
#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts.wpf-new i { color: #ff812d; } #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts.wpf-new i:hover { color: #eab08a; } #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts i { color: #ee0e0e; } #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts i:hover { color: #0e23ee; } #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts-count { color: #ff812d; }