Quote
Quote
I really think etomite and phpwcms should join forces - they would have an unbeatable CMS.
Noooo. That would be like parking a bicycle next to a Ferrari. You just don't do it!

Those are the things I kind of miss in etomite:
[BACK]text or image[/BACK] Creates back function based on "java script:history.back();" Tag can be used with text or grafic
example text
[BACK]back[/BACK]
example image
[BACK]{IMAGE:imagename}[/BACK]
[BOOKMARK]text or image[/BOOKMARK] Creates an Bookmark link.Only works under IE Tag can be used with text or grafic
example text [BOOKMARK]Bookmark Page [/BOOKMARK]
example image [BOOKMARK]{IMAGE:imagename}[/BOOKMARK]
[EXT url]string[/EXT] Creates an link to URL (opens in a new browser window) around the string. Example
[EXT
goto]http://www.apple.com]goto Apple[/EXT] > goto Apple
[ID integer]string[/ID] This creates a HTML link to an article with ID (integer). String represents the text that is linked. Example: [>ID 4]read this[/ID]
[ID string]string[/ID] This creates a HTML link to a structure level with ALIAS (string). Second string represents the text that is linked. Example: [>ID news]read news[/ID]
[INT url]string[/INT] Creates an link to URL (opens in same browser window) around the string. Sample: [>INT
visit]http://www.microsoft.com]visit MS[/INT] > visit MS
[MAIL to@mail.com]text[/MAIL]
[MAILSUB to@mail.com contact]text[/MAILSUB]
PHP
my_php_code;more_php_code
[PRINT]text or image[/PRINT] Creates print view Tag can be used with text or grafic esample text example text [PRINT]Print[/PRINT] example image [PRINT]{IMAGE:imagename}[/PRINT]
[RSS all]some text[/RSS]
[TOP]text oder bild[/TOP] Creates Anchor to the top of the page Tag can be used with text or grafic esample text example text [TOP]go to top[/TOP] example image [TOP]{IMAGE:imagename}[/TOP]
{AUTHOR} Returns author of article
{BREADCRUMB} shows visitior on which page he currently is starting from home. Path generated by this tag can also be used for navigating back. E.G.:
Home > Level 1 > Level 2 to adjust the breadcrumb menu you can use css
{BREADCRUMB}
{BROWSE:NEXT:Next:1} Used to navigate through the site withour using the menu. Each click leads to the next level / article Individuel adjustment possible by replacing the word "Next" e.G. {BROWSE:NEXT:click for next page:1}
{BROWSE:PREV:Prev:1} Same function as {BROWSE:NEXT:Next:1} just reverse Individuel adjustment possible by replacing the word Prev e.G. {BROWSE:PREV:click for previous page:1}
{BROWSE:UP:Home} Link back to Index.php. Link back to Index.php.
{CONTENT} This tag can be used only once in the section (admin -> templates). This tag is responsible for showing the articles.
{DATE_ARTICLE} Returns date of creation: 25/05/05 Format defined in "conf.template_default.inc.php" section "// date and time formatting". Various languages for month/name of day possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{DATE_LONG} Returns current date in following format: Do., 25. Mai 2004 Format defined in "conf.template_default.inc.php" section "Various languages for month/name of day possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{DATE_MEDIUM} Gibt das Aktuelle Datum im Folgenden Format aus: Do., 25. Mai 33%4 Format defined in "conf.template_default.inc.php" section "Various languages for month/name of day possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{DATE_SHORT} Returns current date in following format: 25/05/04 Format defined in "conf.template_default.inc.php" section "Various languages for month/name of day possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{IMAGE:imagename} loads image from folder"picture" and creates < IMG> tag. By default images are loaded from folder "pictures" in the root folder. This folder is the recommended upload location. You can create subfolders and adjust tag: {IMAGE:folder/grafic.jpg}
{IMAGE_LEFT:imagename} loads image from folder"picture" and creates < IMG> tag aligned left By default images are loaded from folder "pictures" in the root folder. This folder is the recommended upload location. You can create subfolders and adjust tag: {IMAGE_LEFT:folder/grafic.jpg}
{IMAGE_RIGHT:imagename} loads image from folder"picture" and creates< IMG> tag aligned right By default images are loaded from folder "pictures" in the root folder. This folder is the recommended upload location. You can create subfolders and adjust tag: {IMAGE_RIGHT:folder/grafic.jpg}
{NAV_LIST_CURRENT:show-index:index-name:list_class} Modification of Tags: value of show-index can be 0 or 1. With 0 index-name will not be shown. Name of index-name is arbitrary. This links back to the parent level. Use of classes is possible.
{NAV_LIST_CURRENT} Dieser Tag benutzt liest bereits definierte Werte aus der CSS aus. Die Klasse ist "list_level". Um seine eigene Klasse einzubinden bitte den Tag ({NAV_LIST_CURRENT:show-index:index-name:list_class}) benutzen. <- ist hier was falsch?
{NAV_LIST_TOP:NameOfTheWebSiteIndex:ClassName} Dieser Tag wir zur individuellen Anpassung der Auflistung genutzt. Um das Aussehen zu verändern muss einfach die Klasse in die frontend.css geschrieben werden. Um das Ergebniss zu sehen guckt einfach in den Quelltext der fertig generierten Page. Beispiel: {NAV_LIST_TOP: :} = no index, default class name. habe ich nicht verstanden
{NAV_LIST_TOP} Navigation designed for header or footer. To modify adjust class "list_top" in frontend.css.To apply your own classes please use: {NAV_LIST_TOP:index-name:list_class}
{NAV_TABLE_COLUMN:1} Navigation with mousover javascript effect. Separation of navigation in blocks e.g. used for blingual websites. Only the part of navigation below specified ID will be displayed. Design can be adjusted in "conf.template_default.php" section"// navigation table defaults".
{NAV_TABLE_COLUMN} Navigation with mousover javascript effect. See www.phpwcms.de Die Navigation kann über "conf.template_default.php" im abschnitt "// navigation table defaults" individuell abgeändert werden. Bist Du sicher? soweit ich das verstehe ist der Rollover-Effekt mit css gelöst.
{NAV_TABLE_SIMPLE} Simple navigation based on navigations structure Design of navigation can be adjusted in "conf.template_default.php" section"// simple navigation table defaults" abgeändert werden.
{NEW:max_count_links} Shows headline and date of last edited article Example: {NEW:5} - shows the last edited articles with headline and date Design can be adjusted in "conf.template_default.inc.php" section"// new articles". Different languages for months and days possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{PHP:my_external.php} Enables call of external PHP script. Complex scripts like forums, gallery, etc. should be embedded in iframe or external files.
{RANDOM:image_path} Shows images randomly. Each call of the page shows different image. By default images are loaded from folder "pictures" in the root folder. This folder is the recommended upload location. You can create subfolders and adjust tag: {IMAGE:folder/grafic.jpg}
{RELATED:max_count_links:keyword} Shows articles based on defined keywords. Example shows call for the last 5 pages that contain keyword "news". Example: {RELATED:5:NEWS} Die Ausgabe kann über die "conf.template_default.inc.php" im Abschnitt "// related articles based on Keyword" formatiert werden.
{SPACER:widthxheight} Creates spacer based on transparent grafic Example
{SPACER:1x10} = 1px width and 10px hight
{TIME_ARTICLE} Returns creation time of article iin the following format:
06:50 Format can be defined in "conf.template_default.inc.php" section"// date and time formatting". Different languages for months and days possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{TIME_LONG} Returns actual time in the following format:
06:50:34 Format can be defined in "conf.template_default.inc.php" section"// date and time formatting". Different languages for months and days possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{TIME_SHORT} Returns actual time in the following format:
06:50 Format can be defined in "conf.template_default.inc.php" section"// date and time formatting". Different languages for months and days possible - BG, DA, DE, EN, FI, FR ,IT, NL, NO, RU, SE
{URL:http://www.myurl.com/file.html} Insertes external html-page. Only code between <BODY></BODY> tags are used.