Search found 15 matches

by manmower
Wed Aug 18, 2010 9:07 am
Forum: Developers Discussion
Topic: How to add the module specific class to input tag? CMSMS 1.7.1
Replies: 16
Views: 10445

Re: How to add the module specific class to input tag? CMSMS 1.7.1

I hope it's okay to reply to this (somewhat) old topic... In a module a made some time ago I used jquery to validate my selfmade frontend forms... To create a mandatory form field I used $this->CreateInputText($id, 'name', '', 10, 255, 'class="mandatory"'); on the frontend I used jquery to...
by manmower
Mon Jan 25, 2010 2:18 pm
Forum: Developers Discussion
Topic: [SOLVED] modules and their ids... can not link
Replies: 4
Views: 2393

Re: modules and their ids... can not link

Aha, thanks... that's quite useful to know.
by manmower
Thu Jan 21, 2010 10:29 am
Forum: Developers Discussion
Topic: [SOLVED] modules and their ids... can not link
Replies: 4
Views: 2393

Re: modules and their ids... can not link

Isnt an id a dynamic variable? I dont want to change al my hardcoded id's if I install my module on another website...
by manmower
Wed Jan 20, 2010 10:19 am
Forum: Developers Discussion
Topic: [SOLVED] modules and their ids... can not link
Replies: 4
Views: 2393

[SOLVED] modules and their ids... can not link

Hi there, I am currently working on a site where I have 1 page. On this page I start out with 1 module. This module creates a link (With CreateFrontendLink) to the same page and the same module. I use this code echo $this->CreateFrontendLink($id, $returnid, 'default', 'Producten', array('display'=>'...
by manmower
Mon Jan 04, 2010 11:48 am
Forum: Developers Discussion
Topic: set names, weird characters - just cant get it right
Replies: 1
Views: 1318

set names, weird characters - just cant get it right

Hi folks, Sometime when I import mysql data and use it with CMSMS I just get weird characters. I know it has something to do with character set and collation. I have tried changing the collation, using SET NAMES and changing the settings in config.php. But I just can't it right. When I'm in phpmyadm...
by manmower
Fri Oct 09, 2009 11:47 am
Forum: Developers Discussion
Topic: How to submit new module
Replies: 1
Views: 1300

How to submit new module

Hi there folks I've created some modules. And one of them is ready for a release. And I'm wanting to give back to the community! I'm also quite curious of what you guys think and maybe you have some great ideas for improvement... Note: I've have searched the forums and the documentation for an answe...
by manmower
Fri Sep 04, 2009 8:17 am
Forum: Tips and Tricks
Topic: A small guide to: "CMSMS remote control with bash scripting"
Replies: 7
Views: 4970

Re: A small guide to: "CMSMS remote control with bash scripting"

Do you know if there are also ways to do this in a windows environment? Or is there a way to create a login script in php? I also need scheduled tasks... but I without a login script I'm not able to access the functions I need.
by manmower
Fri Aug 14, 2009 1:33 pm
Forum: Modules/Add-Ons
Topic: NMS .sh files
Replies: 0
Views: 387

NMS .sh files

Hi there,

I was just wondering; what are these .sh files for in the Newsletter Made Simple module? Are they used in any way? Should I do something with them? Do they work on a windows server?
Just wanted to know...
by manmower
Wed Aug 12, 2009 7:31 am
Forum: Developers Discussion
Topic: CreateReturnLink & $params array
Replies: 3
Views: 2350

Re: CreateReturnLink & $params array

I guess that's a link for sending parameters to the next page so you can use those parameters to create a returnlink... I already have the right parameters in my back where I want to create a ReturnLink. The problem is that the page where the link returns to doesnt "read" those parameters...
by manmower
Tue Aug 11, 2009 10:33 am
Forum: Developers Discussion
Topic: CreateReturnLink & $params array
Replies: 3
Views: 2350

Re: CreateReturnLink & $params array

I hate to bump this but I really need a solution. Maybe someone has another idea how to create a link to go back to a previous page using the right parameters? Im currently working on a search function for my module. And when you visit a search result I want to be able to go back to the search resul...
by manmower
Thu Aug 06, 2009 8:31 am
Forum: Developers Discussion
Topic: CreateReturnLink & $params array
Replies: 3
Views: 2350

CreateReturnLink & $params array

Hi there! Im trying to make a returnlink wich also sends some params back... But that just doesn't work... $this->smarty->assign('back_href', $this->CreateReturnLink($id, $returnid, '', array('categoryid'=>$categoryid), true)); this creates a link that looks like this: index.php?page=bulletins&c...
by manmower
Mon May 18, 2009 10:20 am
Forum: Dutch - Nederlands
Topic: CSS toevoegen aan Module in Admin
Replies: 3
Views: 1548

Re: CSS toevoegen aan Module in Admin

Bedankt voor de tip. Ik had er zelf ook aan gedacht, maar om dezelfde reden als Rolf gaf hoopte ik dat er nog een andere manier was om css toe te voegen...
by manmower
Thu May 14, 2009 8:42 am
Forum: Modules/Add-Ons
Topic: Add css to admin part of module
Replies: 3
Views: 1217

Re: Add css to admin part of module

Thanks for the reply guys... I have looked in other modules and looked if they were able to add script to the header to the admin page, but I couldnt find anything. I think that Jeffs solution is a pretty good solution, but I would prefer that my module adds the css so it isnt dependent on css in a ...
by manmower
Wed May 13, 2009 6:31 pm
Forum: Modules/Add-Ons
Topic: Add css to admin part of module
Replies: 3
Views: 1217

Add css to admin part of module

Hi there, Im fairly new to CMSMS and Im currently editing a custom module. I just have one problem... I cant add custom css to the admin part of the module. I could add style tags in the middle of my template but thats not valid xHTML. I have found the ContentPostRender function but that only works ...
by manmower
Wed May 13, 2009 12:48 pm
Forum: Dutch - Nederlands
Topic: CSS toevoegen aan Module in Admin
Replies: 3
Views: 1548

CSS toevoegen aan Module in Admin

Hallo mensen, ik ben nieuw met CMSMS en bezig met het bewerken van een module. Nu wil ik aan de admin kant van de module wat CSS toevoegen, maar ik krijg dit niet voor elkaar. Ik kan wel gewoon style tags in mn .tpl gooien maar dat is niet echt 'valid'. Hoe kan ik iets toevoegen aan de header van de...

Go to advanced search