Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Spam is my only concern about this. Plus the fact that one of the criteria that the forum use in combating spam posts is by looking at how many links are included in a post.
Though I suppose having to describe the changes you made is a bit of a burden on the poster’s side. Changes may not be easily described, particularly if it’s a substantial one.
Admin
Yes, I have plans on implementing this. Haven’t actually looked at how much code writing is needed, though I suppose it’ll be quite substantial. It’ll probably be implemented in terms of a grid system.
Admin
And some would argue learning things the hard way is the only way we learn 🙂
GIYF – another acronym added to my (excessively-long-for-the-average-person) list of acronym. Thanks Ken!
Admin
Just an update:
Custom background – done
Custom colours – about 50% complete
Admin
In reply to: Warning: in_array() [function.in-array]: Wrong datatype for second……loop.php
July 23, 2011 at 3:35 am #15548Thanks for the donation, Laura!
Admin
Thanks, Jamilla!
Admin
You’re very much welcome 🙂
Admin
I don’t think you can use the XFBML version of the code with theme’s built-in social sharing button placement, since that version requires adding an additional tag in the theme’s
<head>element. For now, you can either go with the<iframe>version, or use a plugin.Admin
Ken, you can disable the background by just using this:
background: none;Admin
In reply to: Warning: in_array() [function.in-array]: Wrong datatype for second……loop.php
July 21, 2011 at 10:10 pm #15546The problem was caused by the
functions.phpfile that you created in your child theme. In that file, you declared the functiongraphene_setup(), which the theme uses to register support for post formats. Since you’ve already declared the function, the theme cannot redeclare thegraphene_setup()function, hence support for post formats were never registered by the theme, hence the error message you’re seeing.I’ve renamed your child theme’s
functions.phpfile tofunctions_.phpfile so it won’t be executed by WordPress.
