Search Results for 'wordpress'
-
AuthorSearch Results
-
November 21, 2013 at 12:11 pm #174619
In reply to: Passing user role to custom xprofile field
noizeburger
ParticipantHi @henrywright-1 again,
your logic is right, but I wanted to avoid editing templates. That’s the reason why I use Buddypress xprofiles acl plugin. This makes it possible to choose which role can see and use the different profile tabs. For the music embed I use BP Profile Widgets, the needed input fields are only visible to members with the userrole “band”, all other members can only see the output of the widget – music.
Your last post makes me think about other things that could be done beside those plugins I use, but that goes too far at the moment. As I tried to explain before, the really important thing about passing over the roles to xprofile-fields would be the possibility to show the roles for each member in a searchable and clickable way that always leads the user to the right member-directory.
Maybe you have more ideas, however, thanks for your ideas and help.November 21, 2013 at 9:39 am #174615BPress DEV
Participanthttps://wordpress.org/plugins/embed-rss/ works well.
It can also be done using https://wordpress.org/plugins/widgets-on-pages/
Add the Place the RSS Feed Widget Inside the Widgets on Pages Widget.Hop this helps.
November 21, 2013 at 3:30 am #174606Asynaptic
ParticipantFredrick Townes mentions fragment cache or partial page caching here:
27 min mark
November 20, 2013 at 9:27 pm #174588In reply to: Help adding html to the profile page
modemlooper
ModeratorNovember 20, 2013 at 8:59 pm #174585Boone Gorges
Keymaster@synaptic Thanks for starting this interesting discussion (and for doing it in a more sensible and measured tone than the linked article).
I agree that the current process for selecting and advancing features is not ideal. It is indeed a shame when a ticket like the CPT one gets punted release after release. I’m not sure that I can *justify* it, but I can *explain* it.
In brief, BuddyPress is maintained and developed by a small number of volunteers. (Contrast with WordPress, which has quite a large number of contributors, and a number of people who are paid to work exclusively on WordPress core as part/all of their day job.) So, the things that get developed during any given release are those things that the small number of volunteer developers have chosen to spend their time on. How do the developers choose? Personally, I tend to gravitate toward those items that fall into one or more of the following categories:
- Items that other people have contributed code to, either in the form of an existing plugin, or a patch, or whatever. This is both because these items mean not starting from scratch, and because it validates those contributors’ time and effort. The new dynamic menu system (described here http://www.wptavern.com/buddypress-1-9-will-include-dynamic-menu-links) is a great example of this: community member imath contributed a very nice patch, so it got moved up in the list and will be part of the 1.9 release.
- Items that someone is paying me to build anyway. I’m a consultant working on BP projects, and sometimes a client wants a feature that would be valuable in BP itself. If I’m not mistaken, the new notifications component for 1.9 is an example of this – jjj was working on it for a client, and so was much of the way toward having it ready for BP.
- Low-hanging fruit. Often there are relatively easy tickets, something I can knock off in an hour or two.
- Stuff I enjoy doing. There are some sorts of features I prefer to work on, and I’m more likely to spend my volunteer time working on them.
This isn’t an exhaustive list, but it gives you an idea of the kinds of motivations that go into the contributions of a volunteer. And it means that sometimes tickets that garner interest and conversation – your CPT ticket example is a good one – can fizzle. Sizable features like this really need to be personally shepherded by someone in order to be successful, and there is simply too little developer time to cover all worthy tickets.
Is our system for choosing features and fixes perfect? No, definitely not. Your voting idea is a nudge toward something missing from my list: “items that are wanted most by the community”. If you’re interested in pursuing something like this, please please please do – the Future Release pile has lots of good stuff in it, but it really needs people to read through tickets and pick out the stuff that should be presented to the community. Feel free to reach out to me if you want to talk more about this.
As a side note: Deciding on roadmaps, etc is really hard. We want to do what’s best for the project (whatever that might be, and however you might determine it), but at the same time we want to ensure that contributors – who, it’s important to remember, are giving their free time to the project – are working on things that they personally find valuable and enjoyable. I’m eager to work with interested members of the community do a better job at striking the necessary balance.
November 20, 2013 at 8:48 pm #174583In reply to: Can't find variable: jQuery
r-a-y
KeymasterBuddyPress utilizes WordPress’ version of jQuery.
But I can see how this would be a problem for custom themes relying on something like Zepto.
You can try adding some javascript directly after the Zepto library is called to declare the jQuery variable as an instance of Zepto.
Something like:
<script type="text/javascript"> if ( typeof jQuery == "undefined" ) var jQuery = Zepto; </script>Not sure if that will work at all, since Zepto is a lightweight-alternative to jQuery, but hopefully that gives you an idea.
November 20, 2013 at 6:19 pm #174579In reply to: Problem editing email templates (notifications)
Henry
MemberYou could try Welcome Pack
November 20, 2013 at 5:36 pm #174574In reply to: avatar displays too large and stretches the toolbar
focallocal
Participanti think i’ve tracked it down. there seems to be a conflict between buddypress and ‘Take Control Of The WordPress Toolbar’ plugin.
i’ve posted a support question but it doesnt look like the author is answering support questions any more. if anyone has any idea of how i might be able to fix this it would be brilliant as i am reluctant to delete the plugin, although i expect that will be the only option in the end.
November 20, 2013 at 5:04 pm #174569In reply to: Problem editing email templates (notifications)
Henry
MemberYou can usually update content of these emails via a filter. See the Codex for more info https://codex.wordpress.org/Function_Reference/add_filter
For example, to filter the email body for message notifications, use
messages_notification_new_message_message. To filter the subject line, usemessages_notification_new_message_subjectHope this info helps.
November 20, 2013 at 4:05 pm #174558In reply to: Future of BuddyPress?
Paul Wong-Gibbs
KeymasterHello! This thread is mostly accurate, but just to wrap things up —
@jjj has been working at 10up.com since August, and I’ve been at Automattic since the beginning of 2013. John and I had been contributing to BuddyPress for years before we started at Automattic. Our day jobs only affect our contributions to BuddyPress in a positive way; as @henrywright-1 pointed out, John’s built a whole new notifications component since he’s been at 10up! Wow!While Automattic does own BuddyPress and the trademark in a very legal sense — and it’s my personal wish that one day the BP trademark is transferred to the WordPress foundation — they have no influence over the day-to-day of the plugin, and John remains in charge of the ship.
November 20, 2013 at 3:32 pm #174554chrisdarts
ParticipantI’m also having the same issue as mentioned above.
BuddyPress 1.8.1
WordPress Multisite 3.7.1The button works from the main Groups page, but not when on a single group page.
November 20, 2013 at 3:21 pm #174551In reply to: Future of BuddyPress?
Henry
MemberJJJ’s work on the notifications component pretty much answers that question. If you look at the updates in the Trac ticket you’ll see just how much time and effort he has put in over the past month.
November 20, 2013 at 8:19 am #174541In reply to: My account marked as spammer and I an admin
Jose Conti
ParticipantHi @ubernaut
Yes, if WangGuard detect a user as splogger and you mark it as not splogger, he is flagged as “Checked Forced”. That will force to WangGuard to accept that user as good user at your WordPress.
But if you mark a user as Splogger, and then, you mark it again as Not Splogger, he is flagged as Checked user and he is removed from WangGuard database.
November 20, 2013 at 7:03 am #174535In reply to: My account marked as spammer and I an admin
joyceswiss
ParticipantThanks, I have uploaded the plugin to wordpress. But I didnt understand what you said earlier: “Log in with new admin and visit profile page of old admon then in admin bar there will be link to unmark”
Where do i find the profile page?
November 20, 2013 at 5:15 am #174531In reply to: My account marked as spammer and I an admin
joyceswiss
ParticipantI have downloaded it, but it is in .gz format. I tried uploading it to wordpress plugins but it failed.This page appeared when I tried:
The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
November 20, 2013 at 5:07 am #174529In reply to: My account marked as spammer and I an admin
modemlooper
Moderatorclick download gist button and then upload it to WordPress
November 20, 2013 at 4:58 am #174527In reply to: 2.0 top features – ideas
Asynaptic
ParticipantI would like to offer two ideas for consideration:
1) Integrating basic anti-spam capabilities into core
2) Improving performance via fragment caching1) I realize that there are already good plugins that deal with spam, both comment and multisite blogspam. But being spam, it is a cat and mouse game and I feel that buddypress should have some basic anti-spam protection out of the box. For example, a hidden text field via css as a honeypot. Users who are not at all comfortable coding or editing files can turn this on or have it on by default (rather than try to follow guides like this: http://www.pixeljar.net/2012/09/19/eliminate-buddypress-spam-registrations/)
2) This was touched on in the recent buddypress panel discussion:
(caching: 19min – 22min)
After spam, the biggest issue that I’ve heard is with performance. I think we should start to address this. For more info and details see this thread.
One of the challenges of using caching plugins like WT3 is that they don’t work for signed in members of buddypress sites. But a fragment caching system can still cache parts of the page which are ‘static’ and would not change as a result of the user activity.
November 20, 2013 at 4:53 am #174526In reply to: My account marked as spammer and I an admin
joyceswiss
ParticipantSorry but how do I install this plugin into wordpress?
November 20, 2013 at 4:53 am #174525In reply to: 2.0 top features – ideas
SK
ParticipantAPI so we could build mobile apps
Just “API” is a bit vague. Do you, perhaps, want to create a ticket, with exactly what you are after, at https://buddypress.trac.wordpress.org/ ?
I assume you are aware of the existing API https://codex.buddypress.org/developer/action-reference/
November 20, 2013 at 4:36 am #174518Asynaptic
Participant@modemlooper Thanks, I did know about hiring a coder to build a plugin. But you’ll note that’s not what I asked.
The article lays it on a bit too thick but it does have a point. For example, the ticket on custom post types has languished without any attention after a great initial discussion. And it has been punted several times already.
This is arguably an important feature. And it is 2+ years old. With the last activity being 6 months ago with trishasalas commenting and not receiving any feedback or response (except the punt).
https://buddypress.trac.wordpress.org/ticket/3460
I don’t want to get bogged down in this specific feature or ticket, I’m only using it to illustrate that, well, things can be improved on.
Do you really think that there is no room for improvement? That the status-quo is honky-dory a-okay? Because you don’t have to be negative or have a jaundiced eye to realize that things can always be improved. And it is obvious that the development process for both bbPress and BuddyPress can be improved when important tickets are ignored, marginalized and peripheral improvements come in way over their delivery date.
I would like to start a constructive dialogue on how we can improve things. If no one here is interested and thinks that there is no need or room for such improvement, then I’ll be happy to go back to lurking.
November 20, 2013 at 2:50 am #174504In reply to: Remove Email & Website From Comments
mattg123
ParticipantNever done it myself, but i think comment_form accepts some arguments for that kinda of thing. Though since your question is more wordpress related, and you have buddypress installed I’d use buddypress activity comments rather than the wordpress ones anyway
November 20, 2013 at 2:26 am #174502modemlooper
ModeratorThe community decides the direction of BP not Automattic. JJJ is still project lead. Most decisions about BP happen in the IRC dev chats.
list of new features
https://buddypress.trac.wordpress.org/roadmapIf you want new festures you can add a topic here and if it gets good feedback you can open an enhancement ticket on trac.
If you wish to sponsor features you can get a dev to create a new plugin
November 20, 2013 at 2:24 am #174501Ben Hansen
Participantyeah that article was obviously written by someone who does not actually participate (or lurk for that matter) in the weekly meetings.
Fact is jjj actually put a ton of work into this release of budypress. The part he was working on i don’t even understand because, like yourself i am not a developer. but i do understand it enough to know its the kind of thing very few people may appreciate but makes those few (devs) lives much easier. i also know it took a lot of his hours to make it happen. 10up just today or yesterday announced that they devoting 100% of @helen ‘s time to wordpress so i don’t think it’s accurate to suggest that jjj won’t still be able to spend a good chunk of his time on buddypress.
like any open source project it’s success or failure is defined by the people who volunteer their time and efforts to build and promote it, so if you feel like you’d like to do that, a good place to start might be the regular weekly irc meetings or simply start following the BPdev blog which can be found here:
i would say there should probably be an easier way to find that site on buddypres.org though.
:/
November 20, 2013 at 1:14 am #174494In reply to: Wrong Avatar Folder
WPWally
ParticipantSorry, forgot to add the details:
1. Which version of WordPress are you running? 3.7.1 2. Did you install WordPress as a directory or subdomain install? Directory 3. If a directory install, is it in root or in a subdirectory? Root on server / subdirectory on localhost (I have two copies for emergencies like this but this time both are behaving badly) 4. Did you upgrade from a previous version of WordPress? If so, from which version? Yes, 3.6.1 5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes 6. Which version of BP are you running? 1.8.1 7. Did you upgraded from a previous version of BP? If so, from which version? 1.8 8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes: AddThis Social Bookmarking Widget / BuddyPress Template Pack / Edit Author Slug / Login With Ajax / Popular Widget / Video Thumbnails (disabled all plugins save for BuddyPress and the behavior continues) 9. Are you using the standard BuddyPress themes or customized themes? Customized 10. Have you modified the core files in any way? No 11. Do you have any custom functions in bp-custom.php? Yes (2 lines - excluding php open and close tags): <?php add_filter( 'bp_use_wp_admin_bar', '__return_false' ); define ( 'BP_DISABLE_ADMIN_BAR', true ); ?> 12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running bbPress 13. Please provide a list of any errors in your server's log files. None 14. Which company provides your hosting? nearlyfreespeech.net 15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux: Apache (both localhost and server)I have also just removed the avatars folder and it does indeed create one as well as the userid folder although that remains blank (no files are placed there) and the same error as my original post appears. Hope that helps in solving this.
November 19, 2013 at 10:27 pm #174488In reply to: Adding BP Links to other pages
mattg123
Participant@steel-rat check out how this plugin does it https://wordpress.org/plugins/buddypress-activity-as-blog-comments/
-
AuthorSearch Results