king76
Forum Replies Created
-
Forum: Plugins
In reply to: [Mooberry Book Manager] Rewrite url in french, by example…Oh yes !
Not update for me, I have lot of change in source code now 😉
Good job ! Thanks
Forum: Plugins
In reply to: [Mooberry Book Manager] Activate comments it's possible ?Ok found !
mooberry-book-manager.php
Line 234 :Modify ‘supports’ => array( ‘title’,’comments’ )
Oki Thanks !
Forum: Plugins
In reply to: [WP RSS Multi Importer] Apostrophe problemHi,
Thank you for your quick response.
This is a mistake, I meant the field “Feed Name 1”, “Feed Name 2”, etc.
Thanks
Yes I use Buddypress in french and I have changed SLUG by “groupes”.
And for the other line ? “bp_core_redirect( wp_get_referer() );”, I have a blank page if I don’t comment this line.
Thank You
My hack :
1. Edit “bp-activity-subscription-functions.php” file
2. Changeif ( $bp->current_component == 'groups' && $bp->current_action == 'notifications' ) {byif ( $bp->current_component == BP_GROUPS_SLUG && $bp->current_action == 'notifications' ) {
3. Comments this linebp_core_redirect( wp_get_referer() );Can you testing ?
Forum: Plugins
In reply to: [LinkedIn SC] [Plugin: LinkedIn SC] Total Connections ?Same problem with [linkedinsc_num-connections] or [linkedinsc_num_connections]
One idea ?
Thanks