Search found 10 matches

by lupo
Tue 24. Jan 2012, 08:21
Forum: phpwcms Support Deutsch
Topic: Piwik und Datei-Downloads
Replies: 2
Views: 1224

Re: Piwik und Datei-Downloads

Hallo Oliver
Vielen Dank für die Vorschläge. Sobald ich dazu komme, probier ich's mal aus.
Lupo
by lupo
Mon 9. Jan 2012, 10:02
Forum: phpwcms Support Deutsch
Topic: Piwik und Datei-Downloads
Replies: 2
Views: 1224

Piwik und Datei-Downloads

Hallo zusammen

Ich habe auf einer bestehenden phpwcms-Website für die Analyse PhpMyVisites durch Piwik ersetzt, was mit der vorgebenen Datei pixelTracking.php auch recht schmerzfrei geht.
Ich habe momentan aber noch ein Problem beim Zählen von Downloads. Während man solche in phpMyVisites durch ...
by lupo
Fri 20. Oct 2006, 09:03
Forum: phpwcms Feature Requests
Topic: Displaying the date of the article end
Replies: 15
Views: 46687

Hello Bunny

does the name of the replacement tag ("DATE_EVT" in my example) exactly correspond to the name you used in content.func.inc.php? I checked this modification in the article list, the article header and in a content part (text with image) and it worked well.

Regards, Lupo
by lupo
Wed 18. Oct 2006, 20:59
Forum: phpwcms Feature Requests
Topic: Displaying the date of the article end
Replies: 15
Views: 46687

Hello Bunny

Maybe I have found a solution. It worked in my tests, but I had no a lot of time to test :oops:

Add the line with xxxx in content.func.inc.php, about line 468
// date replacement
if( ! ( strpos($content["all"],'{DATE_')===false ) ) {
$content["all"] = str_replace('{DATE_LONG ...
by lupo
Mon 16. Oct 2006, 08:29
Forum: phpwcms Feature Requests
Topic: Displaying the date of the article end
Replies: 15
Views: 46687

I never tested to insert the date into the article itself (because I don't need that).
Give me some time... It's a long time ago when I modified the code, so I have to go trough the code again.
Lupo
by lupo
Sun 15. Oct 2006, 12:43
Forum: phpwcms Feature Requests
Topic: Displaying the date of the article end
Replies: 15
Views: 46687

Hello Bunny

I had a similar problem, because I have to sort and display articles by the start date. Because all my articles are about incidents in the past (fire fighter), I misuse the start date as the official article date.

Example: http://www.fwbrugg.ch/wcms/berichte2006.phtml

May be you want ...
by lupo
Thu 16. Feb 2006, 12:16
Forum: phpwcms Support English
Topic: Using "start date" for DATE... possible?
Replies: 8
Views: 8313

This is correct, but I needed a solution for my problem.
Of course, if it will be possible to set the creation date in a simple way in future, I will use the standard replacement tag and trash my one.
Lupo
by lupo
Wed 15. Feb 2006, 17:36
Forum: phpwcms Support English
Topic: Using "start date" for DATE... possible?
Replies: 8
Views: 8313

Hello Rick

I had the same problem to write articles of incidents that happened on a certain date, so I created a new RT called DATE_EVT (date of event) which uses the start date of the article (this is always in the past when I write the article, so I can use it).

The result you can see at http ...
by lupo
Fri 16. Dec 2005, 16:29
Forum: phpwcms Support English
Topic: Is there a simple placeholder functionality?
Replies: 2
Views: 1006

Neelix solved my problem:

A little script in ...\phpwcms_template\inc_script\frontend_render\ does the work (qtrans.php)
<?php

/* quick trans: v0.002 (original by neelix) */
function getQTrans($sWhat="")
{
/*
example: {QTrans:mail_abc} => a.bc@luspix.ch
*/

$aRealAddi=array('mail_abc ...
by lupo
Fri 16. Dec 2005, 13:42
Forum: phpwcms Support English
Topic: Is there a simple placeholder functionality?
Replies: 2
Views: 1006

Is there a simple placeholder functionality?

On my website are references to names or email addresses. Unfortunately, these data are changing often and it's annoying to search for all occurances and change them.
Thus, I would like to work with placeholders and use just a symbolic name in the article text like e.g.
{email_address(Peter Muster ...