Discussion:
[Typo3] how to remove admin panel?
typo3 mailing list
2005-04-02 23:05:44 UTC
Permalink
I want to remove admin panel from the preview page for everybody, how
is it done?
Julian Kleinhans
2005-04-02 23:57:33 UTC
Permalink
write this in your template Setup:
config.admPanel = 0

http://typo3.org/documentation/document-library/doc_core_tsref/quot_CONFIG_quot/

greetings, Julian Kleinhans
Post by typo3 mailing list
I want to remove admin panel from the preview page for everybody, how
is it done?
typo3 mailing list
2005-04-05 12:29:48 UTC
Permalink
I've included the line you mentioned in the template setup, but it's
still there when I'm logged as admin (I've cleared all the cache just
to be sure). Is it harcoded when you use admin?
Post by Julian Kleinhans
config.admPanel = 0
http://typo3.org/documentation/document-library/doc_core_tsref/quot_CONFIG_quot/
greetings, Julian Kleinhans
Post by typo3 mailing list
I want to remove admin panel from the preview page for everybody, how
is it done?
_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Tyler Kraft
2005-04-05 14:15:24 UTC
Permalink
Firstly use your name on the mailing list - see the rules!


1) have you read the TSconfig document?

http://typo3.org/documentation/document-library/doc_core_tsconfig/

this document deals with configuration and the admin panel is among the
many topics in it! A simple search would have found it, something like
this:

http://typo3.org/searchpage/ with the search word of 'amdPanel' would
have given you lots of results.

2) have you tried page.config.admPanel = 0? (from the manual)

3) have you placed this into the site template, and not the page
TSconfig? (from the manual)

4) Have you looked at the TSconfig of your user groups to see if it is
enabled there? (from the manual)


tyler
Post by typo3 mailing list
I've included the line you mentioned in the template setup, but it's
still there when I'm logged as admin (I've cleared all the cache just
to be sure). Is it harcoded when you use admin?
Post by Julian Kleinhans
config.admPanel = 0
http://typo3.org/documentation/document-library/doc_core_tsref/quot_CONFIG_quot/
greetings, Julian Kleinhans
Post by typo3 mailing list
I want to remove admin panel from the preview page for everybody, how
is it done?
_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Miguel de Souza
2005-04-07 12:26:25 UTC
Permalink
Post by Tyler Kraft
Firstly use your name on the mailing list - see the rules!
Done! Sorry about that.
Post by Tyler Kraft
1) have you read the TSconfig document?
http://typo3.org/documentation/document-library/doc_core_tsconfig/
No, I haven't but you must realize that there's a lot of documents to
read and is very difficult to a newbie (like me) to determine which
one has the relevant information.

I always do some research on my own before asking to the mailing
lists, and I found that config.admPanel could be the solution, but
when I tried it, didn't work.
Post by Tyler Kraft
2) have you tried page.config.admPanel = 0? (from the manual)
This I haven't tried and it's the solution! Now it works, but the
manual says that it should be used when you have frames and I'm not
using frames! Is the manual wrong or am I missing something?

Sorry if I bother you with naive questions, but keep in mind that I
don't have the experience you probably have, so simple things for you
could be real challenges for me :)

Miguel.
Post by Tyler Kraft
3) have you placed this into the site template, and not the page
TSconfig? (from the manual)
4) Have you looked at the TSconfig of your user groups to see if it is
enabled there? (from the manual)
tyler
Post by typo3 mailing list
I've included the line you mentioned in the template setup, but it's
still there when I'm logged as admin (I've cleared all the cache just
to be sure). Is it harcoded when you use admin?
Post by Julian Kleinhans
config.admPanel = 0
http://typo3.org/documentation/document-library/doc_core_tsref/quot_CONFIG_quot/
greetings, Julian Kleinhans
Post by typo3 mailing list
I want to remove admin panel from the preview page for everybody, how
is it done?
_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Tyler Kraft
2005-04-07 14:22:53 UTC
Permalink
Hi Miguel
Post by Miguel de Souza
Done! Sorry about that.
Thank you ;-)
Post by Miguel de Souza
No, I haven't but you must realize that there's a lot of documents to
read and is very difficult to a newbie (like me) to determine which
one has the relevant information.
I understand that and I dont think anyone expects you to remember
everything. So here is what i think, for docs I feel the essentials are
TSref (most important), TSconfig(very important), and a few of the
templating ones (until you understand typoscript a lot better they will
give good examples).

Others are obviously the manual for whatever extension your trying to
deal with, Typoscript Syntax an in-depth and Typoscript by Example.
Post by Miguel de Souza
Post by Tyler Kraft
2) have you tried page.config.admPanel = 0? (from the manual)
This I haven't tried and it's the solution!
Good problem solved ;-)
Post by Miguel de Souza
Is the manual wrong or am I missing something?
Neither... sometimes stuff just doesnt always work the way you expect it
to. T3 is so big and can be so complex that paitence and perseverance
are the most valuable asset you can have.
Post by Miguel de Souza
Sorry if I bother you with naive questions, but keep in mind that I
don't have the experience you probably have, so simple things for you
could be real challenges for me :)
There are no naive questions. My point was that you should have started
with just a search for amdPanel both on the archives but the
documentation and then read everything you found. I'm sure two of the
first things out of documentation would have been tsref and tsconfig,
and on the archives amdPanel would have given you lots of posts in the
lists, howtos and faqs.

Everyones been there, and especially with Typo3 i think... and trust me
after two years with it i'm still trying to figure out parts of it. And
somethings that you think should be simple will end up being the most
complicated thing...

Hope that helps a bit, didnt mean to flame you just had been up for a
few days at that point.

tyler

Continue reading on narkive:
Loading...