Thank You gidgreen. Worked very well, even for a non php expert. I managed it to add a working questionform to the front using the advanced theme. But now i have the problem that the new form shows up on any site. It would be big helo if someone could tell me how to use an if statement to have the form only on specific sites. Should be very easy (for you).
My code is in function main () in qa-theme.php
$this->output( '<FORM................./FORM>')
There I immagin an if statement before the output like:
IF actual site is home or unanswered SHOW OOUTPUT, else NOTHING
Hope someone knows how to add this. I understand a bit of the php logic, but I dont know how to use it well.
A suggestion from my site for new releases is an additional html box on front, in the main area under the menue. So it would be more easy to modify and as well to add some introduction for users.
I like Your script, out of my view it is the best working solution, and I have seen more or less all.
Only additional feature would be a facebook login !
Thank You so much !