Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

  • RobotFX
    Participant

    @wattaman

    OK, I think I got it but it would still be nice if someone can confirm this.
    In the plugins/buddypress/bp-activity/bp-activity-functions.php I have replaced “$src = substr( substr( str_replace( ‘src=’, ”, $src[1] ), 0, -1 ), 1 );” with “$src = substr( substr( str_replace( ‘src=’, ”, $src[1] ), 0, -1 ), 1 );
    $src = str_replace(‘”‘, ”, $src);” … basically I have inserted this $src = str_replace(‘”‘, ”, $src); to remove the ” from the $src


    RobotFX
    Participant

    @wattaman

    Thanks Ray, I’ve already started the modifications. Actually, I’ve switched to the default (new) Bp theme and none of the problems seem to occur; I suppose is just another day of editing the template’s file and after that it will all be fine again.
    Again, the new-default theme is working fine.
    Cheers!


    RobotFX
    Participant

    @wattaman

    Same here. Settings doesn’t find the address and I’ve just noticed I don’t have the delete link in the activity entry, too.


    RobotFX
    Participant

    @wattaman

    Same here… strange thing is that the browser doesn’t even load the default 404 page, it just doesn’t find the url like the site wouldn’t even exist (?!)


    RobotFX
    Participant

    @wattaman

    Boone, can you please explain this for all the noobs?! In a step-by-step way, with code examples etyc :)
    Thanks!


    RobotFX
    Participant

    @wattaman

    Yap, done it easily. So, create the custom field for the members to enter only the link to their other social sites and then use this to show that in your member-header.php , where link1 is the name of the field – use this code as the href to the link you want to insert: <a href="”>Facebook, for example, or replace Facebook with an image:
    That’s it! If member didn’t enter something in that field, the link will lead to the same (profile) page, so there’s no 404.


    RobotFX
    Participant

    @wattaman

    You’ll have to create custom field, if I’m not wrong, for the Facebook, Twitter etc member’s links, then modify the member’s header template and embed there the php code that will show only that particular field (dunno the code, either, is here somewhere). Actually, I’ll try to do it myself, seems like a good idea what you’re trying to do :) – I’ll write a step-by-step here if I’ll be successful.


    RobotFX
    Participant

    @wattaman

    Got it, it was not my optimization, the problem was another javascript using jquery that was translating the page – apparently there was some sort of conflict between them.


    RobotFX
    Participant

    @wattaman

    Ohhh, almost forgot: I’ve optimizes the .js a little and it is possible to made something bad – what is the code or .js file that does the cropping?


    RobotFX
    Participant

    @wattaman

    Same here, but it used to work before. I’ve changed only from fcgid to php mode, in apache settings, since the fcgid made my server crash a lot. That’s the only change I’m aware of, after that the crop didn’t work anymore – just loads the photos and it shows the cropped image but there’s no possibility for me to drag/crop the image like I want to.


    RobotFX
    Participant

    @wattaman

    I do have problems, too… just can’t find out the issue, I only know it happened after upgrading.. no logs, no nothing.


    RobotFX
    Participant

    @wattaman

    worker is the same for me


    RobotFX
    Participant

    @wattaman

    tweetyx, I’m using your modified archive and the exact setting in the 2 images and I can see the map now when I set the location on the edit profile page. However, the map is still not loading on the profile page. There’s just the “Show your address on a map ?” text and in the right the map doesn’t load, though in the page code I can see the map’s script.
    Does it works for you or you have the same problem? If you managed to make it work, can you share the solution with us, please, or upload another working plugin?
    Thank you very much for the modifications.

Viewing 13 replies - 1 through 13 (of 13 total)
Skip to toolbar