-
hnla posted on the forum topic Removing site name from admin bar in the group How-To and Troubleshooting: 14 years, 6 months ago
Easiest way to research how is to examine the two core files responsible for the adminbar/buddybar: buddtpressbp-corebp-core-buddybar.php & bp-core-adminbar.php CSS is only a presentational language, display:none not the best way of hiding/removing something to remove the site name completely add to your functions.php file in a child theme or in…[Read more]
-
hnla posted on the forum topic One blog per each BuddyPress user – IS IT POSSIBLE? in the group Creating & Extending: 14 years, 6 months ago
You need to look at the other section in dashboard ‘Network Admin’
? Are you sure you have MultiSite enabled ?
-
Hugo Ashmore posted a new activity comment 14 years, 6 months ago
You can try adding to the bottom of your themes style.css
#content-full-width .map-display {float-right;}
#ilatest-update {width:your-value;}but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region
-
Hugo Ashmore posted a new activity comment 14 years, 6 months ago
@cwheelsone You appear to be missing a property that should have been applied to the map parent container to float it to the right this property and ruleset is applied for positions that fall within the header content area and to gauge that a descendant selector group is used as:
# item-header-content .map-display {float:right}
this ruleset can…[Read more]-
Thank you so much for taking the time to look at my example link. Yes, the template is a buddydress template called scholar. I’m new to buddypress so I’m learning how to make slight edits here and there so I don’t break things LOL. Thank you for the advice. I will read your feedback and try and figure this out. What you say makes sense. Do you…[Read more]
-
You can try adding to the bottom of your themes style.css
#content-full-width .map-display {float-right;}
#ilatest-update {width:your-value;}but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region
-
Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now
-
-
-
-
Hugo Ashmore posted a new activity comment 14 years, 6 months ago
Cheers
-
Hugo Ashmore posted a new activity comment 14 years, 6 months ago
Thanks, I’ve tried to keep it simple in terms of positioning just using the template actions to hook into for display, not sure what other options could be provided will think about that could possibly add a position selection that ran through my own template function for display giving the option to add that template function anyone cared to on…[Read more]
-
another thing, when you view a profile in Mozilla, if the user has added text to their activity, the Google map will cover the text. It works fine in IE. See this example: http://www.mahopaccarmelonline.com/members/domeniczecca/
-
@cwheelsone You appear to be missing a property that should have been applied to the map parent container to float it to the right this property and ruleset is applied for positions that fall within the header content area and to gauge that a descendant selector group is used as:
# item-header-content .map-display {float:right}
this ruleset can…[Read more]-
Thank you so much for taking the time to look at my example link. Yes, the template is a buddydress template called scholar. I’m new to buddypress so I’m learning how to make slight edits here and there so I don’t break things LOL. Thank you for the advice. I will read your feedback and try and figure this out. What you say makes sense. Do you…[Read more]
-
You can try adding to the bottom of your themes style.css
#content-full-width .map-display {float-right;}
#ilatest-update {width:your-value;}but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region
-
Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now
-
-
-
-
-
-
Hugo Ashmore posted a new activity comment 14 years, 6 months ago
I had hoped it was, it was never the intention to be anything complicated but rather something that would just work, have to see if I can get it working for members listing when I have a minute.
-
hnla posted on the forum topic Anyone host with VPS.net? Need Cloud hosting in the UK in the group Miscellaneous: 14 years, 6 months ago
Hosting is a minefield, finding a good host a draining experience. Packages vary wildly with few conventions apparent, one has the disk space you want but only moderate memory, the next one the reverse. Why are you after cloudhosting? is there a specific reason? or, and forgive me if this sounds rude, is it simply […]
-
hnla posted on the forum topic Leading a Buddhist Life. in the group Creating & Extending: 14 years, 6 months ago
@kochii02
1) Not to practice any thing evilWow failed on that one then didn’t you, considering most in this industry would say Spam is one of the great evils.
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
As I’ve mentioned emails not being received is not really a WP/BP issue it’s a server configuration / email records spam filtering one, certain hosts are known to cause issues -many employ plugin solutions to bypass problems although that doesn’t really resolve issues. I would suggest you try a search of the forum posts as […]
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
Can they register? do you have a registration page? when that is completed and submitted is the issue that they don’t receive an email verification code? if the system is not sending emails correctly then you neeed to look at things from the server level first and establish that you can actually send emails correctly, […]
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
Not really. Have you actually tried what I suggested earlier? Create a user in the backend and then log in as that user?
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
No 🙂
Multisite allows you to create a network of blogs as subdomains or subfolders. You do not need multisite to run a WP/BP social network that can run on the single primary blog and naturally have users sign up to it.
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
You would know if you were using Multisite as setting up a WP install to run in Multisite mode is a manual procedure where you have to first add a line to wp-config then a new option appears in the dashboard to set up a network. If you’ve added users from the backend then log […]
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
Then you need to enable site registrations, people then need to register, receive their activation email activate their account login and do something then they should appear in BP members directory. You will need to ensure BP settings allow users to create groups and that forums are setup. What type of WP install are you […]
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
Again not quite sure what you mean. If you are referring to people joining the BP community or for that matter simply registering at the WP level then you need to enable the option to register.
-
hnla posted on the forum topic Changed server, lost avatars in the group How-To and Troubleshooting: 14 years, 6 months ago
That’s ‘Safe Mode’!
Are you running one of those control panels like Plesk *he shudders* 🙂
-
hnla posted on the forum topic People are able to create a new user, but their user is not shown under the members list. in the group How-To and Troubleshooting: 14 years, 6 months ago
Whom do you mean by someone else? super admins may create users but not just anyone if you mean other site admins then you have to allow them to add new users
-
hnla posted on the forum topic invite anyone latest version media library tab in the group Invite Anyone: 14 years, 6 months ago
Just fess up you gone broke WP. All these plugins, makes for an impossible testing regime *sigh*
-
hnla posted on the forum topic invite anyone latest version media library tab in the group Invite Anyone: 14 years, 6 months ago
Cannot replicate on WP 3.1 / BP 1.2.8 FF cookies 1st site only. Able to create post , upload image, select image for insertion without any problems
- Load More
@hnla
Active 7 years, 3 months ago
Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now