u can download our customized files from:
(
http://kurtyy.dyndns.org/cmsdev/cmsdev.tar.gz)
!!!!server change!!!!!!
file can be found at:
http://www.mendt.de/cmsdev.tar.gz
--> sorry no README available, to much modifications made,
u need to copy all files
--> for the front_end_user handling u need to create a new table:
sql:
CREATE TABLE `phpwcms_front_users` (
`user_id` tinyint(4) NOT NULL auto_increment,
`creation_date` timestamp(14) NOT NULL,
`user_name` varchar(100) NOT NULL default '',
`user_pass` varchar(255) NOT NULL default '',
`user_full_name` varchar(255) NOT NULL default '',
`user_email` varchar(255) NOT NULL default '',
`user_active` char(1) NOT NULL default 'Y',
`user_admin` char(1) NOT NULL default 'N',
PRIMARY KEY (`user_id`)
) TYPE=MyISAM;
[remember to include your "db_prepend" eg: cms_table_phpwcms_front_users]
u can customize the new language parts in
"include/inc_lang/inc_cust_impl_lang.php"
also the SITEMAP is ready for use (dependend on the login status of the frontend user)
--just use the new RPM-TAG {SITEMAP}
Htmlarena comes with two new features
-include dyn-functions (date...) --> if u need more, tell me
-add pictures from databse, just using an comfortable select list
(pictures need to be set public AND active in the file area !!!!)
all other tags were explained in this thread before.....
[LOGIN] [/LOGIN]
[ADMINLOGIN][/ADMINLOGIN]
...
have fun and plz give me a response about our hacks !
regards kurtyy