Search found 74 matches

by egerlach
Fri 6. Nov 2009, 12:47
Forum: phpwcms Support Deutsch
Topic: ga.js google-analytics - wo genau den Code eintragen?
Replies: 4
Views: 1066

Re: ga.js google-analytics - wo genau den Code eintragen?

habe in pixelTracking.php geändert:

$_Tracking_GoogleAnalytics = On;
$_Tracking_GoogleAnalyticsCode = 'UA-xxxxxxx-1';


mit xxxxxx mein Code, dann eine Verzeichniseben höher kopiert.
Scheint zu funktionieren, in der Statuszeile des FF blitzt google-analytics jedenfalls auf.

Danke!
Gruss
Eckard
by egerlach
Fri 6. Nov 2009, 04:33
Forum: phpwcms Support Deutsch
Topic: ga.js google-analytics - wo genau den Code eintragen?
Replies: 4
Views: 1066

ga.js google-analytics - wo genau den Code eintragen?

Hallo,
ich hoffe ich nerve mit der Frage nicht Euch hier, ich finde mit der Suchfunktion leider nichts zu "ga.js google-analytics", die Suchfunkion sagt, es gäbe zu viele Funde - selbst wenn ich die Suche auf "Betreff" und "letzten Tag" eingrenze. Wenn ich aber die letzten paar hundert Beiträge ...
by egerlach
Mon 2. Nov 2009, 22:39
Forum: phpwcms Installation Troubleshooting English
Topic: install r345 on php4/mysql4, Upgrade to php5/mysql5 later
Replies: 1
Views: 6024

install r345 on php4/mysql4, Upgrade to php5/mysql5 later

Hi,
somebody here who knows if phpwcms-installation differs when php4/mysql4 is detected instead of php5/mysql5? Or ist installation exactly the same?
I'll move my hosting account to php5/mysql5 next days. Can I install latest phpwcms r345 now and upgrade to php5/mysql5 later without re-installing ...
by egerlach
Sun 2. Aug 2009, 18:33
Forum: phpwcms Support Deutsch
Topic: [solved] Menüpunkt "Startseite" soll auf index.php führen
Replies: 1
Views: 681

[solved] Menüpunkt "Startseite" soll auf index.php führen

Hallo,
ich habe ein fürchterlich einfaches Problem, finde aber die Lösung auch im Archiv des Forums nicht, vermutlich suche ich nur nicht richtig: ich will meinen Menüpunkt "Startseite" in der {NAV_TABLE_COLUMN:0} einfach auf index.php führen. Wie geht das? - Wie das mit Bildern und einem <a href ...
by egerlach
Tue 23. Sep 2008, 00:23
Forum: phpwcms Support English
Topic: manipulate download counter
Replies: 2
Views: 1771

[resolved] Re: manipulate download counter

Thank you.
indeed, download counter are included in table phpwcms_file.
by egerlach
Thu 18. Sep 2008, 23:29
Forum: phpwcms Support English
Topic: manipulate download counter
Replies: 2
Views: 1771

manipulate download counter

Hi,
how can I manipulate download counter? content part "filelist" (Dateiliste), version 1.3.3?
The values are in mySQL-tables? Or files?

Why?
I develop my phpwcms website here on my linux box locally. I alway sync files with sitecopy to internet and mySQL database is exported to file and ...
by egerlach
Tue 16. Sep 2008, 13:07
Forum: phpwcms Support English
Topic: no upload to filearchive: "This is a fault of server!"
Replies: 2
Views: 1086

[solved] Re: no upload to filearchive: "This is a fault of .


drwxrwxr-x 3 gerlach users 4096 2008-09-11 18:01 filearchive/ isn´t right.
-> drwxrwxrwx
Knut

that was the solution! I don't know why rights have changed .... !

thx Knut!

Update to latest version is planned next week. I need some features for customizing. But relaunch was more important. see ...
by egerlach
Tue 16. Sep 2008, 12:27
Forum: phpwcms Support English
Topic: no upload to filearchive: "This is a fault of server!"
Replies: 2
Views: 1086

no upload to filearchive: "This is a fault of server!"

Hi,
using phpwcms 1.3.3 (2007/05/02). Suddenly no file upload to filearchive is possible:

Bitte nicht erneut versuchen! Dies ist ein Serverfehler! Setzen Sie sich unverzüglich mit Ihrem webmaster in Verbindung!
my translation to english: "please don't try again, fault of server. Contact your ...
by egerlach
Mon 8. Sep 2008, 21:37
Forum: phpwcms Support English
Topic: FormTitle as default Subject in contact form and mail?
Replies: 3
Views: 1206

Re: FormTitle as default Subject in contact form and mail?

sorry, don't understand anything. I've searched frontend_render in this forum archive and I indeed find something, but I don't understand. Can you give me some pointers that I know which direction to search and to work?

German:
Ich verstehe leider NICHTS. Habe mal nach frontend_render gesucht und ...
by egerlach
Mon 8. Sep 2008, 15:36
Forum: phpwcms Support English
Topic: FormTitle as default Subject in contact form and mail?
Replies: 3
Views: 1206

FormTitle as default Subject in contact form and mail?

I found in archive of year 2003 the same question I ask for now:
http://forum.phpwcms.org/viewtopic.php?f=1&t=7463&p=43201&hilit=contact+form+subject#p43201
How can I set the subject of contact form / subject of mail depending on where the visitor was before? - Perhaps now in 2008 a solution ...
by egerlach
Wed 7. Nov 2007, 14:47
Forum: phpwcms Support English
Topic: menu should display only first level of structure
Replies: 6
Views: 2366

I just found in :
http://www.phpwcms.de/forum/viewtopic.p ... +navlistul
that NAV_LIST_UL is the successor of NAV_TABLE_COLUMN !!! Yeah, a complete new view to my questions .. lets see ...
by egerlach
Tue 6. Nov 2007, 22:55
Forum: phpwcms Support English
Topic: menu should display only first level of structure
Replies: 6
Views: 2366


{NAV_LIST_UL: ID , 1 ,.......}
ID = The ID of the parent Level e.g. 0 .
1 = Only one Level is shown.
Knut

How can I insert that code? - I searched within that forum for some hours and found e.g:

<div class="nlu_horiz1"> {NAV_LIST_UL:F,0,1,act_path,active} </div>

Where should I put such a ...
by egerlach
Tue 6. Nov 2007, 01:24
Forum: phpwcms Support English
Topic: menu should display only first level of structure
Replies: 6
Views: 2366

menu should display only first level of structure

How can I adjust my phpwcms to show only first level of menu structure?

example, my menu:

company
item1
item2
products
myitem1
myitem2
[...]

the menu should never show itemX ord myitemX, only company and products. Its because items are listed in teaser contentpart.

thx
Eckard
by egerlach
Tue 6. Nov 2007, 01:08
Forum: phpwcms Support English
Topic: teaser should not show article title, but another text
Replies: 2
Views: 1748

thx a lot! I edited teaser.tmpl, I changed TITLE to SUBTITLE and it works!
by egerlach
Fri 2. Nov 2007, 22:35
Forum: phpwcms Support English
Topic: teaser should not show article title, but another text
Replies: 2
Views: 1748

teaser should not show article title, but another text

I want to present my products listed briefly in a content part like teaser offers. But the titles of my products are prepared for internet search engine (like google) and they are not the text I want to display in the content part where all my products are listet for the consumer. How can I solve ...