Search Results for 'wordpress'
-
AuthorSearch Results
-
April 15, 2013 at 6:59 am #161681
In reply to: HOW TO: Add new field in profile link to wp-posts?
azchipka
ParticipantI was looking for a simple solution for this function and couldn’t find one so I wrote it.
You can download a bundled plugin by clicking here.
April 15, 2013 at 6:57 am #161680In reply to: Author posts on profile page
azchipka
ParticipantI had the same issue and when I tried to install the plugin you mentioned it didn’t work.
After waiting to hear back from the developer for awhile with out hearing back I just wrote my own. You can download a bundled plugin by clicking here.
April 15, 2013 at 6:47 am #161676In reply to: [Resolved] Show posts written by user on profile
azchipka
ParticipantSorry there was an error in the above code, that results in a no results dialog error for users who have no posts. You can download a bundled plugin by clicking here.
if ( !function_exists( 'add_action' ) ) { echo 'Hi there! I\'m just a plugin, not much I can do when called directly.'; exit; } define('TCH_PostsOnProfilesVersion', '0.1'); define('TCH_PostsOnProfilesVersion_PLUGIN_URL', plugin_dir_url( __FILE__ )); add_action( 'bp_setup_nav', 'add_profileposts_tab', 100 ); function add_profileposts_tab() { global $bp; bp_core_new_nav_item( array( 'name' => 'My Posts', 'slug' => 'posts', 'screen_function' => 'bp_postsonprofile', 'default_subnav_slug' => 'My Posts', 'position' => 25 ) ); // show feedback when 'Posts' tab is clicked function bp_postsonprofile() { add_action( 'bp_template_content', 'profile_screen_posts_show' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function profile_screen_posts_show() { $theuser = bp_displayed_user_id(); query_posts("author=$theuser" ); if ( have_posts() ) : get_template_part( 'loop', 'archive' ); else: ?>April 15, 2013 at 5:18 am #161670In reply to: Terms of Agreement checkbox for registration?
mahdiar
ParticipantHi
I ticket your suggestion maybe in the future relese they add it to BP .
https://buddypress.trac.wordpress.org/ticket/4747April 15, 2013 at 5:14 am #161668In reply to: Groups in WP-Admin – allow editors access?
mahdiar
ParticipantHi
I thinks it’s better to say your suggestion in https://buddypress.trac.wordpress.org/ .April 15, 2013 at 3:57 am #161654In reply to: Upgrade to 1.7 broke my site
Nadiamode
Participantsolution 1 – use ftp
– @bezbez rename your current theme folder in root/wp-content/themes/ to theme-bak then wordpress may switch to default theme
solution 2 – use mysql – go to phpMyAdmin
– check table “wp_options” edit row “template” and “stylesheet” to default theme example “twentytwelve”
April 15, 2013 at 12:46 am #161650In reply to: [Resolved] User error mention
joelteixeira
ParticipantGuys, the problem is exactly where @marcio-batista stated.
You can download the fixed pt_BR translation file on my website:
http://tecnotara.com/wp-content/languages/buddypress-pt_BR.mo
http://tecnotara.com/wp-content/languages/buddypress-pt_BR.poI fixed the translation on GlotPress also, but it’s waiting approval:
https://translate.wordpress.org/projects/buddypress/dev/pt-br/default
April 14, 2013 at 11:46 pm #161646In reply to: Login and Register Link
aces
ParticipantYou need to log-out of wordpress completely to see those pages…
April 14, 2013 at 11:08 pm #161644In reply to: Login and Register Link
maverick1979
ParticipantHey,
Thanks for the prompt reply:) I have changed got all those pages live and assigned:
http://www.foodpantry.co.nz/register
http://www.foodpantry.co.nz/activateI have also checked the option to allow anyone to subscribe in the general settings of wordpress.
But I still can’t get login or register etc to appear anywhere on the site.April 14, 2013 at 5:24 pm #161626In reply to: File manager for BuddyPress
Anonymous User
InactiveHi Renato, download poedit, then create a new catalog from buddydrive.pot and save it as buddydrive-xx_XX.po where xx_XX is the code for your language (https://codex.wordpress.org/WordPress_in_Your_Language#Portuguese_-_Portugu.C3.AAs) looks it’s pt_PT, then you can add a link here i’ll add it to WordPress repo.
Thanks for your interest in this plugin.
April 14, 2013 at 2:22 pm #161604In reply to: Upgrade to 1.7 broke my site
Paul Wong-Gibbs
KeymasterNo, restoring the database for this is like throwing the baby out with the bathwater.
—Your theme looks to be dependant on BP-Default, which WordPress is looking for in wp-content/themes/ (BP-D should never be there).
I am assuming that because BP-Default isn’t an available theme when BP is deactive (during an upgrade), it falls back to looking inside wp-content/themes/.
—
Go to wp-admin > Themes, pick TwentyTwelve. Then upgrade BuddyPress, then re-activate BuddyPress, then switch back to your original theme.
April 14, 2013 at 2:13 pm #161602April 14, 2013 at 2:03 pm #161597In reply to: Upgrade to 1.7 broke my site
AITpro
ParticipantYou will need to restore your database from a backup.
I am not a BuddyPress support person or BP expert, but I am also experiencing the same issues/problems with BuddyPress upgrades. My general theory on this is that during the database update what is happening is that dependent files are not being installed/copied/added in time/i correct sequence for the database update to complete successfully. I could be totally wrong, but that is what it logically looks like at this point.
Another part of the equation probably has to do with the fact that I have a standard single WordPress installation with BuddyPress and bbPress installed instead of Network/Mulitisite – just a gut instinct/logical guess.
I am a plugin author and need to get a plugin update out for my plugin in regards to the new jQuery in WP 3.6 which is scheduled to be released in a couple of weeks. Once I get that plugin update out then I will get to the bottom of this and post my findings and a complete tutorial on what to do to successfully install a BuddyPress upgrade given all of particular website’s factors. Will post that back here. Thanks
April 14, 2013 at 10:15 am #161590In reply to: Relating a group to a specific tag or category?
valuser
ParticipantApril 14, 2013 at 10:14 am #161589In reply to: Relating a group to a specific tag or category?
valuser
ParticipantApril 14, 2013 at 8:53 am #161587In reply to: File manager for BuddyPress
danbpfr
Participanthi @sarathbabu_k,
there is a brand new plugin out. BuddyDrive is a user oriented file manager. Works on every BP install. Each user manage his docs from his profile.
Give a doc description, upload it with drap’n’drop, copy the doc link and insert it where you need.
Allowed files types and storage space are defined by the site admin. User can link to single files or folders to his need.
April 14, 2013 at 2:48 am #161580In reply to: Buddypress Profile link within main WordPress menu
sigizia
ParticipantI need this too…
April 13, 2013 at 9:03 pm #161570In reply to: Create private membership site with BuddyPress
angslycke
Participant@modemlooper Revisiting this thread. I’m still looking to change the activation e-mail to go to the site admin instead, and even though this should be fairly easy I must be missing something. The code should be something like this, right?
`
function my_redirect_activation_email()
{
return get_site_option( ‘admin_email’ );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);
`Added this to my custom-functions.php but can’t seem to get it to work, WordPress stills sends the e-mail with the activation link to the new user instead. Any ideas? Thanks!
April 13, 2013 at 8:07 pm #161566In reply to: Profile Data Deleting
Zachary DuBois
ParticipantI am running WordPress Multisite 3.5.1 in the root directory. When I had everything setup correctly after installing BuddyPress it broke some of the profile fields on some users. I am running BuddyPress 1.7. I have the following latest versions of plugins and none of them from trial and error did anything:
- Bad Behavior
- bbPress
- Blubrry PowerPress
- BuddyPress
- Flowplayer 5 for WordPress
- Jetpack by WordPress.com
- SI CAPTCHA Anti-Spam
- Wordfence Security
- WordPress MU Domain Mapping
- WP Maintenance Mode
I was upgrading from BP Beta 2 and had no problems before. I am hosted on Linode and web server is Apache.
April 13, 2013 at 7:38 pm #161562Rami
ParticipantHello,
I’m also using the Buddypress theme (to test) and having the same issue with the post update button (never stops looping and no update is made). I disabled FORCE_SSL_ADMIN after you mentioned that, but I’m still having the same issue.
Sounds a server configuration that it’s wrong (as I’m using a new wordpress installation a NO plugins are active at all)
Wondering if you manage to get the source of the issue and help me, or you are stuck yet with it.
Cheers from London
Ramiro.April 13, 2013 at 6:22 pm #161548In reply to: how to generate a page showing only certain groups
meg@info
ParticipantHi,
You can use bp-group-hierarchy plugin :
https://wordpress.org/extend/plugins/bp-group-hierarchy/
Or with shortcodes using bowe-codes plugin
https://wordpress.org/extend/plugins/bowe-codes/
Just create new wordpress pages, then use buddypress shortcodes fromĀ bowe-codes plugin to print what you want.
April 13, 2013 at 3:45 pm #161543In reply to: Double buddypress boxes on page
Vaas
Participantwordpress 3.5.1
buddypress 1.7
non buddypress compatible woothemeApril 13, 2013 at 2:08 am #161503In reply to: Upgrade problems to bp1.7
@mercime
Participant@r-a-y the link -> https://wordpress.org/extend/plugins/buddypress-followers/
Cheers.April 12, 2013 at 11:41 pm #161492xsn0w
ParticipantIt is a WordPress MU install in Root. Buddy press is not on site ID 1, but on a member blog per the instructions here https://buddypress.org/support/topic/question-about-installing-buddypress-on-a-subdomain-of-multisite/
Everything is mostly running right, but I can’t figure out why only 1 activity item is showing. (Avatars are not showing on any other site but the buddypress site)
The sites are http://psbmx.com and http://psbmx.com/community
Thank you so much for your help!
April 12, 2013 at 11:28 pm #161489@mercime
Participant@xsn0w please clarify what you mean by:
3. If a directory install, is it in root or in a subdirectory? Root, BP is in subdirectory
Do you mean you gave WordPress its own Directory per this webpage? If so, BP is not going to work well there. See https://codex.buddypress.org/user/before-installing/#system-and-server-requirements
If not, then you do you mean there’s a WP install in root and you created a physical subdirectory, installed WP and BP there?
-
AuthorSearch Results