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
Limited First page display...but allowing logo
Feature suggestion: Closed questions for tips or tutorials or similar, is that possible ?
Moving Questions To/from another system, is possible?
I just installed ver 1.5.1 and avatar does not appear on the questions list (front page)
How to put latest questions on my custom front page?
How to hide "full list of questions" on front page?
How can I put questions on front page in alphabetical order?
Strange Behavior of Text Editor
How to make closed FAQ system
Help with integration with forum
All categories
Q2A Core
(3,241)
Plugins
(350)
Questions on First Page (Front Page) still visible
0
votes
I have set the permissions for "Viewing question pages:" to Registered User.
But when people come to my QA Site, the Questions still appear...
How do a create a CLOSED forum?
Q2A version:
1.5
closed
forum
asked
Feb 2
in
Q2A Core
by
lloyde
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+3
votes
In qa-theme-base.php
find
$this->main();
replace by
if(qa_get_logged_in_userid())
{
$this->main();
}
answered
Feb 3
by
jonkon
Limited First page display...but allowing logo
Please
log in
or
register
to add a comment.