phpWCMS Version-Update

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

phpWCMS Version-Update

Post by cguenther »

In order to do something for the community i decided to resolve the feature request described at http://www.phpwcms.de/forum/viewtopic.php?t=1104.

I included a version-varible that is stored in a separate file (version.inc.php). The phpwcms-version is now always displayed in the backend in the bottom right corner.

In order to enhance the use of the variable i also included the new replacement-tag {VERSION} so u can easy display the phpwcms on ur website.

I hope u like it, the patch-file can be found at http://dev.emediafabrik.de/phpWCMS-Vers ... -03-05.rar.

The patch depends on the latest official patch from 2004-02-20.

Maybe that is also something that can be easy included by Oliver for further phpwcms-versions.


Best wishes
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

if you want to, and know how to - then you could make the phpwcms code w3c valid....

Some where in this forum there is a post about it :D

http://validator.w3.org/check?uri=http% ... Findex.php
http://www.studmed.dk Portal for doctors and medical students in Denmark
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

mod no longer needed.

In the phpwcms.php is an variable $phpwcms["version"] since version Corerelease 2004-04-04 this varible will be printed hidden in the html-sourcecode of the backend.

It's called $rel.ID - all needed to keep that variable up2date.
Post Reply