17 reputation
5
bio website
location
age
visits member for 1 year, 8 months
seen Nov 19 '12 at 1:36
stats profile views 7

Nov
18
accepted Auto add content such as pages upon plugin activation?
Nov
18
accepted Set front page option using custom fields?
Nov
18
awarded  Commentator
Nov
18
comment Create a live demo gallery for themes
This may also help you or someone. Introducing Item Switcher.
Jun
12
awarded  Student
Jun
12
asked Set front page option using custom fields?
Apr
9
awarded  Tumbleweed
Jan
20
comment Using WP Ajax and jQuery to process multiple forms on the same page?
Thanks for the response :) i actually found a decent tutorial by 9lessons that helped me solved my issue. 9lessons.info/2009/06/submit-multiple-forms-jquery-ajax.html
Jan
20
awarded  Editor
Jan
20
comment alt attributes not showing on pages
Try the new code in my original post.
Jan
20
revised alt attributes not showing on pages
Added code
Jan
20
answered alt attributes not showing on pages
Jan
20
asked Using WP Ajax and jQuery to process multiple forms on the same page?
Jan
17
comment Not sure why wp_ajax isn't working?
Thanks man, works! One thing i don't understand is in the wordpress codex it says the admin-ajax.php is already included..
Jan
17
accepted Not sure why wp_ajax isn't working?
Jan
17
comment Not sure why wp_ajax isn't working?
Kk, i'm working from the tutorial found on the wordpress codex, i'm not sure if the do_action is necessary... ?? codex.wordpress.org/AJAX_in_Plugins
Jan
17
comment Not sure why wp_ajax isn't working?
Hi Milo, I have moved the jQuery further down the page and even wrapped it around a jQuery document ready and the code still doesn't work, it wouldn't surprise me if there is an error within the jQuery. Matt
Jan
17
comment Not sure why wp_ajax isn't working?
Thanks Stephen for the reply, i have specified the action in the html form.. <input name="action" type="hidden" value="ajaxcf" />
Jan
17
asked Not sure why wp_ajax isn't working?
Dec
17
comment Auto add content such as pages upon plugin activation?
Hey ferenyl, Thanks for the response :) I'm aware of the activation_hook but i would prefer to have the option for the user to auto add content or not.. is this possible?