Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 24 replies - 1 through 24 (of 24 total)
  • @splendorito

    Participant

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

    @splendorito

    Participant

    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

    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

    Anyone that have any advice on this?

    @splendorito

    Participant

    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

    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

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

    @splendorito

    Participant

    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

    @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

    Hi,

    Nice, I’ll test it out!

    Thanks

    @splendorito

    Participant

    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

    Nice, do you have skype @danbp?

    @splendorito

    Participant

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

    @splendorito

    Participant

    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

    @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

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

    @splendorito

    Participant

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

    @splendorito

    Participant

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

    Thank you anyway

    Best Regards

    @splendorito

    Participant

    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

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

    @splendorito

    Participant

    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

    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

    Does anyone know about this?

    @splendorito

    Participant

    Can anyone answer this or have i formulated me wrong?

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