Search Results for 'wordpress'
-
AuthorSearch Results
-
December 15, 2011 at 9:44 pm #126425
In reply to: Removing WordPress Logo from new admin bar
modemlooper
ModeratorHow dare they!
December 15, 2011 at 9:23 pm #126422mbiernat
ParticipantI have tried everything A to Z to stop spam registration. They all work for a while, but as the site grows it is overwhelmed. I think David100351 is correct people fill out the registration and hand it to bot drones. If anyone has successfully got this under control for a big site let me know as it makes it more work than it is worth.
WordPress is brilliant with anti-spam but have not had the same results with Buddypress. I am thankful for all the work people have done with BuddyPress and know they will say it is an MU problem, but I just want to use BuddyPress without spending so much time fighting spam. Anyone else tried wangguard?December 15, 2011 at 8:26 pm #126420In reply to: Auto generating blank member profiles
Jonathan
MemberYou may also want to look into a plugin that will allow you to use the same e-mail address all accounts, unless you really want to create either 1). 300 E-Mail Accounts or 2). 300 Forwards.
You can check the plugin below out. It should suite your needs.
https://wordpress.org/extend/plugins/allow-multiple-accounts/faq/
December 15, 2011 at 5:20 pm #126367In reply to: Getting Started
@mercime
ParticipantInstall BuddyPress first.
Activate your Evolve theme.
Install and activate BP Template Pack plugin to make your WP Evolve theme compatible with BuddyPress.
Go through the BP Compatibility Process – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Before installating BuddyPress – https://codex.buddypress.org/getting-started/before-installing/#system-server
December 15, 2011 at 1:25 pm #126344December 15, 2011 at 12:45 pm #126341In reply to: A Hook After Registration And Profile Editing
rich
Member[php]
function something( $field_id, $value ) {
//…
}
add_action( ‘xprofile_profile_field_data_updated’, ‘something’, 1, 2 );
[/php]see https://codex.wordpress.org/Function_Reference/add_action
December 15, 2011 at 6:53 am #126328In reply to: Member’s Profile Page Link?
olihofma
MemberThe same question I have. Placing a link “user profile” to a custom menu so the logged in user can access his profile directly.
I heard that with the new release of wordpress and buddypress it should be possible but couldn’t find out how yet.
Any idea?
December 15, 2011 at 1:59 am #126322modemlooper
ModeratorInstalling WordPress is not to difficult. Google your host name and how to install WordPress and you should find a tutorial.
December 15, 2011 at 1:48 am #126320dell21000
MemberFair enough. That makes total sense. Thanks. I will probably install fresh without the script installer. It works, but if I get into trouble (which I will) I won’t ever know if it’s the install or something I’m doing despite the install.
CheersDecember 15, 2011 at 1:09 am #126317modemlooper
ModeratorSomebody posted a topic a few days ago with a problem and the reason they had a problem was they used the host installer for WordPress. What Paul is saying is that it may be ok but in my experience I’ve had issues.
You may not have any issues, each web host is different.
December 15, 2011 at 12:20 am #126315dell21000
MemberThanks. I appreciate the replies but now I’m as confused as before
One says yes; the other, no. Anyone else have thoughts?December 15, 2011 at 12:08 am #126313@mercime
Participanthttps://codex.buddypress.org/troubleshooting/blank-pages/
Before upgrading WP/BP, there’s a message to back up database. If you have a back up of that database, you can re-install WP/BP and import database
WP 3.2.1 – https://wordpress.org/download/release-archive/
BP 1.5.1 – https://buddypress.trac.wordpress.org/browser/tags/1.5.1December 14, 2011 at 10:15 pm #126307@mercime
Participant`function bp_dtheme_enqueue_styles() {
// Bump this when changes are made to bust cache
$version = ‘20111214’;
// Register our main stylesheet
wp_register_style( ‘mytheme-style’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );
// Enqueue the main stylesheet
wp_enqueue_style( ‘mytheme-style’ );
add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_styles’ );`Will be updating BP codex re child themes for WP 3.3 and BP 1.5.2
December 14, 2011 at 9:58 pm #126306InHouse
MemberOk, so I think I am still experiencing the CSS issue on page editing screens because I am developing a child theme of bp-default. I updated the functions.php file as provided on the ticket but am I supposed to alter my child theme functions.php file? I have no idea how that would go. Maybe I’m barking up the wrong tree? Please help!

`if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {
// Bump this when changes are made to bust cache
$version = ‘20111102’;
// Register main stylesheet
wp_register_style( ‘child-theme’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );
// Enqueue main stylesheet
wp_enqueue_style( ‘child-theme’ );
}
add_action( ‘wp_print_styles’, ‘bp_dtheme_enqueue_styles’ );
endif;`December 14, 2011 at 4:53 pm #126292modemlooper
ModeratorScript installers are plagued with problems, I would avoid it if you can.
December 14, 2011 at 4:42 pm #126290In reply to: Member’s Profile Page Link?
@mercime
ParticipantDecember 14, 2011 at 4:39 pm #126289In reply to: Settings tab on users’ profile page gives 500 error
@mercime
Participant@rodtrent new Custom Community 1.8.8 is not yet out in WP repo but available at https://github.com/Themekraft/Custom-Community – this version is compatible with WP 3.2.1
Btw, BuddyPress 1.5.2 for WP 3.3 is out now https://wordpress.org/extend/plugins/buddypress/
December 14, 2011 at 3:03 pm #126282Paul Wong-Gibbs
KeymasterAs long as the scripted installer does everything correctly, it’ll be fine.
December 14, 2011 at 1:49 pm #126278InHouse
MemberSorry if this is the wrong place for this. I updated functions.php using the file given in https://buddypress.trac.wordpress.org/ticket/3849 but it hasn’t fixed the issue on page editing screens. I first tried pasting the code in manually, then I tried uploading the provided file found on the ticket. Am I missing something?
add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_styles’ );
December 14, 2011 at 1:39 pm #126276In reply to: Member’s Profile Page Link?
rodtrent
ParticipantThere’s a plug-in for this. I forget the name, but you can find it in the WordPress plug-ins directory.
December 14, 2011 at 1:14 pm #126275bojanski
MemberHi Guys
Any help would be highly appreciated.
Thanks
BojanDecember 14, 2011 at 12:57 pm #126273In reply to: Can’t edit child theme files
@mercime
ParticipantYes, this is a known issue and ticket has been filed at WP trac. https://core.trac.wordpress.org/ticket/16744
December 14, 2011 at 3:00 am #126245In reply to: Fatal error after BP install
r-a-y
KeymasterYou’re using WP 3.0.2; try upgrading your WordPress install to the latest release (v3.3) or at least v3.2.1.
December 14, 2011 at 12:45 am #126239In reply to: [resolved] Blank BuddyPress Pages
Anonymous User 8418620
InactiveTo install buddypress, u need a theme compatible. If you want to make your theme compatible, download this plugin: BuddyPress Template Pack (https://wordpress.org/extend/plugins/bp-template-pack/). Install and go to the link BP Compatibility at menu Appearance in WordPress Dashboard. In this page are a tutorial to how make your theme compatible.
December 13, 2011 at 11:15 pm #126236In reply to: Default theme with widgetized home page
dj10bear
Memberhello. i am using buddy press widget theme, wordpress 3.2.1. and the latest bp version. Can you please tell me how i can fix my main menu navigation? example: when rolling over the drop-down button”stuff” it looks bad – due to the length of text i think? please help. http://nexneurocare.com
thanks, paul L. -
AuthorSearch Results