-
Renato Alves replied to the topic Cacheing plugin recommendations in the forum Third Party Plugins 11 years, 4 months ago
@modemlooper For those who doesn’t know which pages comes with ajax and which doesn’t, could you share it please?
-
Hugo Ashmore replied to the topic Own style buddypress.css in the forum How-to & Troubleshooting 11 years, 4 months ago
@modemlooper
Yep, I put a patch in then beat Boone around the head until he wrote it correctly and committed πhttps://buddypress.trac.wordpress.org/ticket/4949
Was planning to update those template compat codex pages to include mention of this.
-
bp-help started the topic Whole lotta spamming going on! in the forum Installing BuddyPress 11 years, 4 months ago
Anyone notice all these spammers on here today? @mercime @hnla @modemlooper @r-a-y
Helllllllp lol! When you eradicate them you can delete this topic as well! Thanks everyone! -
Henry replied to the topic BP Album – dont work in the forum How-to & Troubleshooting 11 years, 4 months ago
@la-lena it is probably worth posting in the plugin’s support forum. That way one of the staff at rtCamp will be able to respond. They’ve just released v3.0 which (bit buggy at the moment but their developers release bug fixes super quick)
http://rtcamp.com/groups/buddypress-media/forum/
@modemlooper is also a top dev, try his plugin too.
-
4ella started the topic Buddypics and BP Groups Frontpage plugin in the forum Third Party Plugins 11 years, 4 months ago
It seems that Tim Carey @timcarey creator of very useful BP Groups Frontpage plugin stopped developing his plugin, this plugin’s images depends on BP album, I wanted to know how can we use that plugin with Buddypics instead , in admin part when I uninstall BP album I get this message: “You must have bp-album+ Installed for bp Group Frontpage…[Read more]
-
mathieu.urstein replied to the topic [Resolved] bp_core_fetch_avatar only appear on buddypress pages in the forum Creating & Extending 11 years, 4 months ago
thank you the problem was the quotes π
-
mathieu.urstein replied to the topic [Resolved] bp_core_fetch_avatar only appear on buddypress pages in the forum Creating & Extending 11 years, 4 months ago
thank you @modemlooper
I did :
$userid = bp_loggedin_user_id();
$avatarurl = bp_core_fetch_avatar( array( βitem_idβ => $userid, βhtmlβ => false ) );But the problem is still the same,
what did I do wrong?Thanks.
-
Drover replied to the topic Showing Link Preview in Activity Stream? in the forum Installing BuddyPress 11 years, 4 months ago
I actually downloaded that plugin and installed it, but it looked like it was intended to create some kind of links page? Did I misunderstand what it does?
-
4ella replied to the topic Multiple custom post types in activity stream in the forum Creating & Extending 11 years, 4 months ago
@modemlooper I very apologize for my mistake, yesterday all the day I have been wrongly adding the bp-custom.php into bp-default folder instead of plugin directory, that’s why it was always the same, NOT working π your first code was correct, it is working good, plural names code didn’t work for me.
function inspired_record_more_types( $types )…
[Read more] -
4ella replied to the topic Multiple custom post types in activity stream in the forum Creating & Extending 11 years, 4 months ago
@modemlooper Thanks again for your respond, but I can’t get it work, pls. take a look at my custom-type.php on pastebin where I have 4 custom post types registered:
http://pastebin.com/PuQczr0A
maybe I should also register plural name to make it work ?and pls.take a look at your code in my bp-custom.php:
http://pastebin.com/B9xUuMN8I’ve tried…[Read more]
-
4ella replied to the topic Multiple custom post types in activity stream in the forum Creating & Extending 11 years, 4 months ago
Thank you @modemlooper, but this code seems like not working, I have also changed everywhere β to this ‘ π
-
Martin replied to the topic Cacheing plugin recommendations in the forum Third Party Plugins 11 years, 4 months ago
@modemlooper
So anything to do with BuddyPress then? -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 4 months ago
@modemlooper
Makes sense to me. I had been doing that but as I have browsed through other plugins code I have noticed a number of them adding the add_actions near the bottom unless like you said they are within a function. I appreciate you letting me know the correct WP standards because it is cleaner and easier than scrolling up and down and…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
This is what I am adding in the loader.php per your advice. I hope it looks good. I have tested it and I get the effect I want so thank you for the advice.
[Read more]
/*** Make sure BuddyPress is loaded ********************************/
function private_community_for_bp_lite_bp_check() {
if ( !class_exists( 'BuddyPress' ) ) {
add_action(… -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
I can understand that. It is better for everyone. Once I downloaded a plugin that was supposed to let you have conditional profile fields or something to that effect and it did not even work at all so I can appreciate them taking a closer look before blindly allowing a useless plugin on the repository. Anyway I will be making the…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
Actually I didn’t get rejected. They are just swamped at the moment with plugin reviews. I am not rejecting your examples either to the contrary I am actually going to take your advice. My point is that there really needs to be documentation to reflect that there is higher expectations
in place now in the codex and…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
I don’t understand what the point of giving a notice is if my plugin has the requirement met.
Mika E. pretty much said the same thing, but that is not how I want it to work and these people reviewing need to understand that. I want that notice to only display if BP is NOT activated period and it already does. I don’t see other…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
I probably will but this shouldn’t be a requirement especially when people fart out little dinky plugins and they don’t get half of the hassle I have gotten from the review panel. I don’t get why they are telling me how to code my plugin. It is my choice how to to code it and as long as it works and does not contain malicious code…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
I have tested the plugin:
https://github.com/bphelp/private_community_for_bp_lite
As is it works as expected. If BuddyPress is installed and activated then the notice does not appear, however if you try installing the plugin without BuddyPress installed and activated then the notice appears. Can you test it so you will see what I mean…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@modemlooper
I see your point but I don’t really see the point of over-complicating this very simple plugin without a valid reason. The functionality is there so I think it should be left as is unless you have an argument with some valid points to make me understand it a little better. Either way I really do appreciate your input and I am not…[Read more] - Load More
@modemlooper
Active 9 months, 3 weeks ago