-
Saindo Me's profile was updated 8 years, 7 months ago
-
Raja Judi Poker88's profile was updated 8 years, 7 months ago
-
Gudang judi Poker's profile was updated 8 years, 7 months ago
-
Warga Judi Poker's profile was updated 8 years, 7 months ago
-
Kristian Yngve started the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago
I’m looking to customize the “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.”
I can’t find it anywhere as I’m guessing it must be automatically generated from elsewhere.
Anyone know exactly where I can find and tweak this line of text?
Many thanks to you guys.
-
Kristian Yngve replied to the topic BP sign up page in two rows in the forum How-to & Troubleshooting 8 years, 7 months ago
Amazing! It worked perfectly!
I couldn’t thank you enough, Aaron.
-
metalhead replied to the topic BP sign up page in two rows in the forum How-to & Troubleshooting 8 years, 7 months ago
Put it all in one row:
/* Aligns Registration Profile Details fields to the left */
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
width: 100%;
}
#profile-details-section {
margin-top: 20px;
}And the finish button too…[Read more]
-
Kristian Yngve started the topic BP sign up page in two rows in the forum How-to & Troubleshooting 8 years, 7 months ago
I am using all the updated versions:
WP: Version 4.8.2
BP: Version 2.9.1My registration form when signing up to my site with Buddypress appears in two rows:
I think it looks good / professional this way, but it’s a little squashed / coming off the edge on mobile devices. Is there any CSS that can target this page…[Read more]
-
Blackhawk Cybersecurity replied to the topic registration and activation in the forum Installing BuddyPress 8 years, 7 months ago
Hi @tmc5005,
Just a heads up, letting people post to your forum/site/blog without being logged in is a huge security issue. Think of it this way: Any total stranger can make edits to your website, and add text or code. That’s basically the definition of an XSS attack, and can lead to your site being severely hacked. That would put you and your…[Read more]
-
alessandro bruno's profile was updated 8 years, 7 months ago
-
olsen brandon's profile was updated 8 years, 7 months ago
-
Kristian Yngve replied to the topic Deny access to admins profile (Update) in the forum How-to & Troubleshooting 8 years, 7 months ago
Anyone? 🙁
-
dany savern's profile was updated 8 years, 7 months ago
-
jerry notingem's profile was updated 8 years, 7 months ago
-
mauricio shogun's profile was updated 8 years, 7 months ago
-
garry goldbrige's profile was updated 8 years, 7 months ago
-
Renato Alves replied to the topic How to add extra class to Avatars in the forum How-to & Troubleshooting 8 years, 7 months ago
You can try something like this:
function yousite_filter_class( $class, $item_id, $object, $params ) {
if ( current_user_can( 'manage_options' ) ) {
$class = 'admin-account';
} elseif ( current_user_can( 'edit_published_posts' ) ) {
$class = 'Author-account';
} else {
$class = 'General-account';
}return $class;
}
add_filter(…[Read more] -
karlos bennely's profile was updated 8 years, 7 months ago
-
igor vachovskii's profile was updated 8 years, 7 months ago
-
Kristian Yngve replied to the topic Deny access to admins profile (Update) in the forum How-to & Troubleshooting 8 years, 7 months ago
Oh sorry, I had copied it as is by the other moderator from a very old post. Thank you for cleaning that up for me, this should be the only one as a How to & Troubleshooting category.
So, I did the changes and it didn’t work. I also tried changing the last part:
hide_admins_profile’, 1 );tohide_admins_user’, 1 );but didn’t work sad…[Read more] - Load More