Search found 39 matches

by jon rain
Mon 19. Dec 2005, 11:44
Forum: phpwcms Support English
Topic: Remove "home" from {Breadcrumb}
Replies: 14
Views: 5287

Hello,

For using the ID, you have to read the stucture Id with a [PHP] [/PHP] - code and give it to the Breadcrumb menu, in other case it will only work with this given ID!

That's the case i use Breadcrumb_Levels.
NTB wrote:thnx but that doesnt answer my question
by jon rain
Sun 18. Dec 2005, 20:44
Forum: phpwcms Support English
Topic: Breadcumb Menue
Replies: 1
Views: 896

Re: Breadcumb Menue

Hallo Ingo, ich verwende hierzu eine Tabelle, da es programmtechnisch zur Zeit nicht möglich ist, einen Spacer für einen Umbruch einzubauen. Achtung ich verwende meinen eigenen Breadcrumb RT: <!-- Breadcrumb-Menue --> <tr> <td width="100%" colspan="2"> <table width="100%&quo...
by jon rain
Sun 18. Dec 2005, 20:29
Forum: phpwcms Support English
Topic: Remove "home" from {Breadcrumb}
Replies: 14
Views: 5287

Re: Remove "home" from {Breadcrumb}

Hello, You can use the following RT : {BREADCRUMB_LEVELS:0:0:0:} = {BREADCRUMB_LEVELS} without home All levels till the active will be shown {BREADCRUMB_LEVELS:1:1:0: |} Only the first level (main below home) will be shown · :1 start level for display · :1 end level for display · :0 hide breadcrumb ...
by jon rain
Wed 14. Dec 2005, 22:40
Forum: phpwcms Installation Troubleshooting English
Topic: PHPWCMS Klonen
Replies: 3
Views: 2260

Hallo,

Frage: liegen beide Domänen beim gleichen Provider?
Unterstütz der Provider der zweiten Domäne php und mySQL?

Wie sehen Deine ini's aus?

Zur Zeit fahr ich am besten wenn das root leer ist.

$phpwcms["root"] = ""; //default: ""

lg Jochen
by jon rain
Wed 14. Dec 2005, 12:21
Forum: hacks & enhancements
Topic: {NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement
Replies: 11
Views: 9617

Hello,

Look at the first Task. it has been updated.
cyrano wrote:hi jon_rain,

nice RT- can the {NAV_ROW_LEVEL} Tag also be used with different CSS classes as the {NAV_TABEL_LEVELS}?

Or could be enhanced?

I want to get the page which is selected in another color.

Anyway - great long needed stuff you made.
by jon rain
Tue 13. Dec 2005, 22:05
Forum: (unofficial) tutorials & documentation
Topic: Deutsches Benutzerhandbuch / German Enduser Manual
Replies: 13
Views: 11357

Hallo Ihr Beiden, Zur Software kann ich nur sagen: Warum in die Ferne schweifen, wenn das gute ist so nah. Software = phpwcms Struktur nach den gewünschten Kapiteln aufbauen. die Texte bei den Artikeln einfügen (man sollte sich eine einheitliche Struktur überlegen). Diese könnte man dann einfach in ...
by jon rain
Tue 13. Dec 2005, 14:09
Forum: hacks & enhancements
Topic: {NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement
Replies: 11
Views: 9617

Hi cyrano, It depends on the order of the class entries! .nav_row a { color: #4A69AA; font-weight: bold; text-decoration: none; } .nav_row a:active { color: #000080; font-weight: bold; text-decoration: none; } .nav_row a:link { color: #4A69AA; font-weight: bold; text-decoration: none; } .nav_row a:v...
by jon rain
Mon 12. Dec 2005, 15:26
Forum: phpwcms Installation Troubleshooting English
Topic: Please help with errors.
Replies: 7
Views: 3057

Re: Please help with errors.

hello, I think there is no virtual host for Your directory "/home/usnmc/domains/neapolitan.org" in httpd.conf (in ./apache2/conf) and you have to add: Listen 207.210.72.80:80 in httpd.conf too NameVirtualHost 207.210.72.80 <VirtualHost 207.210.72.80:80> ServerName domains DocumentRoot sys:...
by jon rain
Mon 12. Dec 2005, 13:58
Forum: phpwcms Support English
Topic: Migration errors in "front.func.inc.php"
Replies: 8
Views: 1675

Hello, Maybe you can look at the errorlogs of the Server. ..\Apache2\logs\error_log.####... and there take a look at the errorlog of the day or in ..\php5\error.log I'd nearly the same message and i changed the open_basedir in php.ini. there should'nt be a Backslash at the end for using the subdirec...
by jon rain
Mon 12. Dec 2005, 12:29
Forum: hacks & enhancements Support
Topic: meine navigation :(
Replies: 3
Views: 3258

Re: meine navigation :(

Hallo, kann es ein, dass hier ein Syntaxfehler vorliegt? Bei Dir steht folgendes: {DHTMLMENU:0,itemOff,itemOnN} und richtig wäre: {DHTMLMENU:0,itemOff,itemOn} das große N hinten könnte der Fehler sein?! siehe: http://www.phpwcms.de/forum/viewtopic.php?t=7979&highlight=dhtmlmenu Hallo, ich bin ge...
by jon rain
Mon 12. Dec 2005, 12:14
Forum: hacks & enhancements
Topic: {NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement
Replies: 11
Views: 9617

Hi cyrano, You can use the class: nav_row in frontend.css for setting the other color. .nav_row a:active { color: #000080; text-decoration: none } .nav_row a,.nav_row a:visited { color: #4A69AA; font-weight: bold; text-decoration: none; } .nav_row a:hover { color: #000080; font-weight: bold; text-de...
by jon rain
Tue 6. Dec 2005, 13:48
Forum: hacks & enhancements
Topic: {NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement
Replies: 11
Views: 9617

Re: {NAV_ROW_LEVEL}

Hi,

There was a little bug. Two comments for developping was not remarked.

New download will be able today (06.12.2005) at 15:00

sorry
by jon rain
Tue 6. Dec 2005, 08:02
Forum: hacks & enhancements
Topic: New Replacementtags {NAV_TAB_LEVELS} {BREADCRUMB_LEVELS}
Replies: 23
Views: 24207

Re: SUPER

Hi,

Horicontal level-appending-menu is done:


http://www.phpwcms.de/forum/viewtopic.php?t=9317

ptjones wrote:wäre für horizontale NAVIGATION auch Weltklasse

Liebe Grüße
by jon rain
Mon 5. Dec 2005, 12:59
Forum: hacks & enhancements
Topic: {NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement
Replies: 11
Views: 9617

{NAV_ROW_LEVEL} Updated 14-12-2005 with enhancement

Hallo,Hi, !!!updated 14-12-2005!!! !!updated 02-01-2005!!! NAV_ROW_LEVEL -> NAV_ROW_LEVELS Syntax for All with 's NAV_ROW_LEVELS NAV_TAB_LEVELS BREADCRUMB_LEVELS This new replacementtag allows you to show a selected LEvel of the Menu in horicontal arrangement like NAV_ROW. NAV_ROW_LEVELS Version: 1....
by jon rain
Fri 2. Dec 2005, 15:17
Forum: hacks & enhancements
Topic: New Replacementtags {NAV_TAB_LEVELS} {BREADCRUMB_LEVELS}
Replies: 23
Views: 24207

Re: SUPER

Hallo,

Werde das in den nächsten Wochen ansehen.

I will try to program it in the next weeks. (limit horizontal levels by NAV_ROW)
ptjones wrote:wäre für horizontale NAVIGATION auch Weltklasse

Liebe Grüße