-
Grosbouff posted on the forum topic One Quick Post vs Jet QuickPress in the group Creating & Extending: 14 years, 3 months ago
Jet QuickPress is a plugin from Jettochkin based on my first plugin ‘BuddyPress Quickpress’. One Quick Post is the ‘new version’ of BuddyPress Quickpress; the difference is that the plugin works for WordPress too (without BuddyPress), and has been improved. As OQP (one quick post) is used to “power” my main plugin Your Classified Ads; […]
-
Grosbouff posted on the forum topic WP comments VS BP comments in the group Creating & Extending: 14 years, 4 months ago
Yes I record an activity stream when I publish a new ad (which is a post with a custom type).
Then, what’s the smarter ?
Enable regular WP comments for this ad or use BP comments ? -
Grosbouff posted on the forum topic followers VS friends in the group How-To and Troubleshooting: 14 years, 4 months ago
youkedi-hô ?
-
Grosbouff posted on the forum topic WP comments VS BP comments in the group Creating & Extending: 14 years, 4 months ago
aïdi-ho ?
-
Grosbouff posted on the forum topic WP comments VS BP comments in the group Creating & Extending: 14 years, 4 months ago
anyone ?
-
Grosbouff posted on the forum topic followers VS friends in the group How-To and Troubleshooting: 14 years, 4 months ago
anyone ?
-
grosbouff posted an update 14 years, 4 months ago
@apeatling Hi andy; it the “possible future ideas” of BP 1.4; could you change the link to BuddyPress QuickPress with One Click Post ?
It’s the new version of the same plugin, which is now compatible with WP too.Thanks;
G
-
Grosbouff started the forum topic WP comments VS BP comments in the group Creating & Extending: 14 years, 4 months ago
Hi folks; I’m working on a BP plugin to extend my classified ads plugin for WP and I have a little question here. Actually, my ads are using custom post types and so comments can be added with the WP core functionnalities, which is great. but now for BuddyPress, how must I handle it, since […]
-
Grosbouff started the forum topic followers VS friends in the group How-To and Troubleshooting: 14 years, 4 months ago
Hi guys, can someone explain me what’s the difference between following a member and having him as friend ? What’s the purpose of each functionnality ? Btw; i’m working on a classified ads component and i would like to have a functionnality to automatically warn members when particular users posted new ads. The idea is […]
-
Grosbouff joined the group How-To and Troubleshooting 14 years, 4 months ago
-
Grosbouff posted on the forum topic custom plugin : hook bp_setup_globals is not fired in the group Creating & Extending: 14 years, 5 months ago
Ok; it’s broken again with 1.2.5…
I did read your post about new hooks for plugins for 1.2.5; but I don’t understand how to adapt this.
So :
my loader file : http://pastie.org/1023309
A part of my core file : http://pastie.org/1023315Could you have a look at this ?
Thanks !
-
Grosbouff posted on the forum topic custom plugin : hook bp_setup_globals is not fired in the group Creating & Extending: 14 years, 5 months ago
@johnjamesjacoby : it fixed it !
thanks A LOT. -
Grosbouff posted on the forum topic custom plugin : hook bp_setup_globals is not fired in the group Creating & Extending: 14 years, 5 months ago
Ok. Here my code now :
loader.php function yclads_bp_init() { require_once( YCLADS_BP_PLUGIN_PATH . 'includes/yclads-bp-core.php' ); } add_action( 'bp_init', 'yclads_bp_init');
yclads-bp-core.phpfunction bp_yclads_setup_globals() { global $bp; // For internal identification $bp->yclads->id = 'yclads'; $bp->yclads->format_notification_function…
[Read more] -
Grosbouff posted on the forum topic How to use bp_init and bp_setup_globals at the same time ? in the group Creating & Extending: 14 years, 5 months ago
@Paul :
not working either with
//TO FIX
//https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-use-bp_init-and-bp_setup_globals-at-the-same-time/
//add_action( 'bp_setup_globals', 'bp_yclads_setup_globals' );
add_action( 'wp', 'bp_yclads_setup_globals' );
add_action( 'admin_menu', 'bp_yclads_setup_globals' );
For the…[Read more] -
Grosbouff started the forum topic custom plugin : hook bp_setup_globals is not fired in the group Creating & Extending: 14 years, 5 months ago
Hi; I’m making a new plugin. I have WP 3 & BP 1.2.4.1 I have a file loader.php with
function yclads_bp_init() { require_once( YCLADS_BP_PLUGIN_PATH . 'includes/yclads-bp-core.php' ); } add_action( 'bp_init', 'yclads_bp_init');
inside yclads-bp-core.php;function bp_yclads_setup_globals() { global $bp; // For internal identification…
[Read more] -
Grosbouff reviewed the plugin One Quick Post: 14 years, 5 months ago
This plugin replaces the old BuddyPress QuickPress plugin. It is compatible with WP3.0 with or without BuddyPress enabled.
It will also power my Your Classified Ads plugin.
I would be glad to have some people helping me finishing all this 🙂
see dev.pellicule.org -
Grosbouff joined the group One Quick Post 14 years, 5 months ago
-
Grosbouff reviewed the plugin Jet QuickPress: 14 years, 5 months ago
…You took the code from my BuddyPress QuickPress plugin ! It’s not really a problem but you could at least give me some credits !
-
Grosbouff joined the group Jet QuickPress 14 years, 5 months ago
-
Grosbouff started the forum topic Classified Ads with custom post types for WP & BuddyPress, need help 🙂 in the group Creating & Extending: 14 years, 5 months ago
Hi guys. I rewrote my BuddyPress Classifieds plugin. Now it will be called Your Classified Ads and will be compatible with WP & BuddyPress. It works with custom post types ! It begins to work very well for WP installs; I started to include functions for BuddyPress. I need serious people with php,wp & buddypress […]
- Load More
@grosbouff
Active 1 year, 11 months ago