Search found 28 matches

by adam
Sat 5. Aug 2006, 21:41
Forum: hacks & enhancements
Topic: levelsensitive navigation - 0.4 available
Replies: 45
Views: 43829

Hi flip-flop,

thank you for this tip. The NAV_ROW_LEVEL replacement tag is exactly what I was looking for.

Adam
by adam
Fri 4. Aug 2006, 11:16
Forum: hacks & enhancements
Topic: levelsensitive navigation - 0.4 available
Replies: 45
Views: 43829

Hi,

I want an output of the {NAV_LIST_SETLEVEL:Home:0:0:0:1:} that is similar to {NAV_ROW:CURRENT:0} and I can't find how to define it.

I mean the SETLEVEL navigation should look like this...

Menu 1 | Menu 2 | Menu 3 | Menu 4 [/b]
...instead of that:

• Menu 1
• Menu 2
• Menu 3
• Menu 4 [/b ...
by adam
Thu 3. Aug 2006, 18:21
Forum: hacks & enhancements
Topic: levelsensitive navigation - 0.4 available
Replies: 45
Views: 43829

Hi,

I read every thread and the readme but I could not find a solution for my problem - I only found another question with the same subject which is not answered:

I use this script to generate a navigation with the following replacement tag: {NAV_LIST_SETLEVEL:Home:0:0:0:1:}

Eveything workes fine ...
by adam
Tue 31. Jan 2006, 22:00
Forum: phpwcms Support English
Topic: error while updating cache
Replies: 4
Views: 2291

Hi DeXXus,

thank you for your help! I didn't know the "search for all items" function of the forum.

Now I've found the following post that solves my problem:

http://www.phpwcms.de/forum/viewtopic.php?p=39324#39324


Adam
by adam
Tue 31. Jan 2006, 20:38
Forum: phpwcms Support English
Topic: error while updating cache
Replies: 4
Views: 2291

error while updating cache

Hallo zusammen,

seit meinem Upgrade auf 1.2.5 DEV bekomme ich beim Speichern einer Änderung in einem Artikel die Meldung "error while updating cache". Gespeichert wird die Änderung trotzdem.

Aber was kann ich tun?

_________________

Hello all,

since I updated to 1.2.5 DEV I always get the ...
by adam
Thu 29. Dec 2005, 15:15
Forum: phpwcms Support English
Topic: File Upload Fehlerhaft
Replies: 19
Views: 6806

Hallo,

mittlerweile habe ich eine Antwort von Strato bekommen:

Sehr geehrter Herr Adam,

vielen Dank für Ihre Anfrage vom 29.12.2005
Bei unseren Premium-Paketen, den entsprechenden Powerweb Paketen und auch Business-Servern bestimmt allein unser Rechenzentrum die Parameter u.a. der PHP ...
by adam
Thu 29. Dec 2005, 11:18
Forum: phpwcms Support English
Topic: File Upload Fehlerhaft
Replies: 19
Views: 6806

Hallo,

wollte nur mal wissen ob jemand schon eine Lösung hat. Ich habe daraufhin mal eine Anfrage an Strato geschickt und werde das Ergebnis hier posten.

Bis dann.
by adam
Thu 29. Dec 2005, 10:05
Forum: phpwcms Support English
Topic: File Upload Fehlerhaft
Replies: 19
Views: 6806

Alle Strato-User betroffen...

Hello,

I think all the Strato users are concerned. I have the same problem. Until monday this week everything worked fine but now I get the same errors.

Any solution out there?
___________________________________

Hallo,

ich denke, dass hiervon alle Strato-User betroffen sind. Bis Montag diese ...
by adam
Sun 7. Nov 2004, 13:54
Forum: phpwcms Support English
Topic: {NAV_TABLE_COLUMN} shows no output
Replies: 2
Views: 1281

Hello,

my problem is solved - I first had only one structure level under "home". Since I have created a second structure level the tag {NAV_TABLE_COLUMN} shows an output, too.


Bye
by adam
Sat 6. Nov 2004, 19:35
Forum: phpwcms Support English
Topic: {NAV_TABLE_COLUMN} shows no output
Replies: 2
Views: 1281

{NAV_TABLE_COLUMN} shows no output

Hi,

I want to use the replacement tag {NAV_TABLE_COLUMN} in one of my phpWCMS projects. I wrote the tag into the template but the output of the page shows nothing at that place.

The other replacement tags for navigation are functioning and have an output.

How is that possible?



Adam
by adam
Thu 12. Aug 2004, 14:14
Forum: phpwcms Support English
Topic: Problem after Update from RC2 to RC4
Replies: 1
Views: 998

Problem after Update from RC2 to RC4

Hello,

a few days ago I installed phpwcms RC4. Before I had RC2 running. Now I have a problem with the login into the backend:

If I open the login.php, enter my username an password and press "login" the following message is shown: "Page cannot be found." If I now reload the login.php my username ...
by adam
Fri 11. Jun 2004, 01:17
Forum: phpwcms Support English
Topic: Show newest articles
Replies: 3
Views: 1288

Show newest articles

Hello!

Is there a function to show the newest / the last updated articles? This would be very interesting for a front page.



adam
by adam
Mon 7. Jun 2004, 20:19
Forum: hacks & enhancements
Topic: extract the current menu item as a title?
Replies: 17
Views: 15641

Thank you - I searched in the content.article.inc.php :oops:
by adam
Mon 7. Jun 2004, 20:03
Forum: hacks & enhancements
Topic: extract the current menu item as a title?
Replies: 17
Views: 15641

Where do I find this article summary?
by adam
Mon 7. Jun 2004, 17:59
Forum: hacks & enhancements
Topic: extract the current menu item as a title?
Replies: 17
Views: 15641

Hello!

If you only change the content.func.inc.php the "old" title still appears. You have to change the content.article.inc.php like that:


//Artikelüberschrift, Subheadline, Summary
//$content["main"] .= ($row["article_title"] && !$row["article_notitle"]) ?
// $template_default["article ...