-
ronia replied to the topic [Resolved] What is the Member Activity URL? in the forum How-to & Troubleshooting 9 years, 10 months ago
-
Henry Wright replied to the topic [Resolved] What is the Member Activity URL? in the forum How-to & Troubleshooting 9 years, 10 months ago
Yes, that’s exactly what I want! So, any thoughts on what that URL code should be?
No idea because it’ll depend on the plugin. Likely there’ll be some string-replacement going on but you’d have to ask the plugin’s support team what string the plugin uses for username.
Hope this helps
-
Henry Wright replied to the topic [Resolved] What is the Member Activity URL? in the forum How-to & Troubleshooting 9 years, 10 months ago
Hi @flickchicks
The
/username/
part is given at sign-up. So when a user visits example.com/register they should see a field called username which they can complete along with their name, email, password etc. -
bp-help replied to the topic [Resolved] Looking for Terms of Use document not Plugin in the forum Requests & Feedback 10 years, 1 month ago
@flickchicks
You could always copy and paste the terms of service from one of the big social networks and modify it to suit your needs. You may want to rework it a bit though because I am not certain if this would infringe on a copyright. -
@mercime replied to the topic [Resolved] Remove Mini Speech Bubble Next to Account Name in the forum Installing BuddyPress 10 years, 4 months ago
@flickchicks simplest way is via CSS
li#wp-admin-bar-bp-notifications {
display: none;
} -
@mercime replied to the topic [Resolved] Change words from "Register" to "Sign Up!" in the forum How-to & Troubleshooting 10 years, 4 months ago
@flickchicks two ways to replace word “Register” with “Sign Up!” throughout the site
1. https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ which is a bit of an overkill if you’re only going to change one word
or
2. http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/
@flickchicks
Active 9 years, 8 months ago