Comments for Stranger Studios https://www.strangerstudios.com/ WordPress Plugin and Theme Development Tue, 12 Jan 2016 03:20:07 +0000 hourly 1 https://wordpress.org/?v=6.7.2 Comment on Paginate Your Site Like Digg by Rob https://www.strangerstudios.com/paginate-your-site-like-digg/#comment-119061 Tue, 12 Jan 2016 03:20:07 +0000 http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-119061 Thanks for sharing your work. I made a new version that separates the data from the html. This is more suited to templating environments. The code shows a simple text renderer, but would be easy to generate html or whatever.

https://gist.github.com/robmint/e4b037aba1687195524c

]]>
Comment on Paginate Your Site Like Digg by Anthony https://www.strangerstudios.com/paginate-your-site-like-digg/#comment-47516 Fri, 20 Feb 2015 21:39:48 +0000 http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-47516 Hi, thanks for the code, (pagination code). i managed to customize it, it works well but i keep getting this and i’m unable to fix “Notice: Use of undefined constant num – assumed ‘num’ in C:\xampp\htdocs\KE500\ctest.php on line 58”

56. $query = "SELECT COUNT(*) as num FROM $tbl_name";
57. $total_pages = mysql_fetch_array(mysql_query($query));
58. $total_pages = $total_pages[num];

help please

]]>
Comment on SS-Downloads WordPress Plugin by Sammy Jones https://www.strangerstudios.com/ss-downloads-wordpress-plugin/#comment-42131 Thu, 29 Jan 2015 21:21:34 +0000 http://www.strangerstudios.com/blog/?p=133#comment-42131 Any plans to update this to WP 4.1?

]]>
Comment on SS-Downloads WordPress Plugin by Marco https://www.strangerstudios.com/ss-downloads-wordpress-plugin/#comment-41659 Wed, 28 Jan 2015 11:15:16 +0000 http://www.strangerstudios.com/blog/?p=133#comment-41659 Hi!
your plugin is great and work fine but I have a problem with the “File Downloads” Table in the Admin that don’t rec the download…
(the “collected email address” work fine)
any suggestion?
best regards
Marco

]]>