199 reputation
119
bio website gavinsmith.ca
location Toronto, Canada
age 23
visits member for 2 years, 7 months
seen Oct 25 '12 at 3:56
stats profile views 28

I'm a front end web developer with a focus on UX.


Apr
5
awarded  Popular Question
Oct
11
awarded  Nice Question
Aug
29
awarded  Famous Question
Jun
12
accepted Limiting sessions to one IP at a time
Jun
6
comment How to limit search to first letter of title?
Would you be able to clarify slightly? I'm not sure what is_admin is doing here (is this filtering only happening in the dashboard or when logged in as admin?) and I can't figure out where in the query you're specifying the 'first character' part of the search.
Jul
16
awarded  Notable Question
Mar
9
comment LOCAL server not installing wordpress
Your question isn't clear... what is the situation on the local server, and what is the concern with regards to moving to a production server? I assume you've adjusted the permalinks settings in the dashboard, and have allowed it to write to .htaccess by setting its CHMOD to 777 (temporarily)?
Mar
6
awarded  Popular Question
Jan
28
awarded  Supporter
Nov
22
comment Limiting sessions to one IP at a time
Only other 'Gavin' instances should not be able to log in. It wouldn't reject access though, but rather change the 'active IP' and log the other session out.
Nov
19
comment Limiting sessions to one IP at a time
Hm - it's close, but it does not disallow sessions for the same user on multiple IPs. I'm logged in on my desktop and iPhone on 3G right now without issue.
Nov
18
asked Limiting sessions to one IP at a time
Oct
28
accepted Custom hierarchal taxonomy loses interface hierarchy when selecting parent & children
Oct
28
comment Custom hierarchal taxonomy loses interface hierarchy when selecting parent & children
I figured as much... bizarre behavior. Oh well! Thanks!
Oct
27
asked Custom hierarchal taxonomy loses interface hierarchy when selecting parent & children
Oct
25
awarded  Commentator
Oct
25
accepted Scheduled event won't fire
Oct
25
comment Scheduled event won't fire
I think I have it working - it looks like the key was partially what you said, using a single action name instead of a dynamic one, and also I needed both add_action and the target function to happen outside of my scheduling code - so they're beside each other at the top of the plugin file. Passing arguments made using a single action possible, much better. I know this isn't a support forum, but it is about finding answers, you should never feel obligated to continue support, especially if you don't think I'm getting it - but I greatly appreciate that you stuck with it! Thank you!
Oct
25
comment Scheduled event won't fire
Ok, that's a negative - it still absolutely will not run. If I put do_action( 'send_reminder_emails' ) among my scheduling code, it fires, but it will not fire when I run the task. Totally baffled.
Oct
25
comment Scheduled event won't fire
Ok, I'm going to give that a shot, but I still don't totally understand the problem - I'm only registering ACTIONS with that ID, and according to the cron schedule, they're being created just fine - the target function doesn't attempt to use the ID variable at all. Anyways, I'm give it it a shot, definitely worth a different approach. I'll report back, thanks!