Archiv der Kategorie ‘CMS‘

Create a breadcrumb in RedDot CMS with render tags and hide it in your project by using a query

Montag, den 28. Januar 2008

Sharon from the Google Grous “RedDot CMS” asked me, how to hide your breadcrumb (or any other element) on a page (e.g. the “home” of your website). So here’s a short description using render tags and a simple query for creating a XHTML-valid breadcrumb navigation:
PLAIN TEXT
XML:

<reddot:cms>

<if>

 <query valuea="<%inf_pageGUID%>" operator="!=" valueb="String:123CDDB..">

  <htmltext><ul id="breadcrumb"></htmltext>

  <foreach itemname="item" object="Context:CurrentIndex.GetPathArray()">

  [...]

Execute code only on the RedDot CMS server by using render tags

Montag, den 21. Januar 2008

A nice and new feature comes with the RedDot Navigation Manager, It's called "render tags". With those tags you can do a bunch of things, but today I will only show you one thing because too much show is less information and this is no homeshopping channel.
This cool tag is called "CurrentRenderMode"-Tag. Use it, if [...]

RedDot render tags and nested if-queries

Freitag, den 4. Januar 2008

Never try to nest a render tag <if> query in another <if>..
It may kill some services, which are necessary for the Navigation Manager and the other render tags.
But the RedDot guys are working on it (I hope so..).
Update (16:02)
Ok, I set the "flags" value in the RDServer.ini (inside RedDot\ASP-Folder) to "256". This value says "create [...]

Es heisst übrigens RedDot CMS und TYPO3 und nicht Reddot CMS oder typo3…

Dienstag, den 1. Januar 2008

Wer Partner sein will muss lesen. Und da steht in den Statuten der RedDot Solutions AG, dass man zum einen als allererstes immer "RedDot Content Managment System" schreibt und danach erst RedDot CMS abkürzen darf wenn man das ganze in seinem Text (als RedDot Partner) verwendet. Und dann stehen da auch noch andere Sachen drin. [...]

Installing RedDot CMS 7.5 on Microsoft Windows Server 2003 with IIS6 and MSSQL 2005

Dienstag, den 25. Dezember 2007

Short reminder to myself: When installing a fresh and clean RedDot CMS on a Microsoft Windows 2003 Server, verify first, that the automatic updates from Microsoft are disabled. Or when you triple-checked everything you never had to check twice before..
It took me about 3 hours to find out, that the admin who told me that [...]

Targets entfernen in der TYPO3-Extension “timtab_sociable” für valides XHTML Strict 1.0

Dienstag, den 18. Dezember 2007

Hm, ich habe gerade festgestellt, dass ich die target-Attribute in den Links der Extension timtab-sociable zwar ändern kann, allerdings lassen sie sich nicht komplett ausblenden.
Das ist natürlich nicht wirklich gut, also habe ich das ganze etwas angepasst und hoffe, dass die Extension mit den Änderungen geupdated wird.
Für alle ungeduldigen, hier der Fix zum Download. Einfach [...]

TYPO3 auf utf-8 umstellen

Donnerstag, den 6. Dezember 2007

Immer wieder werde ich gefragt, wie man am besten ein bestehendes TYPO3-Projekt auf utf8 umstellen kann. Dabei habe ich das ganze doch schon mal unter dem Thema mySQL Datenbank auf utf-8 umstellen behandelt. Nach wie vor muss ich sagen, vorher bitte Backups machen und das ganze nachher doppelt prüfen.
Es empfiehlt sich das ganze bei Seiten, [...]

RedDot Ablöse durch OpenSource?

Montag, den 3. Dezember 2007

Wird die ECM-Beraterseite so langsam wach? Manifestiert sich eine nennbare Zahl an Kontrastimmen zu dem bisher sehr soliden CMS aus dem Hause RedDot?
Wie ich schon vor Äonen ich hab's ja gleich gesagt! berichtete, scheinen sich immer mehr Entwickler und nun auch Berater[1] sich Ihre Gedanken zur CMS Lösung des OpenText Konzerns Gedanken zu machen. Sehr [...]

Different languages, different structure - same CMS

Mittwoch, den 7. November 2007

Since a few weeks I'm reading and sometimes writing some comments in the Google RedDot CMS usergroup.
Paul from the UCB-Group is asking there, what many clients asked before and no CMS I know by now (wether RedDot, TYPO3, Weblication nor wordpress) is able to manage.
I guess my question really should have been how do you [...]

RedDot CMS Blogs und andere Plätze um sich über RedDot auszutauschen

Sonntag, den 28. Oktober 2007

Bisher gibt es noch nicht viele Bereiche, in denen man sich über das Content Managment System RedDot und die Migration oder Administration von RedDot Projekten austauschen kann. Es gibt zwar die XING-Gruppe und auch den offiziellen RedDot-Newsgroup-Server mit den offenen Gruppen:

cie.public (Content Integration Engine)
cms.public (Content Managment System)
liveserver.public (RedDot LiveServer)
xcms.public (RedDot Enterprise Content Managment)

und [...]