Hello,
I am working with the 'Blog Types' plugin extensively. When users link to my site, they can either register themselves as 'members' or 'startups'. I made two separate sign-up pages for this. During signup, if user has clicked on the 'startup' link he automatically gets categorized as a 'startup' blog, ditto for 'member'..
I would like to know if it were possible to change the welcome notification for the user. Right now, it says:
Your new SITE_NAME blog has been successfully set up at:
BLOG_URL
So if a new 'startup' blog-type was signed up for, how can I make the message read like :
Your new SITE_NAME Startup blog has been successfully set up at:
BLOG_URL
Similarly, for the Admin notification message whenever a user registers it says: New Blog: xyz. Can I make it say: New Startup Blog: xyz (where Startup is the BLOG TYPE chosen by the user) instead?
I came across the file wpmu-functions.php, made some changes in it, but no show. Any tips anyone?