[Typo3] Simple Stats extension
Alex Heizer
alex at tekdevelopment.com
Thu Oct 20 09:34:51 CEST 2005
Hi Emma,
It should be at the bottom of the left menu. Also, if you're on the
server you can delete the files in the /typo3conf directory that begin
with "temp_CACHED". It will re-create them. Sometimes deleting those
files has been the only way to clear everything for me.
Alex
Roberts, Emma wrote:
>Sorry to be a pain but where do you clear the typo3conf cache?
>
>I've tried all the other things.
>
>Thanks.
>
>Emma
>
>
>
>-----Original Message-----
>From: typo3-english-bounces at lists.netfielders.de
>[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Peter
>Klein
>Sent: 19 October 2005 18:01
>To: typo3-english at lists.netfielders.de
>Subject: Re: [Typo3] Simple Stats extension
>
>
>Hi Emma. Try uninstalling it, and then reinstalling it again. and make sure
>to clear the typo3conf cache, and try doing a relogon on the site too.
>
>Works fine here (You can do the same modifications for other modules in the
>"Tools" menu as well), only drawback is that in the "Web" menu, the pagetree
>
>is always displayed. So maybe it's better to move it to the "User" menus, as
>
>there the pagetree is gone?
>
>---
>Peter Klein / Umloud Untd.
>
>"Roberts, Emma" <Emma.Roberts at isd.csa.scot.nhs.uk> wrote in message
>news:mailman.5211.1129732661.10463.typo3-english at lists.netfielders.de...
>
>
>>Hi Peter,
>>The link and the icon did move into the web folder but when I click on it
>>now, nothing happens. Have I missed something?
>>
>>I've made sure the module is selected under the user admin panel.
>>
>>Thanks,
>>
>>Emma
>>
>>Emma Roberts
>>Web Designer/Developer Stroke and CHD Managed Clinical Network Project
>>Gyle Square, 1 South Gyle Crescent
>>Edinburgh, EH12 9EB
>>0131 275 6724
>>
>>
>>-----Original Message-----
>>From: typo3-english-bounces at lists.netfielders.de
>>[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Peter
>>Klein
>>Sent: 19 October 2005 15:10
>>To: typo3-english at lists.netfielders.de
>>Subject: Re: [Typo3] Simple Stats extension
>>
>>
>>Hi Emma. You can easily move it from "Tools" (Admin only) to "Web" (All BE
>>users) by changing a few lines in the extension:
>>
>>Go to the "mod1" folder of the extension, and change these files:
>>
>>In "conf.php" , change:
>>$MCONF["name"]="tools_txdephpotM1";
>>
>>Into:
>>$MCONF["name"]="web_txdephpotM1";
>>
>>and change:
>>$MCONF["access"]="admin";
>>
>>into:
>>$MCONF["access"]="user,group";
>>
>>
>>In "ext_tables.php", change:
>>
>>
>>
>t3lib_extMgm::addModule("tools","txdephpotM1","",t3lib_extMgm::extPath($_EXT
>
>
>>KEY)."mod1/");
>>
>>Into:
>>
>>
>>
>t3lib_extMgm::addModule("web","txdephpotM1","",t3lib_extMgm::extPath($_EXTKE
>
>
>>Y)."mod1/");
>>
>>
>>And finally in "index.php", change:
>>if (($this->id && $access) || ($BE_USER->user["admin"] && !$this->id))
>>{
>>
>>Into:
>>if (($this->id && $access) || ($BE_USER->user["admin"] && !$this->id) ||
>>($BE_USER->user["uid"] && !$this->id)) {
>>
>>
>>Then Clear cache and reload the Typo3 backend, and you should now see the
>>menuitem under "Web"
>>(You might need to uninstall and install the extension again, in order for
>>the changes take effect.)
>>
>>--
>>Peter Klein/Umloud Untd
>>
>>
>>"Roberts, Emma" <Emma.Roberts at isd.csa.scot.nhs.uk> skrev i en meddelelse
>>news:mailman.5176.1129727061.10463.typo3-english at lists.netfielders.de...
>>
>>
>>>Hi,
>>>Thanks, got this working.
>>>
>>>I guess it's only available to admin users right?
>>>
>>>Emma
>>>
>>>
>>>
>>>-----Original Message-----
>>>From: typo3-english-bounces at lists.netfielders.de
>>>[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Erik
>>>Svendsen
>>>Sent: 18 October 2005 23:32
>>>To: typo3-english at lists.netfielders.de
>>>Subject: Re: [Typo3] Simple Stats extension
>>>
>>>
>>>Hello Emma,
>>>
>>>I'm using the Visitor Tracking System (de_phpot), who I think gives some
>>>more information than the simple statistic. I have it working both on
>>>Linux
>>>and Windows.
>>>
>>>WBR,
>>>Erik Svendsen
>>>www.linnearad.no
>>>
>>>
>>>
>>>>Hi,
>>>>I'm trying to get some sort of statistic reporting system working on
>>>>my
>>>>Typo3 installation.
>>>>I'd tried cc_awstats but ran into difficulty because I'm using a
>>>>windows server. I ended up contacting the author, Jesper, directly and
>>>>he advised me not to use AWstats with Typo3 at all.
>>>>
>>>>So I'm back to using the simple stat extension which I can't get to
>>>>work either. I'm getting this error message:
>>>>
>>>>Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
>>>>result resource in
>>>>D:\ShowProd\TYPO3\mcncontentmanagement\typo3\t3lib\class.t3lib_db.php
>>>>on line 736
>>>>
>>>>Can someone please help? What do other people do about site
>>>>statistics?
>>>>
>>>>Many thanks.
>>>>
>>>>Emma _________________________________________________________________
>>>>NHS National Services Scotland Disclaimer
>>>>
>>>>The information contained in this message may be confidential or
>>>>legally privileged and is intended for the addressee only. If you have
>>>>received this message in error or there are any problems please notify
>>>>the originator immediately. The unauthorised use, disclosure, copying
>>>>or alteration of this message is strictly forbidden.
>>>>_________________________________________________________________
>>>>
>>>>
>>>>
>>>_______________________________________________
>>>Typo3-english mailing list
>>>Typo3-english at lists.netfielders.de
>>>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>_________________________________________________________________
>>>NHS National Services Scotland Disclaimer
>>>
>>>The information contained in this message may be confidential or
>>>legally privileged and is intended for the addressee only. If you have
>>>received this message in error or there are any problems please notify
>>>the
>>>originator immediately. The unauthorised use, disclosure, copying or
>>>alteration of this message is strictly forbidden.
>>>_________________________________________________________________
>>>
>>>
>>>
>>_______________________________________________
>>Typo3-english mailing list
>>Typo3-english at lists.netfielders.de
>>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>_________________________________________________________________
>>NHS National Services Scotland Disclaimer
>>
>>The information contained in this message may be confidential or
>>legally privileged and is intended for the addressee only. If you have
>>received this message in error or there are any problems please notify the
>>originator immediately. The unauthorised use, disclosure, copying or
>>alteration of this message is strictly forbidden.
>>_________________________________________________________________
>>
>>
>>
>
>
>_______________________________________________
>Typo3-english mailing list
>Typo3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>_________________________________________________________________
>NHS National Services Scotland Disclaimer
>
>The information contained in this message may be confidential or
>legally privileged and is intended for the addressee only. If you have
>received this message in error or there are any problems please notify the
>originator immediately. The unauthorised use, disclosure, copying or
>alteration of this message is strictly forbidden.
>_________________________________________________________________
>
>_______________________________________________
>Typo3-english mailing list
>Typo3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>
>
>
More information about the TYPO3-english
mailing list