139 reputation
6
bio website wolfiezero.com
location England, United Kingdom
age 27
visits member for 1 year, 8 months
seen 14 hours ago
stats profile views 8

Apr
23
awarded  Critic
Mar
22
awarded  Tumbleweed
Mar
15
asked Creating a dynamic URL structure
Feb
27
answered wordpress on localhost lamp doesn't let me install plugins
Nov
1
awarded  Supporter
Nov
1
accepted Using my own user table
Nov
1
comment Using my own user table
Thanks for the reply. Doesn't seem like the best idea to link a foreign table to WordPress then. I think I will just duplicate the user info and then run a cron job to maintain the WordPress users and keep things in tight sync.
Oct
25
asked Using my own user table
Apr
27
comment Adding wp_ajax to a theme outside functions.php (on specific template page)
It's difficult to give full details on the project so it's a little confusing to explain what the flow is I'm talking about (more internal policy rather than WP). But this is using the correct AJAX method unless the method I described in the question is incorrect (wp_ajax and wp_localize_script) - I've done the whole ../../wp_load.php before and it's too buggy. I've been evaluating and debugging it a bit more and some other spanners have hit the works so it looks as if I have to do it as a plugin that's dependent on a theme. :/
Apr
27
comment Adding wp_ajax to a theme outside functions.php (on specific template page)
The issue is this method doesn't work with the flow of the project. Though, working through the problem I'm thinking this might be required, just annoying with the overheads of adding another plugin and to what level the separation needs to be done keep in mind this AJAX is core to the theme. Thanks for the suggestion though :)
Apr
26
awarded  Student
Apr
26
comment Adding wp_ajax to a theme outside functions.php (on specific template page)
Aware that I could use $_SERVER to detect the page but if the URL changes then it's case of diving back into the code to fix it.
Apr
26
asked Adding wp_ajax to a theme outside functions.php (on specific template page)
Apr
25
comment Simply poll & Events Calendar plugins clashing
Just to note, The Events Calendar has the same value for their menu position so it's an argument between the plugins... mine just wins for some reason!
Apr
25
answered Simply poll & Events Calendar plugins clashing
Feb
29
comment Plugin to require Twitter or Facebook login before posting a comment
Have a look at their blog (which it was developed for). I had a look around for something like this a few months back and their isn't much out there. Tempted to write my own and release it under GPL.
Feb
29
awarded  Teacher
Feb
29
answered Plugin to require Twitter or Facebook login before posting a comment
Oct
18
awarded  Scholar
Oct
18
comment How to make custom comment fields required and message field not required
Awesome, that worked perfectly. Thanks for the help!