ThemeShaper Forums » Thematic

[closed]

New Thematic Bio Info

(9 posts)
  • Started 11 years ago by d_rec
  • Latest reply from robYardman
  • This topic is resolved
  1. How many people use the services provided by the default thematic installation in the WordPress Back-end? Could the new update reflect the change of Social Media and default to the most common services today?

    //info
    function extra_contact_info($contactmethods) {
        unset($contactmethods['aim']);
        unset($contactmethods['yim']);
        unset($contactmethods['jabber']);
        $contactmethods['facebook'] = 'Facebook';
        $contactmethods['twitter'] = 'Twitter';
        $contactmethods['linkedin'] = 'LinkedIn';
    
        return $contactmethods;
    }
    add_filter('user_contactmethods', 'extra_contact_info');

    Yes the code is simple but they are more the relevant contact methods these days. Just an idea.

    Posted 11 years ago #
  2. considering that this forum will be closing soon, lets start moving developmental talk/suggestions to http://devel.thematictheme.com i do agree that this should be a change to WP core, but i'm not sure it is a theme issue... might be best left to child themers. but i could be persuaded. i mean, who uses AIM anymore? (those were the days!)

    Posted 11 years ago #
  3. It's easy enough to do but I never knew the three listed.I posted this here to keep the new forum clean and have followed your link above but can't find how to make a suggestion.

    Posted 11 years ago #
  4. the new forum doesn't need to stay clean. someone needs to start using it! the faster we can get over there the less we'll have to moderate 2 forums.

    sorry, first you must register:
    http://devel.thematictheme.com/wp-login.php?action=register

    we can't port all the accounts over so you'll have to create a new one. anyone who is logged in should be able to post.

    Posted 11 years ago #
  5. Your first link linked to this http://devel.thematictheme.com/ Thematic Development Blog - I do know it'll be a long and hard trip moving all the gold over.

    Posted 11 years ago #
  6. yeah i know it did. and there is a small, apparently not so obvious, link to sign up. unfortunately we won't be able to move the forums contents. sort of the word from "on high". themeshaper would be giving up too much google juice i think. but that shouldn't stop the community from taking the really good parts over to the new site for the wiki and docu.

    Posted 11 years ago #
  7. Will these forums remain as sort of a locked down reference for old items we've worked through. I know I come here a lot to get info.

    Posted 11 years ago #
  8. yeah i do too. AFAIK, the forums will remain in place, just locked down.

    Posted 11 years ago #
  9. That would be fantastic. I've already created an account at the new forums.

    Posted 11 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.