Search Results for 'wordpress'
-
AuthorSearch Results
-
December 1, 2012 at 5:26 am #146259
mojer
ParticipantUsing “BuddyPress Media” plugin, you can upload media files from iOS 6 now
https://wordpress.org/extend/plugins/buddypress-media/
December 1, 2012 at 3:39 am #146253In reply to: [Resolved] Profile page show "page not found"
hiboy
Participanthi , i still facing this issue and need help.
All i did was a fresh install of my wordpress and theme and only buddypress.
set wordpress permanent setting to /%postname%/, for the buddypress permanent setting i did not touch it.
other than that ,
http://domain.com/buddypress/activity/
http://domain.com/buddypress/members/
all working , except when click on your profile name in the buddypress member page, it show a page not found.
Any solution?November 30, 2012 at 9:46 pm #146246In reply to: BuddyMobile showing in desktop verion
modemlooper
ModeratorYou need to name is the same as what is in your desktop theme folder.
https://codex.wordpress.org/Pages#Page_Templates
November 30, 2012 at 6:14 pm #146233In reply to: custom plugin build
danbpfr
ParticipantNovember 30, 2012 at 5:13 pm #146225In reply to: How can I get the activity like facebooks?
peterjhead
ParticipantLet me rephrase my question then. Is there anywhere within the wordpress or buddypress code that can be edited so it will allow or force it to accept more than one scope? Does anyone have the knowledge to give me some guidance in how this can be accomplished. I appreciate any help. Thank you.
November 30, 2012 at 4:53 pm #146222danbpfr
ParticipantHi,
Test this one https://wordpress.org/extend/plugins/network-privacy/
November 30, 2012 at 4:41 pm #146220In reply to: Make status update accept some HTML formatting
danbpfr
ParticipantSee in activity/post-form.php around line 28 the esc_attr
And learn here what you can do and not
https://codex.wordpress.org/Function_Reference/esc_attr
http://wp.tutsplus.com/tutorials/creative-coding/data-sanitization-and-validation-with-wordpress/
November 30, 2012 at 3:57 pm #146213In reply to: Removing ‘Global RSS Feed’
aces
Participanthmmn… it still works for me but only for the activity feed ( excluding the ` lines which weren’t converted to the new bp forum format ). It used to work for members as well.
To disable all feeds I just tried the following from http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally
:
/**
* disable feed
*/
function fb_disable_feed() {
wp_die( __('No feed available,please visit our homepage!') );
}
add_action('do_feed', 'fb_disable_feed', 1);
add_action('do_feed_rdf', 'fb_disable_feed', 1);
add_action('do_feed_rss', 'fb_disable_feed', 1);
add_action('do_feed_rss2', 'fb_disable_feed', 1);
add_action('do_feed_atom', 'fb_disable_feed', 1);
Which worked for me to disable All feeds to everyone. It’s a bit unsubtle but does plug the security hole….
November 30, 2012 at 2:16 pm #146207In reply to: [Resolved] Profile page show "page not found"
hiboy
ParticipantHi, change to default theme and the page still not found.
“What’s installed at domain root http://www.domain.com ?” meaning?
I just did a fresh install of my wordpress and theme and only buddypress.I realise this, do u think this is causing the problem?
when i point to my name in the member page, the link show
http://domain.com/buddypress/members/Sean Lee/
but when i click on my name , it lead to http://domain.com/buddypress/members/SeanLee/ ,without the space, tried typing manually with the space between the name, it still lead to http://domain.com/buddypress/members/SeanLee/, and page not found.
Any solution?November 30, 2012 at 9:14 am #146190In reply to: Activation not possible
maikelcoke
ParticipantI’ve installed a fresh WordPress without any plugins. Only Buddypress.
I can’t activate accounts with the activation link. Same problem.November 30, 2012 at 9:04 am #146189In reply to: Buddypress plugin for uploading videos
mojer
ParticipantYou can check this.
https://wordpress.org/extend/plugins/buddypress-media/
This plugin support video upload and its free
November 30, 2012 at 7:55 am #146188In reply to: User galleries and forums.
mojer
Participant@monkfish13 You can checkout BuddyPress Media plugin here
https://wordpress.org/extend/plugins/buddypress-media/
This plugin is actively updated so you may love this. Note that this is different from bp media plugin that @mercime has shared just above. It has features like multiple file upload, album support and more. You can also check the demo page here.
http://demo.rtcamp.com/buddypress-media/
As far as I know, currently there is no plan for BuddyPress to integrate multimedia sharing as core feature.
November 30, 2012 at 7:04 am #146184In reply to: Video Plugin Equivalent to BuddyPress Album+
mojer
ParticipantBuddyPress Media Kaltura CE component is no more supported. The current version BuddyPress Media is available here which is not depend upon Kaltura.
https://wordpress.org/extend/plugins/buddypress-media/
November 30, 2012 at 12:34 am #146167In reply to: Best way to enable facebook login?
rickkumar
ParticipantI just asked in the SocialAuth plugin forum if they can make it compatible with Multisite and BuddyPres.
https://wordpress.org/support/topic/does-this-plugin-work-with-multisite-and-buddypress-1?replies=1
November 30, 2012 at 12:29 am #146166chamaxou
ParticipantHi guys,
I actually have the same issue but I don’t have WP Super Cache installed.
However I have many other plugins installed…
Do you know what plugin could cause the same effect ? Or perhaps a set into buddypress or wordpress itself ? (because of the use of permalinks for exemple…? I don’t know, I have no idea on what’s going on, I’m a newbie to wordpress and buddypress ! 😉Thanks a lot for your time.
MaxNovember 29, 2012 at 8:33 pm #146156In reply to: slider rating plugin
@mercime
ParticipantHaven’t seen a WP slider rating plugin yet. Only star rating https://wordpress.org/extend/plugins/gd-star-rating/
November 29, 2012 at 8:29 pm #146155In reply to: exclude category on homepage
@mercime
ParticipantThis can be done by WordPress query_posts https://codex.wordpress.org/The_Loop#Exclude_Posts_From_Some_Category
November 29, 2012 at 7:58 pm #146150In reply to: Activity update template
@mercime
ParticipantYou can use https://wordpress.org/extend/plugins/buddypress-docs/ or DIY http://buddydev.com/plugins/bp-simple-front-end-post/ or https://wordpress.org/extend/plugins/wp-user-frontend/
Implementation would be different for each plugin so check out which one meets your requirements and easiest to carry out on your end.
November 29, 2012 at 6:33 pm #146126In reply to: Move group forum topic to different group
@mercime
Participantdoes this migration mean I’ll be moving my group forums to bbpress 2.0 or is it just a way to setup site wide forums?
@daneglerum The link is working for me. Try to access via another browser perhaps? Or clear browser cache…
The BP Group Forums are being merged into the bbPress plugin (Sitewide Forums) https://buddypress.trac.wordpress.org/ticket/3598 So at this point, you would be well-advised to start with Sitewide Forums and follow instructions in link posted earlier.
November 29, 2012 at 5:07 pm #146122Roger Coathup
ParticipantAs I said previously, the group_id is passed as the first parameter to the action.
You need to add the parameters to your function.
If you are not familiar with writing action functions in WordPress, you should read here: https://codex.wordpress.org/Function_Reference/add_action
November 29, 2012 at 11:55 am #146109In reply to: Upload files into Groups
danbpfr
ParticipantInspire you from here: http://www.trovster.com/blog/2011/07/wordpress-custom-file-upload
November 29, 2012 at 2:26 am #146074In reply to: Best way to enable facebook login?
@mercime
ParticipantThere’s a premium facebook plugin which works with BP and mulitiste for sites I’ve handled http://buddydev.com/plugins/buddypress-facebook-connect-plus/
Having said that, https://wordpress.org/extend/plugins/socialauth-wp/ looks good as I see that the plugin dev is active in supporting the plugin. I don’t think the plugin provides support for BP as the plugin dev would have added the BuddyPress to the plugin tags. Best place to ask is at plugin’s forums https://wordpress.org/support/plugin/socialauth-wp
November 29, 2012 at 1:00 am #146070In reply to: Move group forum topic to different group
Aron Prins
ParticipantDane,
Thanks for your thorough readthrough of the forums and knowing what to put in you posts ;). Welcome to BuddyPress!Unfortunatly this is currently not possible. To my knowledge the people of bbPress and BuddyPress ( a select few awesome peeps ) are making bbPress(.org) more compatible with BuddyPress which should enhance it’s features ( if you ask me… ).
Checkout this plugin: https://wordpress.org/extend/plugins/buddypress-topic-mover/
Cheers, Aron
November 29, 2012 at 12:24 am #146067In reply to: Best way to enable facebook login?
rickkumar
ParticipantOk, found two plugins for ‘wordpress’ based on HybridAuth:
https://wordpress.org/extend/plugins/socialauth-wp/
https://wordpress.org/extend/plugins/wordpress-social-login/
Q: Does any of these two plugins work with Multisite and BP?
Thank you.
November 28, 2012 at 11:46 pm #146066In reply to: Best way to enable facebook login?
rickkumar
ParticipantThank you @rogercoathup Good to know for future reference when I need this functionality in few weeks.
I just checked http://hybridauth.sourceforge.net/ and it looks very powerful and free.
Is there any Multisite/BP plugin already available for this?
Btw, here is the latest about “Social Sign In” using Facebook/Twitter/Google (linkedIn soon) plugin from addthis.com guys:
https://wordpress.org/extend/plugins/addthis-social-sign-in/
I asked them few questions as follows on there site:
My Questions:
Is this for ‘social sign in’ only?
Any plans to eventually include social sharing and social commenting?
What kind of cost if any are we looking at?
Does this plugin supports all the following:
1. WP
2. WP MultiSite
3. BuddyPress
Please advise.
Thanks.
AddThis.com answers:Matthew Keesan on November 28, 2012 at 10:00 am said:
@RK
1. It’s only Social Sign In. We have a host of other plugins however for some of these tasks. We decided to keep them separate to give you maximum flexibility.
– Social sharing: https://wordpress.org/extend/plugins/addthis
– Following: https://wordpress.org/extend/plugins/addthis-follow
– Welcoming: https://wordpress.org/extend/plugins/addthis-welcome
2. It’ll always be free! Since we’re just a middleman there’s no significant cost to us providing this service, so we’re happy to pass the savings on to you!
3. We haven’t tested on Multisite or BuddyPress yet. If you do, I’d love to know what happens.—————————————————
Note: I don’t have a live site yet.I am wondering if someone can test it for Multisite and Buddypress?
-
AuthorSearch Results