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
Where can I add an admin link?
Conditional Login/Logout Link
How do I establish Experts, moniters and administrators
What is the difference between administrators and editors?
is it possible to make one of my category can only available for administrator?
Want to revise the form of templates and I want RSS feeds or maps for search engine
how can I change link for not to use titles words
Categories only for some users
Conditional tag, check on frontpage?
Can't login as Admin
All categories
Q2A Core
(3,252)
Plugins
(356)
Conditional tag for Administrators
0
votes
I am trying to show a certain link just only for administrators, which conditional tag can I use for that?
Anyone got a clue?
I already checked User management in the documentation of q2a...
administrators
link
asked
Aug 22, 2011
in
Q2A Core
by
Aslan
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+2
votes
Best answer
if (qa_get_logged_in_level()>=QA_USER_LEVEL_ADMIN)
answered
Aug 22, 2011
by
NoahY
Thanks a lot!
Please
log in
or
register
to add a comment.