vishkey
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workOk, in the folder mu-plugins, I put the file test.php with:
<?php
function test () {
echo ‘<script>alert(“otro test”)</script>’;
}
add_action(‘nextend_fb_user_logged_in’, ‘test’, 10, 0);The alert fires without problem, so confirmed that the problem is in achievements.
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workI think the problem is: How do I tell to Achivements “hey, I wrote a new extension, please, load it”?
Actually I modify the achivements.php and add a “require” line with the route, because no exists documentation for this step.
It must be done in a distint way?Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workMmm, what I can confirm is that the sequence of code executes the “do_action” sentences in the Nextend Facebook plugin, tested with a javascript alert before and after those sentences. I don’t test the “do_action” function itself, but is a core function so if it fails, no one achievement must work, but it isn’t the scenario. So I think the problem is in the Achievement Plugin [but for my custom extension, not necesary for your core code :)]
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workThat has nothing to do with my problem, but it tried anyway but how I expected don’t solve my problem.
The 3 actions are in the dropdown menu without problem, but Achievements only reconizes one of them (An user links his facebook account).
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workNope, didn’t work either…T.T
I already lost a lot of time with this. If you solve o have any clue what is failing, please, let me know.
I’m really thankful of your help, but I need to move forward. I’ll let this achievement for more later.Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workWhat file I need to put in the /wp-content/mu-plugins/ folder? The nextendfacebookconnect.php extension for your pluggin or the original Nextend Facebook Connect pluggin for wordpress?
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workOk, I made that works (only need to add the require in the achievements.php file).
But now, the only action that works is the nextend_fb_user_linked. The other two, dont trigger of any way. I try with all filters, modify the do_action call in the nextend plugin file, everything, those other two actions simply don’t work.
Forum: Plugins
In reply to: [Achievements for WordPress] User Achievement Index not workingI have the same problem with the User Achievement Link. How do you fix it 32bitExplosion?