Search Results for 'wordpress'
-
AuthorSearch Results
-
January 3, 2013 at 4:23 pm #149550
In reply to: Best way to enable facebook login?
Rocio Valdivia
ParticipantHi all and thanks for all the info 🙂
I’m looking aswell for a plugin that automatically fill in the Buddypress users’ X-Profile data from the uers’ Facebook profiles.
I have tried the free version of https://wordpress.org/extend/plugins/wp-fb-autoconnect/ but it has a serious problem. If I login with my FB account a few times, this plugin create a new user every time in the wp_users table. I don’t know if the premium version of this plugin fix this problem, so if any of you have tested it, I would be very thankful for your comments 🙂
January 3, 2013 at 3:05 pm #149543In reply to: Must Use Social Login Only
Rocio Valdivia
ParticipantHi @purplemonkeyking you only have to disable the users’ registration option here: http://example.com/wp-admin/network/settings.php
Then, try to connect with the plugin you’re using and done. I’m using the same plugin and it works for me 😉
By the way, are you using the premium version of https://wordpress.org/extend/plugins/wp-fb-autoconnect/ it’s because I need the premium BP features and I would like to know other people opinion before to buy it.
Thanks!
January 3, 2013 at 10:04 am #149525In reply to: How can i add Forums filter on BP Privacy Plugin
magician11
ParticipantWhere did you find the plugin?
Going to https://wordpress.org/extend/plugins/buddypress-profile-privacy/ says it’s no longer there. The other reference to it here it gone too http://simplercomputing.net/2010/03/18/simple-buddypress-profile-privacy/
??
January 3, 2013 at 2:27 am #149505In reply to: [Resolved] Buddypress >> MAINPAGE FORUM
@mercime
Participantand i only can access the main forum from the side bar
Actually, you have your sitewide forum index page at http://justinharvey.com/F/
Also i am trying to add CSS to My pages and cant figure it out. any tips?
One usually adds the styles to your theme’s style.css file. However, since you’re using the BP Default theme, any modifications made to the style.css file will be overwritten when you upgrade BuddyPress. It would be better if you created a child theme of the BP Default theme and add styles to that child theme’s style.css file. Or use a WordPress theme and install/activate the BP Template Pack plugin and go through Appearance > BP Compatibility process.
January 2, 2013 at 9:47 pm #149490In reply to: Database Error
fpats
ParticipantHere’s one of many errors we get, this one is currently showing in the sidebar Groups widget..
WordPress database error: [Out of memory (Needed 12582880 bytes)]
SELECT COUNT(DISTINCT g.id) FROM wp_bp_groups g, wp_bp_groups_members gm1, wp_bp_groups_groupmeta gm2 WHERE g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’With VPS.net
January 2, 2013 at 8:54 pm #149487In reply to: Missing argument 2 for wpdb – BP Group Reviews
intimez
Participant@boonebgorges possible SQL injection vulnerability
January 2, 2013 at 6:18 pm #149477@mercime
ParticipantYou could do that for HTML and CSS but I would think you’d rather stage this in a separate development installation via XAMPP/MAMP/WAMP That way, you’d be able to test the theme first and also have a backup of your theme should anything go awry in your server online.
I think you mean Javascript instead of Java, a different animal altogether. Again, I suggest you create/update theme in local server first. WordPress Codex for creating themes – https://codex.wordpress.org/Theme_Development
January 2, 2013 at 1:48 pm #149450In reply to: Display recent topics of all groups on sidebar
danbpfr
Participanthi @m1000,
you can’t call a same function twice on the same page. That’s probably what happens when the normal loop fires “music” content and your custom widget calls the same function for “all” content…
Did you tried this plugin ? https://wordpress.org/support/plugin/bp-recent-groups-topics
Don’t hesitate to open it and view how it works ! 😀
January 2, 2013 at 1:03 pm #149445In reply to: Installing BuddyPress on the Sterling Theme
JimmyGibbs
ParticipantHey! Thanks for the reply! It would be awesome if you could help a bit with this as I don’t have much experience with WordPress theme files, could you please let me know what files I should create and what to write inside? Thank you so much!
January 2, 2013 at 1:03 pm #149444In reply to: Installing BuddyPress on the Sterling Theme
Hugo Ashmore
ParticipantHave you checked the BP documentation yet?
https://codex.buddypress.org/legacy/wordpress-to-buddypress-theme/#step-three
Have you a basic degree of HTML/PHP knowledge, you will need a basic level to be bale to copy/paste the markup structure of BP template files to match the themes structure which is what step three is about and I’m afraid is a manual process.
If you can’t manage the adjustment of the files it may be better to wait for BP 1.7 to drop as that will work with any theme.
January 2, 2013 at 11:31 am #149439In reply to: Activation link in 1.7-bleeding
Paul Wong-Gibbs
KeymasterIf the page mapping is correct, and you’ve tried disabling all other plugins to see if the problem goes away, please report a bug on https://buddypress.trac.wordpress.org so that someone can investigate. You can use your username and password from this site. Thanks!
January 2, 2013 at 9:39 am #149433In reply to: installing word press and buddy press on mac
Tammie Lister
ModeratorI’d first up suggest the following codex page for WordPress: https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP. Get that sorted BuddyPress is the easy bit.
January 2, 2013 at 4:03 am #149423In reply to: Registration Error
gaby5229
ParticipantI have the same issue. Im hosting on justhost with a linux server and wordpress 3.5.
Everything was just fine before the last update but now some users can’t register because it just refreshes the page. Do someone knows more specific what is the issue? I think is an issue with buddypress and some browsers.January 1, 2013 at 8:58 pm #149411In reply to: New Hungarian WordPress Community site
Paul Wong-Gibbs
KeymasterThis looks really nice; good job! Good luck to growing your community 🙂
January 1, 2013 at 12:51 am #149377modemlooper
Moderatoruse :Â is_page(697)
no quotes when an ID
quotes when slug or page title
https://codex.wordpress.org/Conditional_Tags
But I’d write your code using a category:
in_category( ‘public’ )
This way you can add whatever pages you want to show via admin
December 31, 2012 at 8:07 pm #149370bcnbuda
Participantthis was helpful to me but there turns out to be more to it than just bp-activity-filters.php.
Read the following thread
https://wordpress.org/support/topic/vexatious-read-more-linkslack-thereof?replies=4#post-3672956
let me know if this is helpful to you. Or if you can think of improvements. A more elegant solution perhaps
December 31, 2012 at 7:59 pm #149367In reply to: Activity stream excerpt
bcnbuda
ParticipantI think I cracked the code. Read the following thread
https://wordpress.org/support/topic/vexatious-read-more-linkslack-thereof?replies=4#post-3672956
let me know if this is helpful to you.
December 31, 2012 at 7:38 pm #149366In reply to: Private group members cannot create forum topics
aaclayton
MemberOK, I looked into the code, and this is something I’ll need to go bring up on the bbPress forums as it’s an issue with the extend buddypress component of the bbPress plugin.
I opened a ticket here: https://bbpress.trac.wordpress.org/ticket/2140. Hopefully this helps!
December 31, 2012 at 6:02 pm #149361In reply to: Captcha on registration
@mercime
ParticipantDecember 31, 2012 at 5:06 pm #149358In reply to: Making a registration page like Facebook
@mercime
ParticipantBut couldn’t seem to get it to work
The tutorial by @pcwriter was pretty much spot-on. Could be a theme or plugin conflict or might be that you missed a step or two in the tutorial. Have you posted in said article by being specific as to precisely where you hit the roadblock/s in the tutorial?
Is there a plugin that can I do this?
@tandyman You could use the Members plugin by Justin Tadlock https://wordpress.org/extend/plugins/members/ though you might have to configure the other customizations from pcwriter’s article.
December 31, 2012 at 1:21 pm #149347In reply to: Updating only one Profile Fields
danbpfr
ParticipantHi @latinosamorir,
not the complete solution, but the begin of a path. Maybe you can contact the author ?
December 31, 2012 at 4:02 am #149320In reply to: Public group without allowing everyone to join
mrjarbenne
ParticipantYou can visit and navigate public groups; you can’t access private groups without becoming a member. I’m not sure how familiar you are with CSS, but you can drop that code in a CSS plugin. There is a WordPress.com CSS plugin that has been swallowed up by Jetpack, so if you use jetpack that works too.
December 30, 2012 at 10:18 pm #149306In reply to: [Resolved] My Join Group button is acting funny
@mercime
Participant@ubernaut bp-templates/bp-legacy/buddypress-functions.php is in trunk yes. But you could already apply the fix for bp-themes/bp-default/functions.php on this line https://buddypress.trac.wordpress.org/browser/tags/1.6.2/bp-themes/bp-default/functions.php#L115
December 30, 2012 at 7:53 pm #149301tednopple
Participant@Hugo. Thanks that is good to know. That is what I figured was the case (see my 5th post to this thread, 9th reply) , but alas no one was able to describe that before I found the video for the plugin method from the link @Aces provided, which worked perfectly. Also, instead of saying “Members of the BP community have had success using: WP Mail SMTP” the advice Buddy Press FAQ gives for this problem should explain what you’ve explained.
But as you said, without detailed knowledge abut the server and or hired tech help, it is difficult to solve that problem. @Whisprr, I recommend the plugin method BuddyPress suggests for now as you try to find the underlying problem. For me, I am using a credible host and simply used a “one click install” for wordpress. I am not sure why my email is not working properly (btw, the mail didn’t go to spam–the email server just rejects the message all together, according to the debug test) and don’t really have the time, knowledge or resources to deal with it immediately.
December 30, 2012 at 4:13 pm #149276In reply to: Multisite within a multisite?
@mercime
ParticipantCheck out https://wordpress.org/extend/plugins/wp-multi-network/ with https://wordpress.org/extend/plugins/bp-multi-network/ You’d need to have a dedicated server and Jedi Knight coding skills to create and maintain this kind of installation.
-
AuthorSearch Results