Search found 15 matches
- Thu Apr 21, 2011 9:46 am
- Forum: Developers Discussion
- Topic: Getting content_id where module is embedded in backend
- Replies: 2
- Views: 2329
Re: Getting content_id where module is embedded in backend
I thought that frontendpages, had $page_alias and $page_id f.e. available... Ronny Yes they are available at frontendpages. But i don't need them at frontendpages ;) This is what i'm doing right now in action.addarticle.php of the newsmodule: $query = "SELECT content_id FROM ".cms_db_pref...
- Wed Apr 20, 2011 1:00 pm
- Forum: Developers Discussion
- Topic: Getting content_id where module is embedded in backend
- Replies: 2
- Views: 2329
Getting content_id where module is embedded in backend
Hi, i'm about to modify the news-module to work together with serveral apis. Therefor I need to generate the url of the detailpages after adding an article in backend. Detaillinks in the newsmodule are build like this: news/ *NEWSID* / *PAGEID* / *NEWSTITLE* / index.php?mact=News,cntnt01,detail,0&am...
- Tue Apr 05, 2011 12:13 pm
- Forum: German - Deutsch
- Topic: Ajax-Problem
- Replies: 0
- Views: 2533
Ajax-Problem
Hallo zusammen, ich bin gerade dabei ein Modul zu entwickeln. Derzeit hänge ich allerdings ein wenig durch da ich an einem Problem gerade nicht weiter komme. In meinem Modul sollen, wenn ein Button geklickt wird, Werte in die Datenbank zunächst eingetragen werden und dann ein Output einer kompletten...
- Tue Feb 15, 2011 9:53 am
- Forum: German - Deutsch
- Topic: CMSms Lizenz - Darf ich das?
- Replies: 5
- Views: 4739
Re: CMSms Lizenz - Darf ich das?
Ja klar. Dass ich CMSms nicht einfach so verkaufen und als "meine Software" ausgeben kann ist mir schon klar. Das will ich ja auch nicht. Ich will dem Kunden lediglich eine Art "Erweiterung" anbieten. Diese Weiterentwicklung bzw. die ganzen Module kann ich mir ja dann bezahlen la...
- Mon Feb 14, 2011 10:06 pm
- Forum: German - Deutsch
- Topic: CMSms Lizenz - Darf ich das?
- Replies: 5
- Views: 4739
Re: CMSms Lizenz - Darf ich das?
Hi, danke schonmal für die Antworten. Also nochmal zusammengefasst: - Ich darf mit der kommerziellen Lizenz mit CMS made simple "machen was ich will" solange ich keine Module con Calguy1000 verwende - Ich darf CMS made simple nutzen, beliebig mit eigenen Modulen erweitern und an Kunden ver...
- Sat Feb 12, 2011 10:19 am
- Forum: German - Deutsch
- Topic: CMSms Lizenz - Darf ich das?
- Replies: 5
- Views: 4739
CMSms Lizenz - Darf ich das?
Hallo zusammen, ich bin gerade dabei eine Software zu planen welche auf ein CMS aufbauen soll. Da ich mit CMSms sehr zufrieden bin würde ich gerne dieses CMS dafür nutzen, bin mir allerdings nicht sicher ob das die Lizenz so zulässt wie ich mir das vorstelle. Ich möchte ein Portal erstellen welches ...
- Mon Aug 03, 2009 10:56 am
- Forum: Modules/Add-Ons
- Topic: eventlisting - eventslimit not working correctly
- Replies: 1
- Views: 807
eventlisting - eventslimit not working correctly
Hi, i am using CMSMS 1.6 and EventsListing 1.4. I am calling the module with eventslimit="3". If there are no past events i get an output with 3 events. But when there are 3 past events there is no output anymore because the past events are counted. Is there any way to get rid of that? You...
- Wed Jul 22, 2009 10:09 am
- Forum: Modules/Add-Ons
- Topic: [solved] Guestbook doesn't work with IE and Opera
- Replies: 3
- Views: 2067
Re: Guestbook doesn't work with IE and Opera
Ok fixed it. And here is how it works: Replace in action.default: if (isset($_POST['submitted']) && !isset($_POST['cancel'])) with if (isset($_POST['submitted_x']) && isset($_POST['submitted_y']) && !isset($_POST['cancel'])) Replace in action.get-entryform $values[$field] = i...
- Wed Jul 22, 2009 9:21 am
- Forum: Modules/Add-Ons
- Topic: [solved] Guestbook doesn't work with IE and Opera
- Replies: 3
- Views: 2067
Re: Guestbook doesn't work with IE and Opera
OK i got the problem but don't know how to fix that. It seems like the module can't handle buttons with image-type. When i use: <input class="imagebutton" type="submit" src="{root_url}/data/img/eintragen.gif" name="submitted" value="{$labels.insert}"...
- Tue Jul 21, 2009 9:04 am
- Forum: Modules/Add-Ons
- Topic: [solved] Guestbook doesn't work with IE and Opera
- Replies: 3
- Views: 2067
Re: Guestbook doesn't work with IE and Opera
Am i the only one with that problem?
- Sun Jul 19, 2009 4:21 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Guestbook doesn't work with IE and Opera
- Replies: 3
- Views: 2067
[solved] Guestbook doesn't work with IE and Opera
Hi, i'm using CMSMS 1.6 with guestbook-module 1.1.10. I can't add guestbook-entrys with IE6, IE7 and Opera. The form is shown but when i send it i get to the entrys-list and the entry isn't in there. Even if i send a totally empty form i get there without getting an error-message. I have allready tr...
- Tue Jul 14, 2009 9:03 am
- Forum: Modules/Add-Ons
- Topic: Polls Made Simple: Can't Close Polls
- Replies: 7
- Views: 2557
Re: Polls Made Simple: Can't Close Polls
Hey there, got the same problem with closing polls. Here is how to fix it: Open action.default.php search for: $q="SELECT id FROM ".cms_db_prefix()."module_polls WHERE poll_id = ? ORDER BY createtime DESC"; and replace it with: $q="SELECT id,closed FROM ".cms_db_prefix(...
- Fri Jul 10, 2009 12:35 pm
- Forum: Modules/Add-Ons
- Topic: modul album - serval thumbs / pagination
- Replies: 3
- Views: 1452
Re: modul album - serval thumbs / pagination
I do not want to set the pagination inside a gallery in detailed view for the images. I want to spitt the gallery's on summary-page where all the gallery's are listed. The settings you said seems to be only for listing the images not the gallery''s.
- Fri Jul 10, 2009 10:36 am
- Forum: Modules/Add-Ons
- Topic: modul album - serval thumbs / pagination
- Replies: 3
- Views: 1452
modul album - serval thumbs / pagination
Hi, i'm using CMSMS in Version 1.6 and the module "Album" in Version 0.9.3. Everything is fine but i want to do some modifications: 1. Is there any way to get assign more than one preview-image? (i need 4) If there is no way i could easily add a new folder called "previewimages" ...
- Fri Jul 10, 2009 10:23 am
- Forum: Module und Tags
- Topic: Album Modul - mehrere Tumbs / Pagination
- Replies: 1
- Views: 1034
Album Modul - mehrere Tumbs / Pagination
Hi, ich nutze CMSMS in der Version 1.6 mir dem Modul "Album" in der Version 0.9.3. Funktioniert soweit alles wunderbar nur hätte ich gerne ein paar Modifikationen vorgenommen: 1. Ist es irgendwie möglich mehrere Vorschaubilder (ich benötige 4) auszuwählen? Falls das nicht so einfach möglic...