Search Results for 'wordpress'
-
AuthorSearch Results
-
June 27, 2012 at 8:42 pm #136497
socialrocketship
MemberOK – dumb question but where are the 6 Clean BP folders?
I’ve looked within the BP zip and they’re not there. When I uploaded the BP Comp. pack (https://wordpress.org/extend/plugins/bp-template-pack/) it actually skipped over step two automatically.
Where do I go to see them?
June 27, 2012 at 3:16 pm #136479In reply to: Groups private messages?
frostdawn
MemberHi bollocks187-
I was just a little confused how groups was intended for use within WordPress/BuddyPress. To give you some insight as far as where I’m coming from, I’m moving from a Groupsite environment. In that environment, you can have ‘x’ number of groups. The groups can by hidden just like in WP/BP, but can have their very own content exclusive to them, which is hidden from non-members of that group (as expected). Likewise, members of a given group can communicate freely between each other. I was looking for a feature set within WP/BP that mimicks that behavior. The other thing missing is a peer recognition feature- kind of like a way for one user to endorse another. (another Groupsite feature). Think of this as a kind of letter of recognition from one user to another, so anyone visiting the endorsed member’s profile would see a senior member/administrator endorses/vouches for/recommends that user. I’ve been working with a messload of different plugins with varying levels of success/failure (far more failures than successes) and was getting a little frustrated -iterative testing to ensure a new plugin doesn’t break existing working plugins and trying to determine the UI for a new plugin since it’s often a sorely overlooked feature for so many developers.I’m now looking into the possibility of using groups forums to address some of what I want to do, but am hoping that by doing so, it won’t confuse end users by having them try to contend with two separate types of forums – one open and public, and the other being ‘x’ number of private instances, one for each hidden group.
June 27, 2012 at 9:28 am #136463In reply to: WordPress Profile vs BP X-Profile
kimi.keith
ParticipantPlease add me to this question too!
June 27, 2012 at 9:19 am #136461In reply to: [Resolved] Using non-buddypress themes
Tammie Lister
ModeratorIn theory you can use any theme but you’d have to use the template pack https://wordpress.org/extend/plugins/bp-template-pack/ to add the files you need which is what that link valuser supplied does. To be honest, it’s going to take some work / adjusting it’s a case of not knowing how much until you do it really.
If you are not comfortable with doing this then I’d personally recommend you also have a look at some BuddyPress themes. You can purchase themes for BuddyPress with all the support and bells and whistles of WordPress ones so perhaps that would be an option. There are also a number of very feature full and robust free themes for BuddyPress. https://buddypress.org/extend/themes/
June 27, 2012 at 8:52 am #136460In reply to: [Resolved] Using non-buddypress themes
valuser
Participantsee https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
There are great volunteers on this forum. When they have the time, I am sure they will assist you.
June 27, 2012 at 8:39 am #136459In reply to: Numeric Usernames and Private Messaging
Robl987
MemberThanks Paul. Ticket Created: https://buddypress.trac.wordpress.org/ticket/4305
June 27, 2012 at 6:02 am #136455In reply to: Use with young students
Paul Wong-Gibbs
Keymaster1) Disable user registration in WordPress, and create user accounts manually via the wp-admin screens.
2) This is default WordPress multisite behaviour.
3) You will need some kind of front-end posting form for your theme(s).
June 26, 2012 at 10:18 pm #136447In reply to: Groups private messages?
frostdawn
MemberThanks Paul-
Okay, so that begs the question- what are groups used for within WordPress/BuddyPress? If you deactivate forums, there’s not much left. You can’t contact just the people in that group. And I’m still looking for a good plugin to handle making content pages exclusive to certain groups. I’ve tried ‘Groups’ by itthinx, but there is a big disconnect between the actual BuddyPress groups and the groups within the ‘Groups’ plugin. So if I have a pre-existing group, the ‘Groups’ plugin doesn’t recognize it. If I name an existing group within the ‘Groups’ plugin, there is no members associated with it (since it is treated as a new group, but that can only be accessed via the plugin) so security doesn’t really apply. Any light you can shed on this would be appreciated.Thanks
June 26, 2012 at 8:13 pm #136434nickharambee
ParticipantAN UPDATE:
I followed the advice of hughes.chad in this support thread and I managed to successfully manually trigger a Daily Digest email, and confirmed that all emails had been removed from the Digest queue visible in ?sum=1.
I tried again to send a digest without manually triggering it, and no digest was sent at the time it was supposed to be sent.
I then added:
`define( ‘ALTERNATE_WP_CRON’, true );`
to wp-config.php, as suggested by Boone Gorges in the thread I have linked to, but again no automated Daily Digests were sent.
So it seems that I have narrowed the issue down to the triggering of wp-cron.php.
On the last attempt to check what was in ?sum=1 the URL changed to ?sum=1&doing_wp_cron=1340741443.4746210575103759765625, suggesting it was trying to activate the cron_job.
What else can I try to get this working?
Thanks,
Nick
June 26, 2012 at 5:44 pm #136426In reply to: Numeric Usernames and Private Messaging
Paul Wong-Gibbs
KeymasterSounds like you’re might have found a bug. Please would you make a report on http://buddypress.trac.WordPress.org ? thanks
June 26, 2012 at 9:06 am #136421In reply to: Does anybody know how they made this?
chaoti
ParticipantMay be you can do something with this plugin?
https://wordpress.org/extend/plugins/author-avatars/
It works for us with WP 3.4 and BP 1.6.
June 26, 2012 at 7:43 am #136416pauloldenzaal
MemberSo only gravity forms and wordpress?
June 26, 2012 at 7:24 am #136415In reply to: Follow instead of Friend-Request
Paul Wong-Gibbs
KeymasterThere’s a BP Followers plugin available on the WordPress.org plugin directory.
June 26, 2012 at 12:58 am #136402In reply to: Warning: Cannot modify header information
Bruce
MemberThanks. I had an old plugin — wordpress private. Switched to Private Buddypress. Works now.
June 25, 2012 at 3:29 pm #136381In reply to: Country drop down list
danbpfr
ParticipantHi Hans,
you have to digg in the prehistorical 1.0 version of BP
https://buddypress.trac.wordpress.org/browser/branches/1.0?order=name
where you can find this old coutry field and a csv file with different countries.
You can find some interesting code in buddypress 1.0/bp-xprofile/bp-xprofile-classes.phpGood luck !
June 25, 2012 at 3:22 pm #136380In reply to: [Resolved] how can Modify Registration Form ?
Mathieu Viet
ModeratorOk, to set new fields for your members you should read the paragraph ‘Optional: Set Profile Fields’ of this tutorial
http://wpmu.org/the-illustrated-guide-to-installing-and-setting-up-buddypress-1-5/if you mean login in with email, then you can try this interesting plugin https://wordpress.org/extend/plugins/wp-email-login/
then you can add a function in the functions.php file of your active theme to change the label of the sidebar login form :
add_action('bp_after_sidebar_login_form', 'bp_login_by_email_adapt_login_form'); function bp_login_by_email_adapt_login_form() { ?> jQuery(document).ready(function($){ usernameoremail = $("#sidebar-user-login").parent().html().replace(/Username/ig, 'Username or email' ); $("#sidebar-user-login").parent().html(usernameoremail); }); <?php }or if you’re using a child theme of BP-default theme, you can add/edit the template sidebar.php and replace the label for=sidebar-user-login by Username or email.
June 25, 2012 at 2:01 pm #136378In reply to: Multiple Profiles on BuddyPress
Roger Coathup
ParticipantTo build this kind of feature, you need to be a PHP developer:
- You’d add new profile field groups for each type of stat (or if the stats are too complex for profile fields – a custom component to handle them).
- You’d then assign a role to each member based on whether they are a batter, pitcher or fielder – ideally implemented using the underlying WordPress user roles.
- Finally, you’d implement conditional logic in your templates to display appropriate profile field groups based on the member’s role.
June 25, 2012 at 8:41 am #136366In reply to: How do I disable adminbar for all users?
foobool
Member<?php
add_filter(‘show_admin_bar’, ‘__return_false’);
/**
* BP-Default theme functions and definitions
*
* Sets up the theme and provides some helper functions. Some helper functions
* are used in the theme as custom template tags. Others are attached to action and
* filter hooks in WordPress and BuddyPress to change core functionality.June 25, 2012 at 6:18 am #136360In reply to: BP 1.6 Beta1, Trunk v.6132 and updating correctly
Paul Wong-Gibbs
KeymasterSorry, I was up late: BuddyPress.svn.WordPress.org
June 24, 2012 at 10:10 pm #136352In reply to: bp_ functions in wordpress strict page
jacor3003
MemberThat make sense, Thank You.
June 24, 2012 at 9:44 pm #136349In reply to: BP 1.6 Beta1, Trunk v.6132 and updating correctly
valuser
Participantsvn co https://buddypress.trac.wordpress.org/trunk BuddyPress
returns
svn: ‘https://buddypress.trac.wordpress.org/trunk’ path not found
June 24, 2012 at 9:11 pm #136348In reply to: BP 1.6 Beta1, Trunk v.6132 and updating correctly
Paul Wong-Gibbs
KeymasterOk. Before we play on your test server you need to contact your host and ask if you have SSH access to use a terminal. In the interim, we can try the concept out locally on your Mac.
How familiar are you with using the Terminal app? (it’s in Applications > Utilities) If not very, you’ll have to do some Googling to figure things out.
Open the Terminal app. Type these 2 commands:
cd ~/Desktop
svn co https://buddypress.trac.wordpress.org/trunk BuddyPressThat last command might take a couple of minutes. It’ll download a copy of BP trunk. Look at your desktop, and you’ll find a folder called “BuddyPress” containing… BP trunk

Then wait for the BuddyPress team to do a new update to trunk. Easiest way to do this is keep an eye on https://buddypress.trac.wordpress.org/log and remember what “Rev” it’s up to. When you spot an update, open Terminal again:
cd ~/Desktop/BuddyPress
svn up“svn up” is an “update” command. It figures out what SVN revision your checkout of BuddyPress is on, compares that to the version on the server (it remembers what URL you fetched it from originally), and then downloads and applies any updates automatically.
This is the method I like doing on my servers, so maybe see if it works out for you.
June 24, 2012 at 8:09 pm #136341In reply to: Advice sought from BP experts
Roger Coathup
ParticipantPlaza is a very nice website – it’s also a significant custom development.
Are you a skilled PHP developer with solid WordPress development experience (writing custom post types, taxonomies, url rewrites and such like)?
If you have those development skills (and in the case of Plaza – some strong design skills as well) or are willing to hire them in, then yes, BuddyPress is a suitable underlying platform to build the user profiles on, and to provide a backbone where you can unify their reviews and hotel submissions.
June 24, 2012 at 4:36 pm #136330In reply to: redirect user login
valuser
Participanthttps://wordpress.org/extend/plugins/buddypress-login-redirect/ can redirect to 3 different locations after login. 1. Personal Profile / Personal Activity Page 2. Site wide Activity 3. Friends’ Activity
https://wordpress.org/extend/plugins/login-with-ajax/ this plugin’s settings allows you go to any particular page OR to the current users particular page on login & on logout if you use %USERNAME% — its on the settings page
June 24, 2012 at 4:07 pm #136329In reply to: redirect user login
edinchez
ParticipantNot really sure how multisite works, but this plugin here can be configured to work the way you want I think:
-
AuthorSearch Results