Search Results for 'wordpress'
-
AuthorSearch Results
-
January 22, 2015 at 2:10 am #232730
In reply to: Please help!
modemlooper
ModeratorSounds like front end submission might help https://wordpress.org/plugins/frontend-uploader/
Not sure that plugin would work. Its that or a custom BuddyPress component. https://codex.buddypress.org/plugindev/creating-a-custom-buddypress-component/
January 22, 2015 at 1:12 am #232727Henry Wright
ModeratorI’m not sure your code will work. For example, on a very quick first look, I can see you’ve done
current_user_can('administrator'). I’m assuming you’re trying to check if the current user is an admin? If so, then this won’t work. Thecurrent_user_can()function takes a capability, not a role. So if you want to check if the current user is an admin, you should do something like thiscurrent_user_can( 'manage_options' )Ref: https://codex.wordpress.org/Function_Reference/current_user_can
January 22, 2015 at 12:02 am #232721In reply to: BP 2.2 beta 2 member-type selectable by member
youmin
Participantyes it wont do any thing, but devs love to play with codes to a new idea lets see what happens. i have raised a ticket .
https://buddypress.trac.wordpress.org/ticket/6154#ticket
thanks shanebp its working perfect
January 21, 2015 at 8:57 pm #232701In reply to: avatar does not show
Alocin82
Participantsorry i forgot:
WPMU Nelo Child
By Richie KS – WPMU DEV – WordPress Experts
v 2.2.6Thanks a lot to answer
January 21, 2015 at 6:34 pm #232687In reply to: BP 2.2 beta 2 member-type selectable by member
r-a-y
KeymasterBill, there has been some replies to your ticket.
You’ll probably be interested in this code snippet for now:
https://buddypress.trac.wordpress.org/ticket/6145#comment:4January 21, 2015 at 4:54 pm #232678In reply to: No really good BuddyPress search plugins available
January 21, 2015 at 4:53 pm #232677In reply to: Search Activity/ Groups
January 21, 2015 at 3:21 pm #232673mcpeanut
Participant@r-a-y This is definitely only happening on Atahualpa, the problem is the moderators and users on the themes forum do not like to reply even though it has been read 70 times since i posted it and was approved by one of them, they have big bold writing at the top of the forum stating they will only answer questions off gold members who have donated more than 20 dollars.
If you have ever used this theme you will know it does things a little differently than other themes, dont get me wrong im all up for donating when i know the theme im working on is actually up to the job i need it to do for my current project, i don’t expect everything for free and have bought quite a few themes in the past etc and will donate once i know im going to actually use this theme for my final version. I mean this is more of a bug is it not? So to ignore a bug report rather than treat it as a question without giving an answer for all of its users and not just donators, i mean at least confirmation this bug will be addressed in another update would be welcomed, especially if its offered free on wordpress for download you would think they would give my post some acknowledgement at least. any-hows im not ranting on about how they operate their forums here lol and the moderators have helped alot of users over the years there as far as i can see , im more concerned about how i could fix this issue myself.
@youmin good idea but the problem with ata is it doesn’t even have a page.php im not sure if it uses index.php though, i will have a mess around with this idea, is anyone else familiar with this theme that could help me troubleshoot this?January 21, 2015 at 1:10 pm #232668In reply to: Login page for users
Henry Wright
ModeratorHi @fanmusic
Check out Theme My Login. That’s one of the easiest and most secure ways to do it.
January 21, 2015 at 7:25 am #232660r-a-y
KeymasterData is stored in the
wp_signupstable under themetacolumn. Data is serialized, so you’ll need to unserialize the data.Use the this class method –
BP_Signup::get():
https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-members/bp-members-classes.php#L108Use it like this:
$signup = BP_Signup::get( array( 'user_login' => USERNAME_YOU_WANT_TO_CHECK ) ) );Then do a
var_dump()of$signupand you should get all the data you need for the user.January 21, 2015 at 5:10 am #232657r-a-y
KeymasterCan you test another theme? Preferably one of the WordPress default themes?
Does the open comments issue occur on another theme or just Atahualpa?
January 21, 2015 at 12:33 am #232648In reply to: BP 2.2 beta 2 member-type selectable by member
r-a-y
KeymasterSounds like a bug.
Can you post a ticket here?
https://buddypress.trac.wordpress.org/newticketUse the same credentials you use here on buddypress.org.
January 20, 2015 at 11:39 pm #232646In reply to: Not receiving notification of new user registration?
djsteveb
Participant@thestylistquo – this sometimes depends on your server settings and your email client’s server settings. One server I run bp on will send wP emails using php that get through my own hosted email server and desktop email client just fine.. however with the default settings on my one server, emails sent by wordpress / buddypress will not make it through to most yahoo gmail email accounts… something about headers not registered or something.. I found a plugin that will force WP to “send mail through smtp” instead of php, which then gets emails through the various anti spm systems that some email hosting providers require…
I found a similar situation with contact form plugins… “fast Secure Contact Form” will not get emails through yahoo email addys (even with tweaking the smptp settings in the plugin) – with my server, however “Contact Form 7” gets emails through to yahoo accounts just fine… what the two different plugins do to modify sent from headers or whatever, I don’t really understand…
Then of course there are server ip blacklists and crap like sorbes that block things.. and even when they get through to my desktop client, sometimes outlook or kaspersky will flag them as spam and push them into my junk mail folder…
Not sure any of these issues are affecting you and your setup, but maybe that info will get you look in the right direction. I forget what gmail and yahoo call that header registering thing or whatever – they have info posted somewhere.
January 20, 2015 at 10:29 pm #232644In reply to: recommended membership plugins
djsteveb
Participantfab-pj – paypal getting emails to your users? Or s2 / your wp install not getting email to your users? – Different systems use different methods for sending emails with wp, and some email systems will reject emails under various circumstances. Just sending an email via php with general server stuff in headers may not get through some systems like yahoo or gmail. I had to use some weird “wordpress send emails via smtp” type of plugin on one site… I also found that “fast secure contact form” would not put the right header info in emails to get to yahoo addys.. but the plugin “contact form 7” did put header things together right with my server.. of course this varies on lots of things beyond wordpress (your server setup – where they are going, if your server ip is in any blacklists, etc)
I have had not trouble using s2 with users signing up via mobile devices.
You ask about membership plugins that work with BP – not sure what your goal it.. I mean BP is a memberhsip thing.. if you are thinking about membership levels and content restrictions and such I would look at “press permit core” – in my experience I was able to axe using s2 and just use press permit. If you are looking for something fancy you may need to combine a couple / few plugins.. premium.wpmudev has a membership plugin and content restriction plugins as well.
random thoughts, now knowing exactly what you are going for and what you have tried.
January 20, 2015 at 2:28 pm #232570In reply to: Simple Address directory
RLaine
ParticipantHi Thanks for the reply..
I think this one is looking hopeful https://wordpress.org/plugins/participants-database/Other than that I think the custom fields may well be the best route.
thanks for the guidance.January 20, 2015 at 2:00 pm #232568In reply to: Simple Address directory
djsteveb
Participant@rlaine – you might be able to mashup what you need by using WP custom fields, or one of the plugins in the wp repo that deal with “custom fields”
there are several directory plugins out there, some hosted in the wp repo and some in premium walled gardens like premium.wpmudev I think. Since you have not listed the ones you looked at and did not like it would be impossible for others to suggest some that you might consider.
You say that you can do some front end styling stuff – so you may very well be able to add a bit of code to some theme pages to display custom fields (https://codex.wordpress.org/Custom_Fields ) from WP and get exactly what you are looking for without a directory plugin…
Of course being a front end guy ( I assume from what you are saying) you could also use one of the plugins you mention you have already tried and just use some css display none for the social stuff you say is too much.
random thoughts for ya…
January 19, 2015 at 9:56 pm #232558In reply to: Customizing emails template
capeleng
ParticipantWell, I kept searching and found the solution to my problem. Check out this post on StackExchange:
http://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-pluginIt worked like a charm for me.
January 19, 2015 at 12:04 pm #232541In reply to: Page creation for members
gabsterino
ParticipantAha, you mean using standard wordpress plugins to create pages “on buddypress” ?
January 19, 2015 at 11:59 am #232540Henry Wright
ModeratorHi @rlaine
The best place to start your research is the WordPress Plugins Directory. As you’ve mentioned you probably won’t find a single plugin that does everything, it’s instead likely that you’ll need a combination of plugins and perhaps even some custom code written. Regarding accessibility compliance, my advice is select a theme from the Themes Directory and set up a test install where you can try out your plugins. Then run your site through an evaluation tool to see if guidelines are met. A good list of tools is available on the w3c website:
http://www.w3.org/WAI/ER/tools/
Hope this helps.
January 19, 2015 at 11:47 am #232537In reply to: Page creation for members
Henry Wright
ModeratorHi @gabsterino
There will most probably be lots in the Plugin Directory but you’ll need to test which are compatible with BuddyPress. WordPress ‘authors’ and BuddyPress ‘members’ are the same fundamentally so compatibility shouldn’t be a problem. But as I say, give them a try before going live.
January 19, 2015 at 11:40 am #232536Henry Wright
ModeratorHey @tobyhawkins
Can you check if pagination works with the default theme activated (Twenty Fifteen) and all plugins disabled? If you still experience the problem then, I’d suggest opening a ticket on Trac. If the problem goes away then it’s likely to be theme or plugin related.
January 18, 2015 at 12:25 pm #232494In reply to: Group URL clashes with page URL
Henry Wright
ModeratorPossibly. That’s what you’ll need to check. Quite often the problem is theme- or plugin-related. My advice is to set up a test site which replicates your production site. Then you can make changes (for testing purposes such as this) without impacting your live website.
If the problem remains after you’ve disabled all plugins and activated the default theme then you can raise a ticket on Trac. The core development team can then take a look.
January 18, 2015 at 11:48 am #232491In reply to: Group URL clashes with page URL
Ivalde
ParticipantI did believe BuddyPress was made for WordPress usage…
January 17, 2015 at 10:41 pm #232481shanebp
ModeratorBuddyPress encourages its users to find and report bugs.
And they are even happier when a bug report includes a fix!
If you have found a bug, please open a ticket on trac.January 17, 2015 at 4:18 pm #232456chatty24
ParticipantIt could be a blank WordPress page with title, “Redirecting…”
-
AuthorSearch Results