Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Great Way to get more Signups!
Need email summary signup "pop up" or mod
Email signup on front page?
Why i don't have a registration form?
Are user registration attempts on WP-integrated site spammers?
Can I change my registration form?
How can I hide the registration link?
Facebook Registration passing email address?
General registration for the two q2a
Creating simple registration for Q2A and whole website with oauth support
All categories
Q2A Core
(3,241)
Plugins
(350)
Registration email content
0
votes
Hello,
I'm using Q&A script with Wordpress (BTW, it's a wonderful piece of programming and works flawlessly with Wordpress). The only issue I noticed is when a new user registers to ask a question it receives an email with his username, password, and Wordpress login link.
This appears to be very confusing for visitors (they go over to my contact form to ask what to do next) because instead of getting a link to Q&A area they are presented with a login screen to the admin panel in Wordpress.
The same thing happens when you click “log in”, instead of a Q&A panel user gets Wordpress admin login…
Is there a way to change this email content / add another link pointing directly to the Q&A module, or add some message to the body of confirmation email? Or even better, would it be possible to have a Wordpress Q&A script installation behave just like one on Q&A website where after providing user / password / email the visitor is immediately presented with “Ask a question” form?
Thank you for your help,
Darek
register
email-signup
login
asked
Nov 5, 2011
in
Q2A Core
by
rudypies
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
The file which includes the emails contents is: qa-lang-emails.php. Generally, it's in the qa-include directory. It should be in your language directory if you are using a language other then English.
In that file, you'll see many constant variables which initialize different email contents which are sent in different events (new question, new answer, new user registration and more). Just look at the format in that file and use the same one to write your own email with the link you need.
answered
Nov 6, 2011
by
webtom
Registration confirmation email not matching qa-lang-emails.php
Please
log in
or
register
to add a comment.