Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
sent now, thought i had sent it…
There was a JS error in your quick code which i have fixed.
The comments edit was failing becasue of a php warning about adding slashes, i added this to your child theme functions to stop the warning from showing (not resolve it) and it now works.// hide PHP warnings/errors/notices error_reporting(0);Thanks,
Stiofan
@xico i have sent u the latest GT.
@marktowers i have sent u the script.
You need to be using the latest ver of GT for it to work.
Stiofan
ah you don’t mean the add listing page you mean the add photo button on the details page?
This is a extra feature of whoop and it looks like it does not adhere to the package limit, i’ll add it as a task.
Thanks,
Stiofan
Hi UF,
SO what plugin do u want help with? I tested Ajax edit comments and it seemed to work ok for me to edit text for both admin and subscriber.
Stiofan
You should be able to use this hook:
add_action('geodir_detail_sidebar_inside','geodir_action_details_taxonomies',200);Thanks,
Stiofan
Hello,
I have changed that line to
$comments = get_comments( array('post_id' => $post->ID) );Please do the same in your files for now, the fix will be in the next release.
Thanks,
Stiofan
sent
Hi, i can’t recreate this either on your site on my test site, can you provide me a facebook url that causes this so i can test.
Thanks,
Stiofan
Hi UF,
I assume you want it to appear instead of the normal edit link?
If so you can use this code. (not tested)
add_filter('edit_comment_link','my_edit_comment_link',10,1); function my_edit_comment_link($link){ if ( class_exists( 'WPEditableComments' ) ) { $link = WPEditableComments::edit('Edit'); $link .= WPEditableComments::delete('Delete'); } return $link; }Thanks,
Stiofan
I have not see that before, please provide wp-admin details in a private reply and i will take a look.
Thanks,
Stiofan
#1 and #2 are fixed and will be in the next release.
Thanks,
Stiofan
A new home page template has been added which will get around this and a few other problems, it will be in the next version.
Thanks,
Stiofan
This has been fixed and will be in the next release.
Thanks,
Stiofan
-
AuthorPosts