Forum Replies Created
-
Yes, sure.. I haven’t started testing it yet, but very soon. 🙂
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?
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.
Anyone that have any advice on this?
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(); ?>
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..
Ok, thanks, I’ll check that out. I only found this one. https://wordpress.org/plugins/live-username-availability-checking/
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.
@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..?
Hi,
Nice, I’ll test it out!
Thanks
Strange, I was thinking of that service actually now, and I saw this..would be nice to know how much it can help buddypress..
Nice, do you have skype @danbp?
It’s made for myposts as thought..I want everybody to access the latest post.
heh.. it works, this made it to not work > / uncomment next line to show only a list of titles linked to full post
@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..
The person who can help me with this I give 15 bucks..
Thank you @naijaping, is possible to add more tabs with different links? This tabs is for all the users to see..
I did find a plugin now that correct this easy.
Global admin bar hide or removeThank you anyway
Best Regards
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
oki, thank you! I’ll check that out right away..
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
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…?
Does anyone know about this?
Can anyone answer this or have i formulated me wrong?