Search Results for 'wordpress'
-
AuthorSearch Results
-
March 6, 2015 at 1:01 pm #235539
In reply to: Share photos from any website to buddypress
Sunday A. James
ParticipantBut sigh! This is one area no php scripts have ever thought or coded, as far as I know. (If they did, FB would not have this ugly monopoly). There may be workarounds with the codes and protocols already available in wordpress (or for that matter in other scripts) but I am afraid there is no ready-made plugin available.
It is possible, and I am close to it using /wp-admin/press-this.php. But the issues are that press-this.php places posts on wordpress sites and it grants users admin dashboard. My site uses buddypress and “BuddyPress Activity Plus” plugin to post pictures on front-end.
What I want now is the .php file like press-this.php that handles the posting of updates on front-end without granting users access to admin dashboard.
March 6, 2015 at 11:53 am #235537In reply to: Share photos from any website to buddypress
rosyteddy
ParticipantI want to create a customised “SharePics” service button that owners of any other websites on any platform can embed in the codes of their sites for the visitors to be able to share the pictures from their to my site by clicking on the “SharePics” button just like the Share on Facebook button, Pin It to Pinterest
Thats actually a great concept and very useful one too. If we could do that for “Likes” ( or +1) or for “Comments” it would be great. When I say this, people immediately ask
– do I want to be another FB or Google +
– who is going to do that for my site, which i supposedly small, not well known etcTrue. But there is no harm in the proof-of-concept. Having our own “Like” and “Comment” system that willing websites can share. But sigh! This is one area no php scripts have ever thought or coded, as far as I know. (If they did, FB would not have this ugly monopoly). There may be workarounds with the codes and protocols already available in wordpress (or for that matter in other scripts) but I am afraid there is no ready-made plugin available.
It maybe done by a DEV for an amount of money, I guess.
That is what is my understanding, I may be wrong. Thanks.
March 6, 2015 at 11:43 am #235536In reply to: Member Count
rosyteddy
ParticipantHi you may check these threads – not sure if they can help you but you may consider to have a look. Have you any custom code and/or various plugins? Thanks.
https://buddypress.org/support/topic/member-counter-on-activity-page-not-working/
https://buddypress.trac.wordpress.org/ticket/5228
https://buddypress.trac.wordpress.org/ticket/4061March 6, 2015 at 10:27 am #235535In reply to: Share photos from any website to buddypress
danbp
ParticipantIf you could get it to work with wordpress using /wp-admin/press-this.php you could probably make it work with the light version of WP’s editor used for notices. Don’t know exactly what you mean by”endpoint”, but if it’s related to “target”, tought that what’s new is targeted and ajaxified, like pressthis.
But i’m not developper, so i can’t help you much for doing that.March 5, 2015 at 11:50 pm #235524Studdlypig
Participant@hugo
Thank you for taking the time to respond. The advice on changing the name in the plugin folder allowed me to get back into the wp-admin log in. After reading what you said about I looked at the ‘Activation’ drop down and it was set to login so I think that is where I went wrong. When I change it to none buddypress informs me ‘The following active BuddyPress Components do not have associated WordPress Pages: Activate. Repair’ what kind of page so I have set for that drop down menu? Do I need an additional plug in or do I just make a new page for it? Any advice would be much appreciated.Thank you again!
March 5, 2015 at 6:58 pm #235514In reply to: Share photos from any website to buddypress
Sunday A. James
ParticipantI use “BuddyPress Activity Plus” plugin. This plugin allows user to post pictures on activity streams as update.
The excart .php file that handles the picture publishing is what I can not figure out.
Plugin: BuddyPress Activity Plus – Version 1.6.1
March 5, 2015 at 6:21 pm #235513In reply to: Users are Automatically Activated
danbp
ParticipantHi @russadams,
on any WordPress site, once a new user registers, the user is created in
the database. That’s why site admin can see him in the control panel. This is normal.Here default WordPress registration process:
- User registers.
- User is shown message to check email.
- Login credentials are sent to new user in an email.
- User logs in to site using login credentials.
- Admin is notified of new user sign up via email.
This doesn’t change when BP is installed, as BP doesn’t handle registration.
Guess your issue is due to browser session. Make the following test.
Create a new user from frontend.
Close the browser or clear cookie and nav history.
Don’t use activation key yet.
Reopen the browser, and see if the user can login. Normaly he can’t as he hasn’t use the activation key.March 5, 2015 at 3:52 pm #235505In reply to: Share photos from any website to buddypress
danbp
ParticipantWhere do you publish pictures in BuddyPress ? They’re several share plugins out with img services like pinterest or flikr. Search for them on the plugin repo.
Do you know these WP oEmbed rules ? Entering such allowed urls in the notice editor (what’s new) will work automagically.
Or maybe customize thisplugin.
March 5, 2015 at 3:33 pm #235503In reply to: BuddyPress and Divi
danbp
ParticipantHi @dorothykbiz,
thought BP is not correctly configured.
On the left menu, the member item shows ‘Log in’ who links to wp-admin. This is not the right way for users to login when BP is activated. Better you use the login widget. It’s a contextual widget, showing different items for loggedin/logged out users. The idea behind this, is that a visitor can login without changing screen:page. All is done from the same place, which is much better and faster as going to wp-admin login page and be redirected.
Per default, you should also have a register page and an activation page.
Your actual register page is here:
rotaryeclubgreatermelbourne.org.au/register-3/should be:
rotaryeclubgreatermelbourne.org.au/register/Check the page admin and remove all pages from trash (-3 means that you created 2 other register page which are registered and/or trashed but not deleted). When you delete something in WordPress, it goes to Trash, but it’s not removed from server. As in real lif, you have to empty the trash to really delete it… (read here)
The activation page doesn’t seem to exist
http://rotaryeclubgreatermelbourne.org.au/activate/To fix this issue, go to bp settings > pages and activate the register and activation pages.
Once all is correctly working, you can apply again ‘members only’ rules.
March 5, 2015 at 11:46 am #235499In reply to: limited space per each profile
morteza13055
ParticipantThanks.
You’re wright, “mediapress” has this ability but some plugins (such as BuddyPress Cover and buddypics) don’t have it.I can use following codes in a “php.ini” and put it in that plugins but it isn’t very useful…
(
wp_memory_limit=128M;
upload_max_filesize=128M;
post_max_size=20M;
) (reference:https://buddypress.org/support/topic/upload-size-limits/)Thanks again!
March 5, 2015 at 11:28 am #235497In reply to: limited space per each profile
Henry Wright
ModeratorIt isn’t possible ‘out-of-the-box’. There may be a plugin that does that for you but I haven’t seen one myself. I think your best bet is to search the Plugin Directory for some kind of media management plugin that works with BuddyPress and has options for limiting storage space.
March 5, 2015 at 11:07 am #235494In reply to: templates to blog and buddypress
Henry Wright
ModeratorHi @numumar
You’ll need more than two templates. As an overview, you’d have a theme which would consist of a number of templates. Then you’d have your BuddyPress-specific templates.
Take a look at these articles to get started:
March 5, 2015 at 1:17 am #235482Henry Wright
ModeratorWord Press is so advanced, its kind of complicated at times.
I agree it can be complicated at times, but if you consider what you’re trying to do, then you could also say that WordPress does a lot of the heavy lifting for us 😀
March 5, 2015 at 12:07 am #235477In reply to: Wiki, Photo and Video for Buddy Press
@mercime
ParticipantThanks @ubernaut 🙂
Is BuddyPress still be developed?
Yes it is. You can suscribe to latest dev updates at https://bpdevel.wordpress.com/ where I’ve just posted the contributors’ priorities for BP 2.3.0. If you have time, please feel free to participate in our 2015 BuddyPress Survey at https://buddypress.org/2015/02/2015-buddypress-survey/
March 4, 2015 at 11:24 pm #235475In reply to: If a number have same number get_avatar
danbp
ParticipantI don’t know that plugin, sorry.
xprofile_get_field_data(2) where 2 = field id, this is not the entered value. For what do you need each member to give a number ?
The field has an ID and a value. What you need is the value, not the ID as all user use the same field ID to enter a number.
This means if field ID 2 contains 35 or other value, do something and if empty do nothing or else.
xprofile_get_field_data fetch a value, let’s say 35 (as example)
Your document has a var $entry[35] with 35 in array.
User Igor registered on the site with a user ID of 2156. Completed his profile and entered number 35. Igor’s avatar is generated by Gravatar.
What i don’t understand for the moment is the relation between the document and Igor !
The usage example given by the author let me doubt that you can bind a user in a excel tab with a BP user avatar, at least because the doc is not stored in the DB, but only screen readable.
March 4, 2015 at 11:14 pm #235474In reply to: Wiki, Photo and Video for Buddy Press
Ben Hansen
Participanthere are some plugins you might want to check out:
https://wordpress.org/plugins/buddypress-media/
https://wordpress.org/plugins/wordpress-wiki-plugin/
not sure why you think it’s not very active here, there are at least a dozen posts here a day. last BP release was within the last few weeks. this is the right spot but you may want to post on the job board if you need more personal help.
March 4, 2015 at 10:28 pm #235471In reply to: Commons in a Box Compatibility
shanebp
ModeratorI have a client using CBOX with latest BP & WP.
Works fine.Best place to ask questions:
https://wordpress.org/support/plugin/commons-in-a-box
or
http://commonsinabox.org/groups/help-support/March 4, 2015 at 9:10 pm #235465In reply to: Profile menu visibility
danbp
Participantmy snippet hides buddybar items to non logged user, not BP usermenu items on Toolbar.
To do that, you have to read the codex document i indicated in one of previous post.
BuddyMenu is built a la BuddyPress. And you got support for this here.
Toolbar is built a la WordPress. WP support is here.
If you had looked a little on the forum (ie. Remove Edit My Profile), you could find this:
https://buddypress.org/support/topic/remove-edit-my-profile/#post-150939And again, the one or other code doesn’t remove BP pages, only items.
March 4, 2015 at 3:00 pm #235453In reply to: Actifity feed, Note vs message
Henry Wright
ModeratorHi @whoaloic
What do you mean by “note”?
Messages can be either public or private. Private messages work kind of like chat, and can be seen only by the ‘thread’ participants. Public message are ‘front-end’. You can public message someone by prefixing their username with the @ symbol. Public messages are also known as mentions.
Regarding favourites, see this Trac ticket for how the feature will be improved over the next few versions.
Hope this information helps.
March 4, 2015 at 10:22 am #235450Hugo Ashmore
Participant@studdlypig
The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated or not.What account are you trying to login with, the admin user ID 1 ?
In the BP settings screen ‘Page’ tab what page have you associated to ‘Activation’ in the select box, as the redirect here appears to be the main issue and the WP link to login on the WP toolbar should redirect to the wp-login screen, which you can actually access directly by modifying your browser url so you can actually login as admin and manage your site.
fyi you shouldn’t have to trouble your web hosts to deactivate BP, using a control panel or ftp you can rename the plugins folder which will force a deactivation of the plugin or any plugin if they give trouble.
March 4, 2015 at 9:54 am #235447In reply to: The theme to buddypress
danbp
ParticipantMarch 4, 2015 at 9:43 am #235446In reply to: Profile menu visibility
danbp
ParticipantYou have to learn how to find what you need for customizing your site. I allready answered. So again, for such things, you have WP Codex (as detailled previously)
https://codex.wordpress.org/Class_Reference/WP_Admin_Bar/add_menuMarch 4, 2015 at 1:27 am #235435In reply to: Setup for a public area and a members area
rosyteddy
ParticipantIf you need features of BP then you need both, I think so.
But before that you may ask here https://wordpress.org/support/plugin/paid-memberships-pro
if you can exactly do what you are asking for.Thanks.
March 3, 2015 at 7:29 pm #235429danbp
Participanthi @michaelhpdx,
maybe these posts will help you ?
https://buddypress.org/support/topic/my-conditional-tags-are-not-being-respected-in-genesis/
https://yoast.com/wordpress/plugins/canonical/Or maybe this snippet (intended for WP SEO at least) which removes canonical
function bpfr_wpseo_canonical_exclude( $canonical ) { global $bp; if ( function_exists( 'buddypress') && ( buddypress()->displayed_user->id || buddypress()->current_component ) ) { $canonical = false; } return $canonical; } add_filter( 'wpseo_canonical', 'bpfr_wpseo_canonical_exclude' );March 3, 2015 at 6:56 pm #235428In reply to: Users gallery
Henry Wright
Moderator -
AuthorSearch Results