AMBA
Forum Replies Created
-
Forum: Plugins
In reply to: [Search bbPress] [Plugin: Search bbPress] Needs an update for bbPress 2.1hi my search results appears with all the forms to answer reply is it possible to display the result as like an article result ?
hi i’m intrest about this too
is for an id increment
don’t see solution yet
best regards
AmbaForum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Sub Tasks not working for mei have to change my last advice
in fact don’t change the general setting
var ajaxurl = '/wp-load.php';
but just change
url: ajaxurl,
to
url: '/wp-admin/admin-ajax.php',
line 57
because changing the general ajaxurl bloc other script
and i see that when the “cookie:” is pass to the ajax url
functions doenst work then i comment all the “cookie” line
hope its helpsorry i explain how disable the social media button not how to use it ??
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Sub Tasks not working for mei found the other bug its in the ajax file :
in fact bp-gtm-systems/_inc/globals.js
a the begining of the file
changevar ajaxurl = '/wp-load.php';
to
var ajaxurl = '/wp-admin/admin-ajax.php';
and i works now show subtaks delete and other function using ajax
best regards
AmbaForum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Sub Tasks not working for methis code resolve just the adding form subtask but not the show of subtask in a task. I work on it and return here to put a solution if i found it
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Sub Tasks not working for mehi i have the same pb subtask not created
but i found the bug and fix it
its in the bp-gtm-system/templates/gtm/task_create.php
replace the variable to the variable $parent_task to $parent_task_idif (is_numeric(parse_url($url, PHP_URL_QUERY)) && parse_url($url, PHP_URL_QUERY) > 0) { $parent_task_id=parse_url($url, PHP_URL_QUERY);//mod AMBA $parent_task = BP_GTM_Tasks::get_task_by_id($parent_task_id); $h4_title = __('Create New SubTask for', 'bp_gtm') . ' ' . bp_gtm_get_parent_task_link($parent_task, $gtm_link) . ''; } else { $parent_task = 0; $parent_task_id = 0;//mod AMBA $h4_title = __('Create New Task', 'bp_gtm'); } ?>
and found the input to change variable :
<input type="hidden" name="task_parent" value="<?php echo $parent_task_id; //mod AMBA ?>" />
i works now for me
hope its help you
best regards
Ambahi i’m agree with you and u can just comment the js file like i explain here :
https://www.ads-software.com/support/topic/plugin-nextgen-gallery-facebook-is-watching-you-inside-the-nextgen-plugininformation about this appid here :
https://graph.facebook.com/66864567775Forum: Plugins
In reply to: [CubePoints] [Plugin: CubePoints] Any way to use PHP to display Top Users?hi any shortcode to integrate the top users with pagination in a page ???
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] thumbnail block on the leftau fait je suis de Marseille ??
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] thumbnail block on the leftok ?? good idea
thanks a lot
merci ^^Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] thumbnail block on the leftsorry i found it, i answer my own question ??
in slider.css put this#upz-slideshow-display{ float:right; }
and modify #featured ul#upz-slideshow-navigation
change
right:0 to left:0
it works well but i dont know if this change other use of this plugin
Forum: Plugins
In reply to: Help!I have a big problem!hi did you try to put 7 post to show in dashboard ?
and inverse your code :<?php
if(!is_home()&&is_paged()){
query_posts(‘showposts=10’);
}
?>