Search Results for 'wordpress'
-
AuthorSearch Results
-
June 29, 2014 at 1:41 pm #184551
In reply to: Buddypress members/group map/locations
shanebp
ModeratorI’ve done several maps:
Wordpress posts, based on editable location field: http://www.newspebbles.com/map/
BuddyPress members, based on signup / profile field: http://www.deeptimejourney.org/members-map/This does markers just for groups: https://github.com/naton/bp-group-location
The issue with a distributed plugin is the time-based limits imposed by various geocode web services. So it’s a scaling issue. There are ways to get around that for per-site custom plugins.
June 29, 2014 at 10:38 am #184544In reply to: Buddypress members/group map/locations
jayce103
ParticipantI have seen this in action already on another site, I am just not sure whether it is a buddypress site or even a wordpress thing.
All the evidence looks like it is as it has activity/groups, etc but it is a privately built website so not sure.
http://www.rvillage.com is the site and the accounts are free if anyone as 5 mins to go and have a look at the explore page on the site. This is the page that has the functionality
Jayce
June 29, 2014 at 8:43 am #184543In reply to: Plugin to add extra "social layer"?
djouonanglandry
BlockedI think what you are looking for is this pkugin:
https://wordpress.org/plugins/bp-group-hierarchy/
Please check it. This plugin allows group creators to create groups under groups.
June 29, 2014 at 4:06 am #184537In reply to: Buddypress not loading on installation
innovationinitiator
ParticipantThanks @mercime. It does seem to be a theme problem. I’m using Divi by Elegant themes. I guess I’ll need to create a subdomain and a separate installation of WordPress to make this work.
Best,
June 29, 2014 at 3:54 am #184535In reply to: [Resolved] BuddyPress Friend Request not working
@mercime
Participant@agilitylink Customzr is not compatible with BuddyPress https://wordpress.org/support/topic/problems-with-buddypress-1?replies=4#post-5107605
June 27, 2014 at 5:16 pm #184502In reply to: How to viewing profiles
@mercime
ParticipantWhy is there no “Profile” page listed among the “Pages” portion of this plugin???? … Please help me understand why I cannot upload or crop avatar images.
@gt-director RE Profile pages missing: probably theme issue or BP missing files in upload. So Change to the Twenty Fourteen theme to see if issue is resolved. If not, keep Twenty Fourteen activated and re-upload BuddyPress plugin manually.
RE cannot upload or crop avatar uploads: Did you enable avatar uploads in Settings > BuddyPress > Settings? https://mercime.files.wordpress.com/2013/12/bpsettings1.pngJune 27, 2014 at 3:15 pm #184497In reply to: Avatar as Commentable, Likable Profile Pic
@mercime
Participant@escudero95 check out https://wordpress.org/plugins/cd-bp-avatar-bubble/ You might just need to add some modifications to get what you want.
June 27, 2014 at 2:33 pm #184492In reply to: How to viewing profiles
GT Director
ParticipantI’m very sorry. This is all so confusing for me – I didn’t realize that there was a difference between the WordPress “Dashboard”, (which is the v3.4.4 that I initially referred to when I started this thread) and the “WordPress” that I have installed (Which is v3.9.1). This version of WP should be more than compatible. 🙂 Please help me understand why I cannot upload or crop avatar images. Thank you for your help.
June 27, 2014 at 11:53 am #184486In reply to: Member photo galleries
peter-hamilton
ParticipantHow it happens is not much of my concern, I do feel however that the Buddypress core crew should work with the people they feel comfortable with.
An image insert would be one of the important next steps to improve Buddypress, I used RTMedia during my development but found it bulky, now I use BP-Albums and that does an almost perfect job, in combination with the attachments plugin.
A post like system is also high on the list, same goes for an extended profile page, and the list is long.
I understand that plugins can/should do a lot of this paraphernalia and focus needs to be on the core functions of Buddy/BB/Wordpress so these plugins can become more effective and create less pageload.
But inline images would be on top of my list to see as a core function.
Anyway, I will keep watching these topics closely.
P.H.
ps. my current and first Buddypress project is : Cultivators Forum | BBFacelook theme
June 27, 2014 at 4:27 am #184471In reply to: Upload documents for profiles
@mercime
ParticipantJune 27, 2014 at 4:21 am #184470@mercime
Participant@dainismichel I hope you created a child theme of bp-default instead of making your modifications on the bp-default theme directly. http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/
As for white screens, aside from increasing memory limits, have you tried renaming your child theme folder in server as well as deactivating all plugins by renaming the plugins folder in server to check if you can access wp-admin?
June 27, 2014 at 2:11 am #184458In reply to: Activity Meta Buttons show up Vertically
@mercime
Participant@mixtapela Screenshot of what I see when logged in https://www.dropbox.com/s/lf0opp378lvvn6h/activity-buttons.jpg and the only button out of alignment is the “Report User” button from Wangguard in some instances where a break tag is being inserted after that button.
Before contacting the plugin author for assistance https://wordpress.org/support/plugin/wangguard please check whether deactivating some plugins which hook into the activity stream like BP Activity plus resolves the issue. Good luck.
June 26, 2014 at 9:49 pm #184454In reply to: Having Different Widgets On Different Pages
bp-help
Participant@gnostic_pnuematic
Have you tried out:
https://wordpress.org/plugins/dynamic-widgets/June 26, 2014 at 8:10 am #184436In reply to: How to have Two Sign up forms?
dzung
ParticipantFor now, I’ve come to another solution, where I allow users to Register new account with base Fields and a Role selection (Student or Lecturer in my case). They then fill in only base field and then after account creation they can update their Student or Lecture xProfile Group Fields in their profile page edit.
I do these above by using 3 plugins:
1. https://wordpress.org/plugins/wpfront-user-role-editor/
This will allow me to add new Role: Student and Lecturer in my case (I have tried other Role plugin but they conflict with other plugins on my site, this one doesn’t).2. https://wordpress.org/extend/plugins/wp-roles-at-registration/
This one allow me to add a Drop down for New user to choose their wanted role : Student or Lecturer3. https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/
This plug in allow me to set buddypress xProfile group to a specific user role. In my case, I created two xProfile Group fields named “Student” and “Lecture” each has different fields. Then using this plugin I assigne the xProfile Student to Student Role, and the xProfile Lecturer to Lecturer Role.That’s all done!
Meanwhile I will use this, but I still want to be able to have two sign up forms with different fields so that I can require New user to fill in the Required field to make the profile better. I can’t code much so hope someone will help!
dzung
Participant@mercime Thanks for the link, I’ve checked it. But I think it’s not a wordpress or wamp issue, because I’ve been using these for the last 2 years and built about ten sites without any problem. I have changed the default permalinks setting to Post Name already.
June 26, 2014 at 2:22 am #184426In reply to: How to viewing profiles
aces
Participant@gt-director
You wrote:(I’m using WordPress v3.4.4 and BuddyPress v2.0.1)
Buddypress v2.0.1 requires at least wordpress 3.6 – see https://codex.buddypress.org/developer/releases/
June 25, 2014 at 9:27 pm #184418Henry Wright
ModeratorTry:
bloginfo( 'name' );Ref: https://codex.wordpress.org/Function_Reference/bloginfo
June 25, 2014 at 8:53 pm #184416In reply to: BuddyPress Multisite
@mercime
Participant@plose2009bx there is one instance of BuddyPress per WP multisite. You would see the BP admin screens via Network Admin settings. There are plugins to have separate instances of BP per WPMS subsite like those mentioned in this trac ticket.
June 25, 2014 at 8:15 pm #184412In reply to: How to have Two Sign up forms?
piratescott
ParticipantI don’t use buddypress for my user account sign up even though I use buddypress, you might want to give this a look http://wordpress.stackexchange.com/questions/15954/separate-registration-and-login-for-different-roles
June 25, 2014 at 9:04 am #184392@mercime
Participant@sillery4ever Where are you hosted – locally or shared/vps/dedicated hosting? What other plugins are activated in your installation? Have you tried deactivating all plugins except BuddyPress?
WordPress 3.5.1 – Buddypress 2.0.1
If the 3.5.1 version is not a typo, know that that WP version is compatible up to BP 1.8.1 only. https://codex.buddypress.org/developer/releases/
June 25, 2014 at 5:51 am #184389sillery4ever
ParticipantWordPress 3.5.1
Buddypress 2.0.1All my users are displayed in …wordpress/wp-admin/users.php before i activated BP.
during BP is activated, …wordpress/wp-admin/users.php don’t display any user, the list is empty. I see only the title of the column (User/name/email/role/…) and the number of user by role. 0 line is display 🙁
after i deactivated BP, all the data are correctly displayed as before i activate of BP !
I don’t understand. I can’t continue to use BP if i can’t manage my user list.
Somebody to help me ?
TY
Nano
June 25, 2014 at 2:51 am #184383@mercime
Participantall my users are in database, but i cant edit them by this page ….wordpress/wp-admin/users.php
@sillery4ever Surprised. WP/BP versions? BuddyPress adds BP-specific admin panels and some filters, etc. only and doesn’t remove anything in wp-admin. So what happens when you deactivate BP, do the users show up again in wp-admin/users.php?June 24, 2014 at 5:32 pm #184371In reply to: [Resolved] Buddypress Pages Post ID
dizplay
ParticipantHello,
same problem here.
In header (included part) i have a call to a custom variable (made by Types [plugin for custom post type]).
So the script implicitly use the page ID to select the field
$bluetext = types_render_field(“bluetext-field”, array(“output”=>”raw”));
Since the page ID is 0 the custom texts doesn’t appear.
there’s a workaround to get the ‘container’ wordpress page id ?tks in advance!
June 21, 2014 at 3:03 pm #184306June 21, 2014 at 2:08 am #184281In reply to: Message Going To Wrong User
r-a-y
KeymasterYou’re using an older version of BuddyPress. This was fixed in BP 1.9:
https://buddypress.trac.wordpress.org/ticket/5151 -
AuthorSearch Results