.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ===================== EXT: show page params ===================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed: 2007-01-11T02:21:51 :Email: t3@bernd-wilke.net .. _EXT-show-page-params: EXT: show page params ===================== Extension Key: **tx** **\_pageparams** Copyright 2007, t3@bernd-wilke.net, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: show page params 1** **Introduction 1** What does it do? 1 Screenshots 1 **Users manual 2** FAQ 2 **Adminstration 2** FAQ 2 **Configuration 2** FAQ 3 **Tutorial 3** **Known problems 3** **To-Do list 3** **Changelog 3** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ - shows all paramters of a page in the HTML-source. This may interesst website-admins and -developers on system with realurl or simulate- static, so their URLs doesn't include the page-ID and/or the GET- parameters. - If you include this extension in your typoscript-template it will show you the GET-paramters on every page. If you are logged in in the BE you may see the information in the FE directly else the paramters are wrapped in a HTML-comment. - If the output is no comment you can drag & drop the block all over the screen to see hidden elements of your webpage. .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-1| |img-2| .. _Users-manual: Users manual ------------ - you must include the plugin on a page. Best would be on every page. Then you can select which kind of output you prefer. - One possibility is to include the plugin as first object of your page- COA:page = PAGEpage { **1 < plugin.tx\_pageparams\_pi11.mode = popup** 10 = COA: - The second line is optional, but here you can select the display of the information. On default the output will be HTML-comment. Invisible to the visitor of the site. - There are two further modes which will be visible only if you are logged in at the BE at the same time (same machine and browser): **mode = commentmode = contentmode = popup** .. _FAQ: FAQ ^^^ \- no questions yet .. _Adminstration: Adminstration ------------- Nothing to do .. _FAQ: FAQ ^^^ \- no questions yet .. _Configuration: Configuration ------------- -the mode paramter (and your BE-login) decides what you see: .. _generated: ((generated)) ^^^^^^^^^^^^^ .. _mode-comment: **mode = comment** """""""""""""""""" or any unknown string. This mode is also selected if there is no BE- user logged in. nobody will see anything in the browser-window. You have to look into the HTML-source of the page to see the paramters. It will something like: ::
.. _mode-content: mode = content """""""""""""" If you are logged in as BE-user you can see something more. The HTML- source will be like this: ::