-
Henry Wright replied to the topic COLOR OF ACTIVITY FORM in the forum How-to & Troubleshooting 9 years, 1 month ago
To change the background colour, you’d use the
background-color
CSS property:#element {
background-color: #000;
}Where
#element
refers to the form element used in your HTML (the way to target this particular element is theme-dependent). Check out the Getting started with CSS MDN guide for more info on how to write CSS. -
Henry Wright replied to the topic COLOR OF ACTIVITY FORM in the forum How-to & Troubleshooting 9 years, 1 month ago
You should use your theme’s style.css document to add your own custom styles.
-
Henry Wright replied to the topic Changing profile name doesn't change the @name next to photo in the forum How-to & Troubleshooting 9 years, 1 month ago
The @-name you see is slightly different to the “full name” displayed in user profiles. The @-name can be thought of as a username; a unique identifier for that member. The full name is just a line of text that can be anything the user likes. Two users can have the same full name, but no two users can have the same username.
-
Henry Wright replied to the topic Setting landing page in the forum Requests & Feedback 9 years, 1 month ago
You can set the page users are taken to when they log in quite easily with a plugin such as Theme My Login.
-
Henry Wright replied to the topic registred users not include in buddypress members in the forum How-to & Troubleshooting 9 years, 1 month ago
Possibly. Try searching the Plugin Directory.
-
Henry Wright replied to the topic registred users not include in buddypress members in the forum How-to & Troubleshooting 9 years, 1 month ago
If a user can log in, then they are a member who has a profile page. This is regardless of whether they have activated their account. Of course, non-activated members can’t do much as their site usage is restricted.
-
Henry Wright replied to the topic registred users not include in buddypress members in the forum How-to & Troubleshooting 9 years, 1 month ago
All members get a profile page, even the ones that haven’t activated their account yet.
-
Henry Wright replied to the topic How to change content displayed on "account activate page" in the forum How-to & Troubleshooting 9 years, 1 month ago
BuddyPress uses a Template Hierarchy, just as WordPress does. If you have a copy of activate.php in your theme, BuddyPress will look for it and load that in place of the core template file. See the article for more info.
-
Henry Wright replied to the topic New users register but they don't receive activation e-mail automatically. in the forum How-to & Troubleshooting 9 years, 1 month ago
Check the activation emails aren’t going into user’s spam folders.
-
Henry Wright replied to the topic rt media in the forum Third Party Plugins 9 years, 1 month ago
You could try MediaPress or there’s also BuddyMedia.
-
Henry Wright replied to the topic How to change content displayed on "account activate page" in the forum How-to & Troubleshooting 9 years, 1 month ago
Actually, no. But overriding the activate.php template is an option if you wanted to go down that route.
-
Henry Wright replied to the topic What's the best way to allow members to post "post" pictures? in the forum How-to & Troubleshooting 9 years, 1 month ago
How does MediaPress compare to rtMedia?
I haven’t used Mediapress myself but I know it’s quite popular here in the BuddyPress community.
-
Henry Wright replied to the topic How to change content displayed on "account activate page" in the forum How-to & Troubleshooting 9 years, 1 month ago
Check out the Customizing Labels, Messages, and URLs article. You can use a language file to “localise” BuddyPress strings.
-
Henry Wright replied to the topic What's the best way to allow members to post "post" pictures? in the forum How-to & Troubleshooting 9 years, 1 month ago
You’ll probably want to use a plugin such as Mediapress.
-
Henry Wright replied to the topic Unable to Upload Profile Picture in the forum How-to & Troubleshooting 9 years, 1 month ago
The problem might be related to the theme you’re using. Try activating the TwentyFifteen theme to see if you can upload.
-
Henry Wright replied to the topic Unable to Upload Profile Picture in the forum How-to & Troubleshooting 9 years, 1 month ago
Hi Rhonda
Which theme are you using?
-
Henry Wright replied to the topic How to create custom function for functions.php in the forum Installing BuddyPress 9 years, 1 month ago
Please wrap code in backticks when pasting into a post. It helps format it so it’s easily readable.
-
Henry Wright replied to the topic missing small detail to add bp_loggedin_user_domain in the forum How-to & Troubleshooting 9 years, 1 month ago
You’re using it as a string. Try removing the
'
delimiters. For example:bp_loggedin_user_domain()
Note, you also don’t need the semicolon
;
-
Henry Wright replied to the topic Re-Code BuddyPress to use Custom Post Types in the forum Requests & Feedback 9 years, 1 month ago
BuddyPress was released in 2009. Custom Post Types were introduced into WordPress in mid-June 2010 so there was no way the original BuddyPress crew could have used them.
Also, the use of custom tables isn’t always a bad thing. If the situation calls for them after careful consideration then you should use them.
In the case of BP, the database…[Read more]
-
Henry Wright replied to the topic Re-Code BuddyPress to use Custom Post Types in the forum Requests & Feedback 9 years, 1 month ago
Why was BP coded so oddly in the first place?
What parts of the BP code do you find odd?
- Load More
@henrywright
Active 8 months, 1 week ago