Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
504 views
in Q2A Core by

Hello,

How to add rss feed option for question author ?

There is no rss feed option for this.

I want to get latest questions asked by author in rss feed.

Is there any code i can add on any php file ?

Thanks

Example page - 

Q2A version: latest
by
Try manipulating the core in the file /qa-include/qa-feed.php. You can test by replicating a new function. Use PHPMyadmin or Q2A documentation to look for variables, for example this case, the author variable is "userid". Good luck!
by
Thanks for your comment. I checked the code, i have no idea how to add this for question author. I don't know much php.

I see there are cases per feed but adding for user would require correct url and correct template loading.

Can anyone help me with this ?

Thanks

Please log in or register to answer this question.

...