-
Alan posted on the forum topic Changing your BuddyPress Host? in the group BuddyPress Hosting: 13 years, 7 months ago
I’m using Leaseweb. actually not that good.sorry for recon, before.
we’re also looking for different hosting solution.
Our site is lately most of the time offline because of constant server downfall,frustrating,and those guys doesn’t seem to know how to fix it.
-
Alan joined the group BuddyPress Hosting 13 years, 7 months ago
-
Alan posted on the forum topic Avatars are overlapping in member and group page. in the group How-To and Troubleshooting: 13 years, 7 months ago
seem like You’ve fixed the negative top margin, all you have to do is put this code below in to your css file. ul.item-list div.item-avatar { float: left; margin-right: 8px; } You can also try : http://getfirebug.com/ for Fire Fox ,with this tool you can select and tweak the css and also see what file […]
-
Alan posted on the forum topic Avatars are overlapping in member and group page. in the group How-To and Troubleshooting: 13 years, 7 months ago
you have some avatar issues as well. as you can see in the code below,you’re using negative top margin in your avatar css .avatar { background: none repeat scroll 0 0 #F6F6F6; float: right; margin: -8px 0 20px 20px; padding: 8px; } you can set that to 2px … for the padding thing just add […]
-
Alan posted on the forum topic Changing colors in the group How-To and Troubleshooting: 13 years, 7 months ago
in your style.css file on line 535 replace #content with this code below
or you can add color: #FFFFFF; to it
#content {
background: none repeat scroll 0 0 #181A1C;
color: #FFFFFF;
display: inline;
float: left;
height: 100%;
margin-top: 20px;
padding: 0;
width: 650px;
} -
Alan posted on the forum topic How to Display an Array of XProfile Groups in the group How-To and Troubleshooting: 13 years, 7 months ago
you can delete those groups in your profile field setup panel 🙂 what are you trying to achieve?Are you trying to display those based on user roles? bp_get_the_profile_group_id() is returning only one ID you have to create an function that returns an array of id’s and then you need to loop over those and exclude […]
-
Alan posted a new activity comment 13 years, 7 months ago
Function Reference/wpdb Class : https://codex.wordpress.org/Function_Reference/wpdb_Class
-
Alan posted a new activity comment 13 years, 7 months ago
maybe this can help you : http://webtint.net/tutorials/5-star-rating-system-in-php-mysql-and-jquery/
-
Function Reference/wpdb Class : https://codex.wordpress.org/Function_Reference/wpdb_Class
-
-
Alan posted a new activity comment 13 years, 7 months ago
I don’t have time to dive into this at this moment but I’m also thinking about developing an rating system in the future.
-
maybe this can help you : http://webtint.net/tutorials/5-star-rating-system-in-php-mysql-and-jquery/
-
Function Reference/wpdb Class : https://codex.wordpress.org/Function_Reference/wpdb_Class
-
-
-
Alan posted on the forum topic 2 profile types and 2 "members" pages in the group Creating & Extending: 13 years, 7 months ago
@noizeburker schaut gut aus 🙂
-
Alan posted a new activity comment 13 years, 7 months ago
-
Alan posted on the forum topic Facebook Facelift – Video in the group Miscellaneous: 13 years, 7 months ago
nice ,I’m gonna share some cool themes soon,hope till next week to finish my framework 🙂
-
Alan joined the group Miscellaneous 13 years, 7 months ago
-
Alan reviewed the plugin oEmbed for BuddyPress: 13 years, 7 months ago
thanks for developing this plugin ,
we’re using it on our project 🙂 -
Alan posted a new activity comment 13 years, 7 months ago
I did it.
-
Alan posted on the forum topic Love This Tune in the group Gallery: 13 years, 7 months ago
Yes they will be able to add videos 🙂
-
Alan posted on the forum topic Love This Tune in the group Gallery: 13 years, 7 months ago
No, I’m not using groups ,was planing to make fan pages from groups..
-
Alan posted on the forum topic Love This Tune in the group Gallery: 13 years, 7 months ago
those are WP category’s,using WP category loop.
-
Alan posted on the forum topic Love This Tune in the group Gallery: 13 years, 7 months ago
I’m not using any plugins but o embed ,for gallery I’m using category’s and post thumbnails (most of the things are hard-coded).
@Ekine
I’ve start working on an BP framework that I’m gonna share soon with everyone … -
Alan posted on the forum topic Love This Tune in the group Gallery: 13 years, 7 months ago
- Load More
@uloga
Not recently active