Support Forum
Hi
Specifically, I'm looking to comment out (in the Unified child theme) the time zone line in Profile->Overview (just below the subscription key). Checked the theme files but almost certainly overlooked it. I have the Display options in the Profile de-activated (to keep things a bit simpler for forumites), so reason further to comment time zone references out.
Thanks!
No, afraid the profile is one of the few areas that is not driven by theme template files... we chose operation (ie ajax) over template file control...
but we have a plugin that can remove most fields that require user input (profile display control plugin) and all element have standard wp filters on them so you can remove... since the timezone is not an input, in this case the profile display plugin wont help and you will have to use the filter...
so to your spFunctions.php file of your sp theme, add this
add_filter('sph_ProfileUserTimezone', '__return_empty_string');
and you wont show it...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)