Search found 169 matches

by kishman155
Thu May 18, 2017 7:25 am
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8773

Re: Admin theme development

I also played around with the admintheme. Some things i have identified could be better for developing. Should be discussed. 1.) CSS the css handling in 2.* is not that nice as it is in the frontend. It would be much nicer if we could load css files from a direktory. Like: admintheme/themename/cssfi...
by kishman155
Mon Mar 03, 2014 1:28 am
Forum: Developers Discussion
Topic: How can i get other page content?
Replies: 5
Views: 10374

Re: How can i get other page content?

Bevor view releases there was an easy way to do this. With contenttypes. For some reasons i don't understand they will kick this feature. you have many ways to do this in the modul. normaly they want that everybody use smarty for this. cms_module ist the tag. Every Page you want to load the modul yo...
by kishman155
Wed Oct 23, 2013 9:14 pm
Forum: Modules/Add-Ons
Topic: [SOLVED][Moved]Need help connecting different modules
Replies: 7
Views: 2483

Re: Need help connecting different modules

Not that hard as you think of. how big should this be? You need some coding because it would be easier to make it with a module. You need 4 thinks: a Table to store the events and the location. and other thinks A table to make categories. a table to store events to categories. and a Calender to stor...
by kishman155
Wed Oct 23, 2013 6:16 am
Forum: Developers Discussion
Topic: [solved] $gCms or cmsms()
Replies: 4
Views: 4643

Re: $gCms or cmsms()

Thanks for info
by kishman155
Wed Oct 23, 2013 3:45 am
Forum: Developers Discussion
Topic: [solved] $gCms or cmsms()
Replies: 4
Views: 4643

[solved] $gCms or cmsms()

which one of them is save for the future to use. in the past years we have got diverent things to use to get the db. which one is save for the future? $gCms->GetDb() cmsms()->GetDb() the most of my modules use a orm handler to conect to db and make default sql statements like select, update, delete,...
by kishman155
Wed Oct 23, 2013 1:57 am
Forum: Developers Discussion
Topic: CMSMS LTS
Replies: 6
Views: 5285

CMSMS LTS

Hi, i am module developer and have often the problem that the core get updated and i need to update all of my sites. To update the websites is not the Problem because it's very easy with CMSMS. But in the Past there are a lot of changes in Smarty, Module API, Content Type. Wouldn't it be nice when t...
by kishman155
Tue Sep 10, 2013 9:42 pm
Forum: General Discussion
Topic: Happy Birthday WordPress
Replies: 23
Views: 11452

Re: Happy Birthday WordPress

First of all, thank you for that nice CMS. i am with cmsms since 0.08 or 0.10 or something. at the time i begann to work with cmsms the modules was a big think. easy to use easy to handle easy to support. after a few years some nice poeple had the idear to change code in a way all modules needed to ...
by kishman155
Mon Oct 12, 2009 2:50 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Databaseerrors since 1.6.x
Replies: 2
Views: 2024

[solved] Databaseerrors since 1.6.x

I made a lot installation of CMSMS and till 1.5 it wasn't a big deal. But since 1.6.x every installation fails on the database. I only could install 1.5 and upgrade it after that everything works fine. PHP Versionen 5.2.10 / 5.2.10 / 4.4.9 MySQL Version 4.0.25 i Couldn't figure it out what is divere...
by kishman155
Mon Dec 03, 2007 5:52 am
Forum: Modules/Add-Ons
Topic: alternative for FormBuilder?
Replies: 1
Views: 1437

Re: alternative for FormBuilder?

Hi I have build a module it Called conunication center. It has the ability to make custom  forms with smarty. So you probably could build your form with your default editor and put the source into the smarty template. It could store sendet formvalues to the data base and export it to xls. validation...
by kishman155
Tue Dec 12, 2006 8:56 pm
Forum: German - Deutsch
Topic: Mehrsprachige Seiten
Replies: 19
Views: 13092

Re: Mehrsprachige Seiten

war ziemlich lange nicht da. habe aber eine lösung für kundIn gemacht die recht gut functioniert, ist jedoch nur ausgelegt für 2 Sprachen, und für 0.11.2. das portieren auf 1.x ist sicherlich kein problem nur habe ich es bis jetzt nur einmal benötigt. bisschen fummelei an contenttype + contentclasse...
by kishman155
Wed Jan 18, 2006 3:36 am
Forum: Module und Tags
Topic: Gästebuch
Replies: 42
Views: 16156

Re: Gästebuch

Hast du diese version die in
http://dev.cmsmadesimple.org/projects/gastbuch/
steht?

mfg
Kris
by kishman155
Mon Dec 05, 2005 7:43 am
Forum: German - Deutsch
Topic: Trinidad
Replies: 17
Views: 8587

Re: Trinidad

Habe diese meldung einmal bekommen aber seit dem functioniert es auf anhieb.

mfg
kishman155
by kishman155
Sun Dec 04, 2005 1:04 pm
Forum: Announcements
Topic: 0.11beta6 Released!
Replies: 38
Views: 28040

Re: 0.11beta6 Released!

I have modified class.module.inc.php to spare some memory it's good if you have installed a lot of modules it spares a little bit but it does the original $query = "SELECT * FROM ".cms_db_prefix()."modules ORDER BY module_name"; $result = $db->Execute($query); if ($result) { whil...
by kishman155
Wed Nov 30, 2005 8:05 am
Forum: Developers Discussion
Topic: REQS: template vars + pimenu + content fields + multilingual support
Replies: 4
Views: 3408

Re: REQS: template vars + pimenu + content fields + multilingual support

Wishy say it right it's a balance act to make all things done in this CMS. This CMS works grate now. I think it could be done in the core but the thing is that many people have hostings with only 8mb Scriptsize(terible) and older PHP versions. There are many diskussions about CMSMS to make it more D...

Go to advanced search