Search Results for 'wordpress'
-
AuthorSearch Results
-
January 12, 2011 at 9:05 pm #102667
In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
drew3000
ParticipantI can’t seem to get a new user signed up either. Seems like this was never sorted out. Does anyone know why it’s not doing it?
January 12, 2011 at 5:17 pm #102652Boone Gorges
KeymasterNo need to get snippy, gee whiz.
The error suggests that you are using a version of WordPress less than 3.0. You say the latest version of 3.0 – what does that mean? The latest version of WP is 3.0.4
January 12, 2011 at 5:06 pm #102650In reply to: BuddyPress Share It button live
modemlooper
ModeratorTry step 3 http://www.buddyboss.com/how-to-edit-pomo-language-files-in-buddypress-plugins/
You also need to have both the same BP language file and the WP language file.
https://codex.wordpress.org/WordPress_in_Your_LanguageJanuary 11, 2011 at 6:21 pm #102592In reply to: Admin not receiving New User Registration emails
David Carson
ParticipantThe next thing I’d do is deactivate BuddyPress to see if you’re still not getting new user notifications. If you can’t do this on your live site maybe create a test install in a subdirectory. This would help isolate whether it’s a BP or WP thing. You might want to check out the WordPress forums, too – https://wordpress.org/search/new+user+notification?forums=1
Did you ever get these new user notifications? Or is it something that just started happening recently? Maybe it’s a plugin or customization issue specific to your setup.
January 11, 2011 at 4:43 pm #102584In reply to: everything in excerpt is put in the same paragraph
Andrea Rennick
ParticipantExcerpts usually strip tags and are all in one “chunk”, yes. It’s a basic WordPress themeing issue, not a bp one.
January 11, 2011 at 4:37 pm #102581abhis2.0
MemberI didn’t knew that wordpress plugins are compatible for buddypress.
If this is the case, why do buddypress has different plugin directory at https://buddypress.org/extend/plugins/ ?
January 11, 2011 at 3:31 pm #102573In reply to: Displaying Posts from a Certain category
modemlooper
ModeratorTo add to what @hnla stated, if it’s about anything you can do before you add BP plugin then try searching on https://codex.wordpress.org/ or just google your question. There is more info out there about WP than you could read in a month.
January 11, 2011 at 1:38 pm #102564In reply to: why must there be _e() everywhere? (a newbie writes)
duncan
MemberThanks very much!
Your advice led me here:
https://codex.wordpress.org/I18n_for_WordPress_Developers
which helped clear up the finer points. And what that mysterious thing I kept ignorning, ‘I18n’, means…
January 11, 2011 at 9:25 am #102553In reply to: Displaying Posts from a Certain category
Hugo Ashmore
ParticipantAnd for future reference please check the WordPress Codex pages as they explain how to do this sort of thing very clearly with examples, it isn’t actually a BP issue and therefore not best addressed as a support post here.
January 10, 2011 at 9:09 pm #102503In reply to: “Links” tab within BuddyPress group
Virtuali
ParticipantIt’s from the “buddypress links” plugin https://wordpress.org/extend/plugins/buddypress-links/
January 10, 2011 at 8:53 pm #102498In reply to: Suggesting friends to users
Virtuali
Participantbased on a surveypoll, thats not a plugin that I have seen yet.
There is a plugin that can invite users to become friends https://wordpress.org/extend/plugins/invite-anyone/
January 10, 2011 at 5:50 pm #102490Paul Wong-Gibbs
KeymasterWhat version of WordPress are you using?
January 10, 2011 at 5:33 pm #102487pcwriter
Participant@abhis2.0
Do a search of the plugin repo… there are lots of them.
There’s an Open ID plugin:
https://wordpress.org/extend/plugins/openid/And there’s this one that allows users to login with credentials from 16 different social networks:
https://wordpress.org/extend/plugins/rpx/January 10, 2011 at 2:17 pm #102475Daniel
ParticipantI use this little plugin https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
The description is not really that helpful. basically you can define certain xprofile fields to link directly to external URLs. e.g youtube, facebook, twitter, external website….etc etc
you need to manually alter the .php file in the instruction but this is very simple to do and it comes with a few stock media sites setup already.
Very good and very simpleJanuary 10, 2011 at 1:39 pm #102466In reply to: Someone know a good translator?it s urgent
Virtuali
ParticipantNo, use Transpoosh https://wordpress.org/extend/plugins/transposh-translation-filter-for-wordpress/
it’s the best translator I have ever seen, it translates everything in buddypress + blog comments
January 10, 2011 at 2:41 am #102428In reply to: Groups don’t allow avatar upload
Boone Gorges
Keymasterwp-config.php of your wordpress installation directory. Also bb-config.php in the same directory if you are using forums.
January 9, 2011 at 10:53 pm #102417In reply to: Using Ms Tags
Paul Wong-Gibbs
Keymasterzombiesvshippies uses my Achievements plugin — http://achievementsapp.com/ or https://wordpress.org/extend/plugins/achievements/
January 9, 2011 at 8:49 pm #102408In reply to: Help installing buddy press
Virtuali
ParticipantI would recommend a new host that has automatic wordpress install. It’s a breeze, there are several good hosts with this (bluehost, godaddy etc)
January 9, 2011 at 7:57 pm #102405In reply to: Paid membership and subscription plugins
thealchemist
MemberSo, I am using WishList Member which is a fantastic membership management plugin for WordPress. It’s been working wonderfully for my online course; but being a recent BP convert and seeing a cool BP plugin, ScholarPress, I thought I’d convert the site to a WP/BP site with the added functions in BP.
I’m not certain how the heck I can get the two to work together. Any ideas? Other than moving to this S2 plugin?
January 9, 2011 at 6:45 pm #102399In reply to: Help installing buddy press
@mercime
Participant@Chatterpit the first link I gave show server and WordPress install requirements before installing BuddyPress. At this stage where you mentioned “Okay I just installed wordpress. I am logging in but it wont let me go to site admin when I click it?” it shows that your WP install is not even working correctly. There are many reasons for that and you should find resolution to your WP installation issue at WordPress.org forums before attempting to install BuddyPress plugin.
January 9, 2011 at 5:05 pm #102384David Carson
Participant`bp_is_active()` checks if a BP $component is active – not whether members are registered but not activated. The `bp_account_was_activated` function is used in the activate.php template but isn’t appropriate here I don’t think.
In addition to the BuddyPress Conditional Tags – https://codex.buddypress.org/developer-docs/conditional-template-tags/ – you might also look at WordPress Conditional Tags – https://codex.wordpress.org/Conditional_Tags – to see if there are any that will work for you.
P.S. I just saw your other post.
`
This occurs due to my BuddyPress Auto Group Join plugin. How can I hide the not-yet-activated members from appearing on the Group Members page?
`It seems like it would be better to modify the plugin(s) causing the issue instead of modifying the BP code. Maybe the plugin developers can assist.
January 9, 2011 at 4:19 pm #102381dslax27
MemberHello,
I’ve been working all weekend on this one and I just can’t seem to find an answer.*//PROBLEM: Users that have registered but have NOT activated their accounts show on the Group Members page (…/[bpressdirectory]/groups/[groupname]/members/). This occurs due to my BuddyPress Auto Group Join plugin (link below). How can I hide the not-yet-activated members from appearing on the Group Members page?
**Failed attempt #1 (members-loop.php):
`
- … [BUDDYPRESS CODE]
`
**Failed attempt #2 (members-loop.php):
`- … [BUDDYPRESS CODE]
`
Any idea where I went wrong?
WordPress 3.0.4
BuddyPress 1.2.7Plugins:
– S2Member (http://www.primothemes.com/post/product/s2member-membership-plugin-with-paypal/)
– BuddyPress Auto Group Join (http://twodeuces.com/wordpress-plugins/buddypress-auto-group-join) – ThisJanuary 9, 2011 at 6:15 am #102354In reply to: Help installing buddy press
Chatterpit
MemberOkay I just installed wordpress. I am logging in but it wont let me go to site admin when I click it?
January 9, 2011 at 6:13 am #102353In reply to: Help installing buddy press
Chatterpit
MemberSo I need to install wordpress? is buddypress a plugin for it? Cpanel is a popular website hosting platform.
please let me know about my question.
January 9, 2011 at 6:06 am #102352In reply to: Help installing buddy press
Virtuali
ParticipantWhat is c-panel?
Buddypress only will run on a wordpress installation.
-
AuthorSearch Results