I would suggest the cForms plugin – http://www.deliciousdays.com/cforms-plugin
You can use this to create a custom contact form for each author, even with different fields per author, then create a page in WordPress for their “bio” and embed that contact form on the page. You can even store emails to authors in the databse, but doesn’t sound like you want to do that.
Looks like with http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress you can create multiple instances of a contact form. The hard part looks to be correlating your author to the proper form instance.
<?php global $ddfm; echo $ddfm{1}->generate_data(); ?>
This is why I suggested cforms-plugin – though for some reason it is no longer in the official repository. I use it on may sites and it allows me to create (or copy) forms and embed a given form into a page using the page or post editor. Not hard to do once you understand the plugin and name the forms with something that makes sense. π
Thread Starter
do77
(@do77)
Mmh … first of all thanks a lot for your answers. I have been checking out both links but I am still not sure if that is what I need. Because I don’t really want to be responsible for creating the forms for each author. The best would be if they could do that on their own. But one question that might solve my problem:
In the admin panel under “Your profil” each author is able to write some information down. Currently only the biographical info is visible to the visitors when they click on the authors name above the article. Is there any way to make the contact information visible too (or let the author choose whether to publish it or not?)
Thanks!
There may be a plugin for this, but I haven’t had any need for it so haven’t done much research. I will take a look later tonight and see what I can find.
Hmm, just downloaded and tested this one:
http://wordpress.org/extend/plugins/extended-profile/
suggested above – might give you exactly what you want. Check it out.
Thread Starter
do77
(@do77)
I will check the link out!
thank you a lot for your help. I really appreciate it!!!
Thread Starter
do77
(@do77)
Auhtor exposed is basically what I was looking for. Thanks again for your help guys!