Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Splendorito
    Participant

    @splendorito

    Yes, sure.. I haven’t started testing it yet, but very soon. 🙂


    Splendorito
    Participant

    @splendorito

    Yes, thanks. I read that. I’m currently using Apc and Memcache configured in wt3c. As the object cache from redis seams to be pretty great.. I may test it out in test environment first..and see if it gets me any good results. What would you recommend?


    Splendorito
    Participant

    @splendorito

    Hi Henry,

    I was able to fix this. It was in w3tc, I had combined certain files, and forgot to set up templates for buddypress.min.js in the minify options, the thing is that it started in the latest version of BP, before I never had any troubles with it.


    Splendorito
    Participant

    @splendorito

    Anyone that have any advice on this?


    Splendorito
    Participant

    @splendorito

    I mean as I duplicated the code to get more fields, still I have two <?php bp_new_group_description(); ?> and <?php bp_group_description_editable(); ?>


    Splendorito
    Participant

    @splendorito

    Hi @henrywright, thanks for helping me out.

    I was able to make the fields, in create, admin and header. Now the problems is, How do I differentiate these different files.

    <?php bp_new_group_description(); ?>

    and

    <?php bp_group_description_editable(); ?>

    as for now, is everything printing the same. I’m not a coder so..


    Splendorito
    Participant

    @splendorito

    Ok, thanks, I’ll check that out. I only found this one. https://wordpress.org/plugins/live-username-availability-checking/


    Splendorito
    Participant

    @splendorito

    Thank you danbp, I’ll check this out. yeah the plugin seems great but it will be one more plugin to the list. I’m currently trying to get rid of as many plugins as possible. I want to have about 20, max 30 plugins and currently I have installed 40, but many are very small fixes. Trying to get down the requests.


    Splendorito
    Participant

    @splendorito

    @Asynaptic , I understand, I have been checking fragment cache also. Oki, so the only thing a need to do for is to activate the wt3c page but only for ignore logged in users. For I want that my wordpress part should be cached and leave buddypress and bbpress out of the cache. What settings should be set then..?


    Splendorito
    Participant

    @splendorito

    Hi,

    Nice, I’ll test it out!

    Thanks


    Splendorito
    Participant

    @splendorito

    Strange, I was thinking of that service actually now, and I saw this..would be nice to know how much it can help buddypress..


    Splendorito
    Participant

    @splendorito

    Nice, do you have skype @danbp?


    Splendorito
    Participant

    @splendorito

    It’s made for myposts as thought..I want everybody to access the latest post.


    Splendorito
    Participant

    @splendorito

    heh.. it works, this made it to not work > / uncomment next line to show only a list of titles linked to full post


    Splendorito
    Participant

    @splendorito

    @danbp, the first part works perfectly. But the second don’t on my theme.. also I must remind you that I don’t want something like myposts, where only my articles are shown. I have already a plugin for that. I want that the everything published from the blog is fetched to that tab for every user.

    Can you please help..


    Splendorito
    Participant

    @splendorito

    The person who can help me with this I give 15 bucks..


    Splendorito
    Participant

    @splendorito

    Thank you @naijaping, is possible to add more tabs with different links? This tabs is for all the users to see..


    Splendorito
    Participant

    @splendorito

    I did find a plugin now that correct this easy.
    Global admin bar hide or remove

    Thank you anyway

    Best Regards


    Splendorito
    Participant

    @splendorito

    Hi,

    Long explanation Hugo but a good one. Yes, i will make specific plugin for this. I’m just getting tired of all plugin here and there. I have like 40 plugins installed. And those i really need.

    Best Regards


    Splendorito
    Participant

    @splendorito

    oki, thank you! I’ll check that out right away..


    Splendorito
    Participant

    @splendorito

    Can anyone see if it is something wrong with this code or test it who has more knowledge about buddypress?.

    
    <?php
    
    wp_embed_register_handler('verold’, 'http://studio.verold.com/projects/([\w]+)/embed', 'wp_embed_handler_verold');
    
    function wp_embed_handler_verold($matches, $attr, $url, $rawattr) {
    $embed = sprintf(
    '<iframe frameborder="0" width="600" height="400"
    src="http://studio.verold.com/projects/%1$s/embed"></iframe>',
    esc_attr($matches[1]));
    
    return apply_filters('embed_verold', $embed, $matches, $attr, $url, $rawattr);
    }
    
    ?>
    
    

    Best Regards


    Splendorito
    Participant

    @splendorito

    Hi, thank you for answering!

    Yes, i have tested those. They worked in bbpress for both Verold and Sketchfab. But buddypress seems not to like it. Any suggestions…?


    Splendorito
    Participant

    @splendorito

    Does anyone know about this?


    Splendorito
    Participant

    @splendorito

    Can anyone answer this or have i formulated me wrong?

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