Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,951 through 7,975 (of 22,650 total)
  • Author
    Search Results
  • #179611
    xxxTRISTAMxxx
    Participant

    I solved the problem. I updated my wordpress to 3.8. It works fine now. Thanks. Good news is now someone with the same problem can be helped with this issue. Cheers.

    #179602
    Aldwin Jay
    Participant

    @xxxTRISTAMxxx, I visited your site and also your pages but I think you have the so-called White Screen of Death 😀

    Just follow @aces advice.

    You can also try reading and following this codex:
    https://codex.wordpress.org/Common_WordPress_Errors

    Hope this helps ^_^

    danbp
    Participant

    Hi guys !

    Most of the publishing stuff is regulated from within WordPress settings.
    And allowing blog and forums activity comments is a setting of BuddyPress.

    If you don’t want your users writing notices (what’s new ?), the only thing that is published by buddyPress, you can remove the notice form from the template or add a conditionnal if/else for the allowed members…


    @boblebad
    , FYI buddypress is not a forum software. The forum plugin is bbPress.

    #179577
    sergeantdutch
    Participant

    Yeah, I’m suffering the exact same issue.
    Wordpress 3.8.1, Buddypress 1.9.2

    At first I thought it was because of an update to my Simplepress plugin, but that doesn’t seem to be the issue.

    I’d hazard a guess it appeared after the latest BP update.

    #179571
    danbp
    Participant
    #179566
    landwire
    Participant

    Ok, this explains the ajax is_page check not working:

    http://wordpress.stackexchange.com/questions/26472/is-page-conditional-not-working-inside-an-ajax-function

    Will try your last suggestion in a little while and report back.
    S

    #179554
    landwire
    Participant

    Ok, Now I also learned about

    ob_start();
    echo 'hello world';
    echo 'This is a WordPress shortcode';
    $output_string = ob_get_contents();
    ob_end_clean();
    return $output_string;

    So I added this and it works great for me! Maybe that will help someone encoutering the same challenge.

    #179549
    Fuzzielogix
    Participant

    well I couldn’t wait for my hosting , I’m not the most Patience ;-). @mercime took your advice and installed WP Mail SMTP Plugin, and with some changing of ports all seems to be ok now ( fingers crossed )

    Thanks again guys for your suggestions, much appreciated

    #179545
    landwire
    Participant

    Hmm, that works the same as the page template approach I made earlier.

    The display is rather blank though, no footer/header etc. And I had a typo before in my code, so your approach highlighted that mistake!

    Is there a way that I could just use a standard template and “inject” the buddypress members content there. Basically just like a copy and paste of the page-offices-loop.php into the wordpress text editor?

    Sascha

    #179542
    Fuzzielogix
    Participant

    I am receiving mails from other sources i.e mail clients , gmail etc to the mail address, so still unsure whether it’s a wordpress/buddypress issue or server side issue ….

    #179518
    BuddyBoss
    Participant

    I would suggest checking out this BuddyPress ticket:
    https://buddypress.trac.wordpress.org/ticket/5140

    That’s likely the cause. This bug has been documented.

    BuddyBoss
    Participant

    A 404 error is when the server cannot access a link. Usually a broken or dead link. WordPress uses “pretty permalinks” which basically means it creates virtual links for your site using a structure that you assign to it. If this system is messed up you may get 404 errors all over the place.

    First idea: Go to Settings > Permalinks and set the Permalinks to default. Test your site, and then set Permalinks back to whatever custom structure you had set up. Might fix it.

    Second idea: Make sure you have a page assigned to each BuddyPress component, at Settings > BuddyPress. If not, WordPress may not know where to access the BuddyPress pages and may return 404 errors.

    #179447
    shanebp
    Moderator

    Just looked at your site.
    All page url include ‘index.php’.

    I don’t know why, but suggest you do a search or ask on the WP forums.

    You’re not the first to have this problem:
    https://wordpress.org/search/remove+index.php+from+urls

    #179444
    shootingstar85
    Participant

    Yes “Post Name” is selected.

    WordPress Address URL says http://growpinion.com
    Site address URL says http://growpinion.com

    When I go to Pages>Groups edit, it does say ‘index.php’ but it wont let me edit that part of the permalink, it will only let me edit the ‘groups’ part on the end.

    #179442
    shanebp
    Moderator

    The problem is the ‘index.php’ in your url.

    On this screen: /wp-admin/options-permalink.php
    Is ‘Post name’ selected?

    On this screen: wp-admin/options-general.php
    what does WordPress Address (URL) say?
    And Site Address (URL) say?

    Go to Pages > Groups and click edit.
    If you see ‘index.php’ in the permalink, remove it.

    #179434

    In reply to: Stop BuddyPress SPAM

    contrasupport
    Participant

    Most of wordpress plugins mentions above work like

    Attacker > HTTP server > PHP > WordPress > PLUGINS

    We all need to have something before WordPress that’s why I recommend

    NinjaFirewall (I do not have any relation with the plugin creator)

    https://wordpress.org/plugins/ninjafirewall/

    Block the attacker before the WordPress

    Attacker > HTTP server > PHP > NinjaFirewall > WordPress > PLUGINS

    As always in installing any plugins that possibly can block your admin access you have to read the Installation note and have access to the FTP.

    NinjaFirewall will work as another layer to protect your site.

    In addition if you have not done it:

    1. Change your “Admin” username to something dificult and at least 10 characters (+) but easily to remember (+ for you – for security) or you have to read a note (-) safely secured in your safe locker (+)
    2. Make your password at least 25 COMBINATION of characters (+) but easily to remember (+ for you – for security) or you have to read a note (-) safely secured in your safe locker (+)

    NinjaFirewall:

    • Web Application Firewall
    • Full standalone web application firewall
    • Multi-site support
    • Compatible with shared hosting accounts
    • Protects against RFI, LFI, XSS, code execution, SQL injections, brute
    • force scanners, shell scripts, backdoors and many other threats
    • Scans and/or sanitises GET / POST requests, HTTP / HTTPS traffic, cookies, server variables (HTTP_USER_AGENT, HTTP_REFERER, PHP_SELF, PATH_TRANSLATED, PATH_INFO)
    • Sanitises variables names and values
    • Advanced filtering options (ASCII control characters, NULL byte, PHP built
    • in wrappers, base64 decoder)
    • Blocks username enumeration scanning attempts through the author archives and the login page
    • Blocks/allows uploads, sanitises uploaded file names
    • Blocks suspicious bots and scanners
    • Hides PHP error and notice messages
    • Blocks direct access to PHP scripts located inside specific directories
    • Whitelist option for WordPress administrator(s), localhost and private IP address spaces
    • Configurable HTTP return code and message
    • Rules editor to enable/disable built-in security rules
    • Activity log and statistics
    • Debugging mode
    Doremdou
    Participant

    Hello @hnla thank you for your answer 🙂
    But I can see the button already in the Group page it is working well, I just want to be able to put the join/leave button for a specific group on a WordPress Post or a Page for example 🙂
    (That is why at first I wanted to put a simple button with a Link to the Group URL but it is not working, I should have changed my topic title but I can’t edit anything)
    That is why I thought it would be easier to create a shortcode for it 🙂

    #179402

    In reply to: Stop BuddyPress SPAM

    BuddyBoss
    Participant

    Two more methods that help. I recently had a crazy spam attack – probably 300 fake signups per day. I implemented these two methods and it dropped to near 0.

    1. Change the /register/ slug to something unique. An example would be /create-your-account/, or something of that nature. It just needs to be unique and also make sense in a URL for your user. Spammers targeting BuddyPress look for /register/ as the signup page. It’s all automated so you want to filter them out at the first step.

    2. Add this to your functions.php file in your theme or child theme.

    It presents a dummy field that humans don’t see. Spambots will fill it out, and if the field captures a value it will reject the signup.

    // BuddyPress Honeypot
    function add_honeypot() {
        echo '';
    }
    add_action('bp_after_signup_profile_fields','add_honeypot');
    function check_honeypot() {
        if (!empty($_POST['system55'])) {
            global $bp;
            wp_redirect(home_url());
            exit;
        }
    }
    add_filter('bp_core_validate_user_signup','check_honeypot');

    Credits for #2 go to:
    http://mattts.net/development-stuff/web-development-stuff/wordpress/buddypress/anti-spam-techniques/registration-honeypot/

    I edited it slightly to remove the required redirect. Add that back from his tutorial if you want to. It requires that you make an extra page to send the spammer to, and I personally think that’s not necessary. I actually want them to have no indication their signup failed.

    #179369
    danbp
    Participant

    Hi @transmission,

    this is not the solution, but an example for your inspiration.
    The below shows how the notification counter can be moved/implemented on the toolbar.

    /* moving the notification counter from right to left */
    remove_action( 'admin_bar_menu', 'bp_members_admin_bar_notifications_menu', 90 );
    function bpfr_notification_ontheleft() {
    	global $wp_admin_bar;
    	
    	if ( !is_user_logged_in() )
    	return false;
    	
    	$notifications = bp_core_get_notifications_for_user( bp_loggedin_user_id(), 'object' );
    	$count         = !empty( $notifications ) ? count( $notifications ) : 0;
    	$alert_class   = (int) $count > 0 ? 'pending-count alert' : 'count no-alert';
    	$menu_title    = '<span id="ab-pending-notifications" class="' . $alert_class . '">' . $count . '</span>';
    	
    	// Add the top-level Notifications button
    	$wp_admin_bar->add_menu( array(
     /*'parent'    => 'top-secondary',*/  // this is the original position
    	'id'        => 'bp-notifications',
    	'title'     => $menu_title,
    	'href'      => bp_loggedin_user_domain(),
    	) );
    	
    	if ( !empty( $notifications ) ) {
    		foreach ( (array) $notifications as $notification ) {
    			$wp_admin_bar->add_menu( array(
    			'parent' => 'bp-notifications',
    			'id'     => 'notification-' . $notification->id,
    			'title'  => $notification->content,
    			'href'   => $notification->href
    			) );
    		}
    	} else {
    		$wp_admin_bar->add_menu( array(
    		'parent' => 'bp-notifications',
    		'id'     => 'no-notifications',
    		'title'  => __( 'No new notifications', 'buddypress' ),
    		'href'   => bp_loggedin_user_domain()
    		) );
    	}
    	
    	return;
    }
    add_action( 'admin_bar_menu', 'bpfr_notification_ontheleft',30);
    /* other position # are 10, 20, 40, 50, 60, 70, 80, 90 */

    In your case, you also have to check this Codex page. And possibly do some research here.

    #179338
    Boone Gorges
    Keymaster

    Hi @zippykid – Thanks for the post and for the gist of the EXPLAIN.

    We’ve made some massive improvements for 2.0 in the activity query, but we haven’t really changed the way that this COUNT query works. In any case, forcing an index on a COUNT that doesn’t need sorting doesn’t really make much sense anyway, so we should probably remove it. If you get a chance, please open an enhancement ticket at https://buddypress.trac.wordpress.org with the suggestion. If not, I’ll try to get to it later.

    #179336
    shanebp
    Moderator

    The link to your gist:
    https://gist.github.com/vidluther/9370018

    You’ll probably get a better response by opening a ticket at:
    https://buddypress.trac.wordpress.org/

    #179328
    Vayu Robins
    Participant

    I’d be interested in finding out more about this too. 🙂 Maybe WordPress Network is necessary?

    #179324
    @mercime
    Participant
    #179317
    Nishant Kumar
    Participant

    @backpackersunion, you are welcome.

    As per the ticket status. It was already fixed in trunk.

    https://buddypress.trac.wordpress.org/changeset/7740

    Thanks community.

    #179278
    @mercime
    Participant

    @markbasisreclamenl if that page.php is really from the Twenty Eleven theme and not a theme which just copied Twenty Eleven’s theme files, then follow the instructions addressing different layouts at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-eleven-theme/

Viewing 25 results - 7,951 through 7,975 (of 22,650 total)
Skip to toolbar