909 reputation
521
bio website
location Norway
age
visits member for 2 years, 6 months
seen 2 days ago
stats profile views 72

I've been developing websites for the past 6 years, using various CMS systems. 5 years of .NET and 1 year of PHP.

Hardcore programming is not my strong side as I tend to focus on usability, design and consultancy.

And I must say I really love this site. I always get great help!


May
8
comment Can I use WP comments for custom tables?
@toscho I've tried this, but it's not working. I've seen many examples on how this is done, but my function in functions.php is not triggered. See my updated code. Any suggestions?
May
8
revised Can I use WP comments for custom tables?
added 860 characters in body
May
7
comment How can someone submit a comment when my site has no comment field?
PS. But it should be safe to run UPDATE wp_posts SET comment_status="closed"; on order to disable commenting for all pages / posts?
May
7
comment How can someone submit a comment when my site has no comment field?
So, if I create a script that tries to send a comment request to any page on my server, this will fall through even if I don't have a comment box? Currently there is a bug in v3.1 that does not allow me to show / hide panels using the Screen options - so I'll have to wait to uncheck the 'Allow comments'
May
7
asked How can someone submit a comment when my site has no comment field?
May
7
comment Can I use WP comments for custom tables?
When I submit a comment, I also need to submit Entity name and Entity ID and store this info in the comment meta. How can this be registered in the comment_meta table when I do a wp_insert_comment()?
May
6
comment Can I use WP comments for custom tables?
@toscho Yes, I thought about that. Do you know how I can get my custom properties when I create a custom function in functions.php and use add_action()? See example at codex.wordpress.org/Function_Reference/add_comment_meta
May
6
comment Can I use WP comments for custom tables?
Image was just an example. Pretend it's about potatoes.
May
6
comment Can I use WP comments for custom tables?
I don't know anything about vanilla WP, but Image => jpg, gif and png.
May
6
asked Can I use WP comments for custom tables?
Apr
11
awarded  Popular Question
Mar
20
comment Need help creating custom rewrite rule
Aaaaah! Talk about going blind on your own code! Thanks a heaps!
Mar
20
asked Need help creating custom rewrite rule
Mar
17
comment What happened to the media manger?
Now who gave me -1 and why? :)
Mar
17
revised What happened to the media manger?
deleted 1 characters in body
Feb
26
comment How can I redirect user after entering wrong password?
You also have to consider that user hits [enter] and not clicking t he login button. Also, you need to check for blank password as well.
Feb
19
accepted What happened to the media manger?
Feb
19
comment What happened to the media manger?
Soon :) Thanks.
Feb
19
comment What happened to the media manger?
Thanks for your answer. I'd forgotten that files are saved as posts (which I believe is not the best option). So in order to have any form for file organization, one will have to find / create a plugin?
Feb
19
asked What happened to the media manger?