Hello, I need a script, no MySQL. That pulls out my del.icio.us bookmarks and is easily customizable with CSS.
Any ideas?
Hello, I need a script, no MySQL. That pulls out my del.icio.us bookmarks and is easily customizable with CSS.
Any ideas?
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND forum_level = 0 AND site_id = 2 AND post_time <= DATE_ADD(now(), INTERVAL 5 ' at line 1]
SELECT topic_id, COUNT(post_id) FROM bb_posts WHERE post_status = 0 AND forum_id = AND forum_level = 0 AND site_id = 2 AND post_time <= DATE_ADD(now(), INTERVAL 5 HOUR) AND post_time >= DATE_SUB(now(), INTERVAL 1 MONTH) GROUP BY topic_id ORDER BY COUNT(post_id) DESC LIMIT 10
Scrivs
Written Jun. 11, 2007 / Report /
Why don't you just use the JSON script they provide?
Philip
Written Jun. 11, 2007 / Report /
Ah, I didn't know about that one, hehe
Scrivs
Written Jun. 11, 2007 / Report /
Here is one page that does the heavy lifting for you.
Philip
Written Jun. 20, 2007 / Report /
Does anybody know of a script to display my last.fm tracks? not flash!
dook
Written Jun. 20, 2007 / Report /
yes.
Philip
Written Jun. 20, 2007 / Report /
It needs to output a text, and be fully custmzbl with css. Sorry... but thanks