Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,601 through 7,625 (of 22,650 total)
  • Author
    Search Results
  • #183332
    amckinnell
    Participant

    Hi Henry, here is the contents of that window:

    Request URL: http://photoforte.com/wp-admin/admin-ajax.php
    Request Method: POST
    Status Code: HTTP/1.1 200 OK
    Request Headers 12:51:58.000
    X-Requested-With: XMLHttpRequest
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:29.0) Gecko/20100101 Firefox/29.0
    Referer: http://photoforte.com/activity/
    Pragma: no-cache
    Host: photoforte.com
    Content-Type: application/x-www-form-urlencoded; charset=UTF-8
    Content-Length: 97
    Connection: keep-alive
    Cache-Control: no-cache
    Accept-Language: en-gb,en;q=0.5
    Accept-Encoding: gzip, deflate
    Accept: application/json, text/javascript, */*; q=0.01
    Sent Cookie
    wp-settings-time-10: 1398959694
    wp-settings-10: libraryContent=browse&editor=html&wplink=1&urlbutton=none&imgsize=full&align=center&hidetb=1
    wordpress_test_cookie: WP+Cookie+check
    wordpress_logged_in_0226a87af55d37f15c17099beebb5b87: amckinnell|1402256837|5ccb9ec3cbdec1dc82a94b7ed790dd41
    wordpress_0226a87af55d37f15c17099beebb5b87: amckinnell|1402256837|5b043d1b070ce3f02b6457a112bdfd6a
    s2member_tracking: fnIyOk5PVFdEQUJGSk9CeFBsZ2NMV3BiN2Rna3hMQUw0aTZzOmI3ZmEwNjU4NTQ2MGE0OWNiZDlmYTJhZGE2OTIyNDQzfEKGYUXbL9qRK4qkpq9Olm8qeZTiTkNtW3IJQea7fc4a
    PHPSESSID: d3jd0dp456hmi7p57ib09rrku7
    bp-activity-oldestpage: 1
    __utmz: 82912087.1400555092.174.6.utmcsr=Photo Forté Members|utmccn=7ce74da5f7-2014_May_Lesson_Week_3|utmcmd=email|utmctr=0_76b17b8542-7ce74da5f7-
    __utmc: 82912087
    __utmb: 82912087.7.9.1401047433231
    __utma: 82912087.1423870743.1397575542.1400993272.1401047233.201
    Response Headers Δ1626ms
    X-Robots-Tag: noindex
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    Transfer-Encoding: chunked
    Server: Apache
    Pragma: no-cache
    Keep-Alive: timeout=5, max=85
    Host-Header: 192fc2e7e50945beb8231a492d6a8024
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Date: Sun, 25 May 2014 19:51:50 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: Keep-Alive
    Cache-Control: no-cache, must-revalidate, max-age=0

    About your other questions, it is a total custom theme, but I haven’t made any changes to it for weeks and this problem just cropped up a couple of days ago. I know for sure it just started because I use that load more all day.

    It’s difficult for me to answer the question about whether it happens in the default theme because I don’t want to change my live site because people are using it, and when I create a staging site, the load more button works in the current theme. I cannot understand why the problem only exists on the live site and not the staging site. I am creating the staging site when I am seeing the issue, it only takes a couple of minutes to create it, it’s on the same server, but the load more button works there.

    Thanks again for your help.

    #183325
    Henry Wright
    Moderator

    It’s actually wp_mail() that yu’re looking for: https://codex.wordpress.org/Function_Reference/wp_mail

    To change the sender info is possible without modifying BuddyPress depending on what they’re asking you to change. What info do they need you to change?

    #183314
    Henry Wright
    Moderator

    Hi @playerzero

    It depends on what kind of support you need. If the problem you’re having is a bug then you can create a ticket at Trac:

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

    If the problem is a ‘how-to-do’ something then the Codex (user context) has lots of useful information:

    https://codex.buddypress.org/context/user/

    If the problem is something else, then feel free to create a new topic to discuss (as @bphelp already mentioned above).

    DarkElement1987
    Participant

    As i cannot edit my previous message, i saw this image @ documentation, and mention this at the bottom: “Sidewide Notice shows up in the header area if the widget is not activated”.

    That is just my problem, i want to get rid of the thing COMPLETELY, i CAN drag the widget to the right, only it seems it isn’t activated or something.

    https://mercime.files.wordpress.com/2013/11/sitewide-notices1.jpg

    #183254
    danbp
    Participant

    Give this a try !

    function embed_my_register_video() {
    	echo wp_oembed_get( 'http://www.youtube.com/watch?v=dQw4w9WgXcQ', array( 
        'width'  => 600,
        'height' => 400
    	) );
    		
    }
    add_action( 'bp_before_register_page', 'embed_my_register_video' );

    Function reference
    File reference

    sfikas
    Participant

    I forgot to mention the version of buddypress and wordpress in my previous post.
    Buddypress 2.0.1
    Wordpress 3.9.1

    Henry Wright
    Moderator

    I also get this error:

    ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress

    It’s very Facebook-esq in the way it looks, which I think will be appreciated by some users as they’ll be familiar with how Facebook works.

    Just a suggestion, could you try making the theme responsive? I took a look on my laptop, tablet and mobile. It works and looks great on my laptop, but could be optimised slightly more for tablet and mobile.

    bp-help
    Participant

    @naijaping
    Looks good but I did notice this bug when you login on the home page it then redirects you to wp-login.php and kicks out this login error:

    ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.

    However when you click the link back to bp timeline at the bottom of wp-login.php it does redirect you back as a logged in user. Other than that it looks really great! If I find anymore issues I will report them back to you here.
    Sincerely,
    bphelp

    #183227
    Henry Wright
    Moderator
    #183209
    danbp
    Participant

    Good idea but not yet implemented. But hopefully in 2.1 … Read this ticket

    #183204
    shanebp
    Moderator

    You can always submit a ticket at
    https://buddypress.trac.wordpress.org/

    guoyunhebrave
    Participant

    After disabled BuddyPress, robots didn’t stop. I am almost sure the robot can skip the register page (both WordPress signup.php and BuddyPress register page).

    Maybe robots have a backdoor to register on WordPress. I don’t know how to further test.

    danbp
    Participant

    Since BP 2.0, you can use bp_parse_args to customise template loops and on a much easier way as never before.

    The example function below will hide profile groups with ID 1 and profile fields IDs 6, 18 & 39 on the public profile screen of each member and stay visible on the edit screen. Tested & approved 2.0.1

    If you get some php warning while using this function, be aware that there is a bug in 2.0.1 bp-xprofile-classes.php (fixed. See ticket). Simply apply the lattest patch to get rid of this error.

    function flegmatiq_profiles( $retval ) {	
       // conditionnals to set accordingly to your purpose
    	if( !is_user_logged_in()  && !bp_is_profile_edit() ) { 
    		$retval['exclude_groups'] = '2';	
    		$retval['exclude_fields'] = '6,18,39';	
    		
    	} 
    	return $retval;
    	
    }
    add_filter( 'bp_after_has_profile_parse_args', 'flegmatiq_profiles' );

    In your particular case, you have to play with the conditionnals

    The example below is to give you an idea how to handle this. Not tested !

    function flegmatiq_profiles( $retval ) {
    $myfield = xprofile_get_field_data( 'Faculty', $user_id );
    if( empty( $myfield ) )
    return; // or echo
    
       if( $myfield == "Faculty" ) 
          if( bp_is_profile_edit() ) { 
    		$retval['exclude_groups'] = '1,56';	
    		$retval['exclude_fields'] = '6,18,39';	.
          }
       if $myfield == "field_name_2";
         // do something other...
    
    return $myfield;
    
    add_filter( 'bp_after_has_profile_parse_args', 'flegmatiq_profiles' );
    #183184
    Bard
    Participant

    This is what I have:
    Theme name(themeforest):Klein-2.0.9
    Wordpress 3.9.1
    bbPress 2.5.3
    Breadcrumb NavXT 5.0.1
    BuddyPress 2.0.1
    Contact Form 7 3.8
    Gears 1.3
    WooCommerce 2.1.8
    WPBakery Visual Composer 3.7.3

    Yes, I did search before asking, but this 2 string are so hard to match in the search results.

    #183181
    danbp
    Participant

    @erickojitoz,

    have you forget to assign a page to each activated BP component ?
    Have you tried with one of the WordPress default theme ?

    Boone Gorges
    Keymaster

    See how BuddyPress does this: https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-groups/bp-groups-template.php

    I don’t know why BP does it this way (I would have to check the logs – it seems fishy) but in any case, this probably explains why you’re not seeing anything in your template. You should mimic what you see in that function.

    #183152
    r-a-y
    Keymaster

    We used to use an AJAX spinning GIF, but removed it due to various theme issues:
    https://buddypress.trac.wordpress.org/ticket/4610

    I’ve added a patch for an alternative to the throbbler in 4951:
    https://buddypress.trac.wordpress.org/ticket/4951

    It uses a progress bar animation for the background of the button.

    #183125
    SK
    Participant

    @henrywright
    Unfortunately no updates. The wireframes have been done for a while, but I don’t believe a decision has been taken.


    @ciromanigrasso

    Please visit and chime in at
    https://buddypress.trac.wordpress.org/ticket/4132 and https://buddypress.trac.wordpress.org/ticket/5583

    #183117
    danbp
    Participant

    @simpleone,
    you found the reason why it doesn’t work on one site and not on the other !
    1.9.1 and 2.0.1 are sligthly different BP version !
    And the function you mention whas only introduced in BP 2.0, so this can’t anyway work on previous versions.

    Actually there is a small bug in BP 2.0+ when using this function to modify profile groups. I opened a ticket about this and @imath provided a patch that works and let the function handle correctly on profile groups. I personnally use this function to conditionnally show/hide fields from the base group without problems. My profile form contains over 20 fields in differents groups, even Base, and are all required and viewable by members only.

    I advise you to cancel whatever you have done about this so far, to apply the patch, to add the function to bp-custom.php and to test again.

    #183093
    Henry Wright
    Moderator

    Check out this article on what hooks are and how you can use them to interact with WordPress and BuddyPress:

    https://codex.wordpress.org/Plugin_API

    #183090
    flohaase
    Participant

    Sorry, I am new to WordPress and BuddyPress so I Need some more information.

    #183086

    In reply to: Nothing seems to work

    danbp
    Participant

    Are you on a apache or a windows server ? phpinfo() will show you if mod_rewrite is on and server softaware on use.

    What is writen in your htaccess file ?

    If you’re on IIS, read here.

    #183083
    localiseorg
    Participant

    The only one I have personally tested is this: https://wordpress.org/plugins/bp-moderation/

    It’s clunky but seems to work. I have no idea what mess it might create in the database.

    For any community or social networking platform to survive, it’s essential that content moderation can be divested to and distributed amongst the end-users. IMHO this sort of functionality should be bundled with BuddyPress.

    #183079
    danbp
    Participant

    In addition, i woud warn any user who want to use bp_parse_args to exclude profile groups (exclude_groups only), that you will get a php warning.
    To avoid this, please read this ticket and apply the patch (BP 1.5 to 2.0.1).

    #183078

    In reply to: 2.1 top features

    SK
    Participant

    if this part of the core functionality (and the chat as well), then so much the better.

    I agree. And if you do feel that way, you should go say so at the Trac ticket https://buddypress.trac.wordpress.org/ticket/4126

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