Your profile page....now featuring themes!

Your profile page....now featuring themes!

Instead of having to learn coding like we had to do in the old days, I have begun adding themes to OurPlace for you to customize your profiles! Its easy to do, just navigate to your profile page, click "Options", then "Edit Profile" and youll find the options at the bottom. You can change your profile width, your banner image size, and your profile layout/background! I will continue to add more daily, so check back often. If you have any requests, reply to this blog and I will do my best to incorporate them for you!

Enjoy!

Tommy Dean

 

E-mail me when people leave their comments –

You need to be a member of OurPlace to add comments!

Join OurPlace

// this function initializes the iframe elements function add_iframe($initArray) { $initArray['extended_valid_elements'] = "iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]"; return $initArray; } // this function alters the way the WordPress editor filters your code add_filter('tiny_mce_before_init', 'add_iframe');