Search Results for 'wordpress'
-
AuthorSearch Results
-
December 24, 2013 at 4:44 pm #176045
Henry
Member@rossagrant in that case it might be worth raising a WP Trac ticket as oEmbeds are handled by the WP core:
December 24, 2013 at 6:01 am #176029In reply to: New Members – blank role
noizeburger
ParticipantHi @adcurtisshawca,
are you running a wordpress multisite/network?
I see posts that say this is set in SETTINGS – BLOGS but I do not see such an option in my installation.
I think this refers to a multisite installation.
If you run a single site, maybe there’s some bug in the Theme My Login plugin. Disable it an try again. There are other plugins with similar functions.Merry x-mas!
December 24, 2013 at 1:07 am #176020In reply to: Displaying profile fields in admin users.php
colabsadmin
ParticipantI happen to see this while searching for other plugins. Don’t know anything about it, but it sounds like what you are after: https://wordpress.org/plugins/buddypress-profile-view-from-admin/
December 23, 2013 at 11:27 pm #176014In reply to: [Resolved] Timestamps in members timezone
Paul Wong-Gibbs
KeymasterI like this idea. It would make a fab plugin if someone can package it up well.
I’m not sure BP core needs a timezone field by default, but if we can do anything to make filtering/re-calculating the dates easier (e.g. add a filter, or so), don’t hesitate to ask! Create an enhancement request on https://buddypress.trac.wordpress.org and I’ll get it into BP 2.0
December 23, 2013 at 11:25 pm #176011In reply to: HTML Tags not working in Comments
Paul Wong-Gibbs
KeymasterGoing to close this topic as you’ve found a solution over at WordPress.org.
December 23, 2013 at 11:22 pm #176009In reply to: Group Fun and Games
Paul Wong-Gibbs
KeymasterI haven’t any good suggestions for your search for a good groups plugin, but if you do use Achievements (I’m the author), please leave me a review and some feedback on that WordPress.org page — thanks 🙂
December 23, 2013 at 6:50 pm #175993In reply to: Group Fun and Games
bowoolley
ParticipantThis is a bit “over the top” for the site I’m currently working on, but it looks promising:
December 23, 2013 at 5:07 pm #175985In reply to: [Resolved] Timestamps in members timezone
Ben Hansen
Participantit’s not difficult even i have one and i don’t know lick of php.
🙂
December 23, 2013 at 4:01 pm #175982In reply to: [Resolved] Timestamps in members timezone
shanebp
ModeratorAh, didn’t notice that instruction, just looked at the code.
( It’s surprising how many plugins leave in that kind of code. )>I’m new to wordpress/buddypress so writing a plugin isn’t going to happen anytime soon
You’ve already done a good chunk of the work.
If you and/or @henrywright-1 want to draft a plugin, I’d be willing to get involved.December 23, 2013 at 3:50 pm #175981In reply to: [Resolved] Timestamps in members timezone
colabsadmin
Participant@shanebp. I only have it there until the field is added, then I remove it
“Once functions.php is run once, it will add the Time Zone field to the user profile. Once its been added, you can delete everything except the $zones array (you’ll need it later).”
I’m new to wordpress/buddypress so writing a plugin isn’t going to happen anytime soon, but would love to see it done.
December 22, 2013 at 5:38 pm #175940In reply to: I am confused….(notifications, bp-default, etc)
modemlooper
ModeratorThen you will be stuck with a broken site. If you can get the theme developer to remove BuddyPress from the theme and allow it to use BP theme compatibility then your theme will work into the future.
I know this isn’t something you want to hear but it is better in the long run to have theme compatibility. BP 1.9.1 will have a fix for notifications display. This will be the final feature fix. You have the options of removing BuddyPress from your theme or using a new WordPress theme.
December 22, 2013 at 5:25 pm #175936In reply to: I am confused….(notifications, bp-default, etc)
modemlooper
ModeratorAppearance > Themes in the WordPress admin. Activate a different theme.
It has been known for some time that bp-default is getting phased out and new features will not work on it.
Any well coded WordPress theme should work well with BuddyPress.
December 21, 2013 at 10:12 pm #175906shanebp
Moderator>they can see the list of members in either alphabetical order or by date of last visit.
You’re referring to the Members page?
And you want to show a profile field ( country ) for each member?You may be interested in this premium plugin:
http://www.philopress.com/products/buddyprofiledata/>Is it possible for the members to add several pictures, up to 5 for instance?
You need to add a gallery plugin, like https://wordpress.org/plugins/buddypress-media/December 21, 2013 at 6:40 pm #175900In reply to: Buddypress phone app
gatelli
ParticipantDo your app will have the capacity to display wordpress blog articles and some RSS flux (used for custom post type display) ?
December 21, 2013 at 4:48 pm #175894In reply to: group activity not showing – nothing showing up
michellecc
ParticipantWordpress 3.8
Buddypress 1.9.
Headway 3.5.5 used for blog design
s2member proDecember 21, 2013 at 3:54 pm #175889shanebp
Moderator> I have a million other things to code at the moment
Thanks for taking the time to post your code.
If you’d like to suggest an enhancement, please use trac to submit a ticket.
December 21, 2013 at 2:48 pm #175884In reply to: Human Error in BP Source Code???
shanebp
ModeratorThis is a hook.
do_action( 'bp_member_blog_order_options' );It is not called in BP.
It’s there for your convenience.
You can change the hook tag although some other plugin may be calling it.
If you’re over-riding that template, you could add your own hook.December 20, 2013 at 6:26 pm #175849In reply to: Orphan notifications if item was deleted.
Henry
MemberEDIT: You might want to raise this issue on Trac:
https://buddypress.trac.wordpress.org/December 20, 2013 at 9:11 am #175836airsid
ParticipantThanks @mercime for your quick answer.
But i’m a french novice and i’m not understanding very well what to do in the https://buddypress.trac.wordpress.org/ticket/5299 topic.Should I install thos patches:
5299.01.patch and 5299.02.patchor should I follow indications in lastest johnjamesjacoby’s comment:
In 7689:
Notifications:
Add templates and parts for bp-default theme. Also modify home.php to include notifications.php.or should I do the both ?
Sorry for asking but no access to notfications is important for my users 😉
Alos do you have an idea when the next update will be released ?
Thanks.December 20, 2013 at 7:36 am #175832In reply to: Upgrading jQuery to 2X
Shmoo
ParticipantFound it,
Added this code-snippet to the WP Theme functions.php file.
( make sure you check the jQuery URL version )December 20, 2013 at 4:59 am #175829In reply to: BP 1.9: empty html pages – error 500 solution
@mercime
Participant@frueck24 Fixed in https://buddypress.trac.wordpress.org/ticket/5299 in upcoming BP 1.9.1.
December 20, 2013 at 2:08 am #175820@mercime
Participant@mdpane @airsid Fixed in https://buddypress.trac.wordpress.org/ticket/5299 in upcoming BP 1.9.1.
December 19, 2013 at 11:31 pm #175805In reply to: returning a formatted phone number?
Henry
MemberYou could try looking at https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ to see how they do it. I think one of the profile field types is ‘number’ – so that might be the best place to start.
December 19, 2013 at 10:31 pm #175800In reply to: friends_check_friendships not working
mattnetusa
ParticipantThanks for your response! okay maybe I am stating this wrong. I have a list of entries showing various user ids as one of the fields. In the next field I simply want to show are these entries from a friend or not so that I can filter them to only show me entries from my friends. Does that make sense. I thought the purpose of the friends_check_friendships function was to compare to user ids to see if their is a relationship between them and return ‘true’ or ‘false’? Also, are the user ids in buddypress friendships the same user ids in wordpress users without buddypress? For instance the two I am comparing are user_id=1 and user_id=2, so in the function, it should result in friends_check_friendships(1,2) = true right?
December 19, 2013 at 8:39 pm #175793In reply to: Username with space stop working in BP 1.9
aces
Participanthttps://buddypress.trac.wordpress.org/ticket/5185#comment:15 ?
Have you got anything in your bp-custom.php or functions.php files (or a custom plugin etc.) that might affect this?
-
AuthorSearch Results