arimk
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Issue with multi site and templateSorry think i have find a way ??
using
//validate
add_filter(‘wpmu_validate_user_signup’, ‘my_validation’);//capture the data
add_filter(‘add_signup_meta’,’my_add_signup_meta’);//get the meta data out of signups and push it into wp_usermeta during activation
add_action( ‘wpmu_activate_user’, ‘my_new_user_meta’, 10, 3 );Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Comments on category pageI mean, asking the plugin to launch from within wordpress with a call.
Nevermind it works great like that bu I don’t like touching “upgradable” pgaes like plugins as you always forget what you have change :/Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Comments on category pageOk hacked your plugin :
echo 'commentsEnabled:'.(!is_category('8') or (is_page() || is_single()) && comments_open($post->ID) ? 'true' : 'false').',';
Working as intended! Thanks
I Will edit my post to remove the linkBtw is there a way to call the plugin from within the category page (or header)?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Comments on category pageHi,
It is a custom made theme, all is custom.
The comment is linked to a specific post inside the category.
After starting the loop of the post you use this :<?php global $withcomments; $withcomments = true;comments_template( '', true ); ?>
So I will try to call it from the category page/or hack you plugin and make it call on the category pages. Will see if it works!
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Comments on category pageHi,
thanks for the quick responseYou can see it here [LINKED REMOVED]
wait a little as it loads and click on “General comments” at the bottom.It is a little rough right now, and you should also know that it will only be connected users that will comment so that is why the form is not looking well for none connected users.
OK you WERE right there was another plugin that i had totally forgot about that was messing all up …
So my bad and thank you for your time !I have another question so I will make a new topic
thanks again !!!
Forum: Plugins
In reply to: [JSON API] JSON API output validation issue : Carriage return added randomlyNop never figured it out …
I really think it is a plugin issue … maybe we should compare plugins to see if we have some in common …
If you do find a way I would be happy to know !
Forum: Plugins
In reply to: [JSON API] JSON API output validation issue : Carriage return added randomlySo actually if you check the code well, it is not that random. It is after every HTML opening tag (img, div, a etc)