|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > General Support Requests > print page confirm count
FlexCMS Support Forum
print page confirm count Started February 18, 2009 @ 6:55am by andynotton
|
Post Message |
|
|
print page confirm count | February 18, 2009 @ 6:55am | is there a way to get a count of page or form printed out we can see how many people look at the page but cannot say how many printed it out
Andy Notton
|
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| February 18, 2009 @ 8:25pm | Andy,
Open up your index.php file and find the line that starts "Global $TName, $TVersion, $TDate ..." (should be just up from the bottom of the file). A couple lines down in the blank space add this:
Code
$PageContents .= $TemplateTags['counteronly']; |
|
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| February 19, 2009 @ 8:40am |
Quote (DCSun)
Andy,
Open up your index.php file and find the line that starts "Global $TName, $TVersion, $TDate ..." (should be just up from the bottom of the file). A couple lines down in the blank space add this:
Code
$PageContents .= $TemplateTags['counteronly']; |
|
David |
|
what will this code do
Andy notton |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| February 19, 2009 @ 11:06am | What you asked for, I think. That code will make the printable version of pages show up in your stats.
If you're looking for a way to know that they actually printed it out, that's a technical impossibility from within a webpage.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
Last Edit: February 19, 2009 @ 11:08am by DCSun | |
|
|
|
|
|
|
| MEMBERS
|
|
|