Search found 50 matches
- Wed Jan 20, 2010 12:10 pm
- Forum: Modules/Add-Ons
- Topic: Figured it out at last - TinyMCE templates/snippets
- Replies: 5
- Views: 3503
Re: Figured it out at last - TinyMCE templates/snippets
Was a bit fast there :D This seems to work: {literal} ,template_cdate_classes : "cdate creationdate", template_mdate_classes : "mdate modifieddate", template_selected_content_classes : "selcontent", template_cdate_format : "%m/%d/%Y : %H:%M:%S", template_mdat...
- Wed Jan 20, 2010 12:07 pm
- Forum: Modules/Add-Ons
- Topic: Figured it out at last - TinyMCE templates/snippets
- Replies: 5
- Views: 3503
Re: Figured it out at last - TinyMCE templates/snippets
This works great, compared to putting it in the admin "extra configuration" atleast.
Got a little problem though. Can't seem to get more than one template to work?! And all the Jack Black jibberish, why is that needed? It doesnt seem to work without.
Got a little problem though. Can't seem to get more than one template to work?! And all the Jack Black jibberish, why is that needed? It doesnt seem to work without.
- Wed Dec 30, 2009 7:23 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Saving flat-file in ANSI?
- Replies: 4
- Views: 2017
FormBuilder: Saving flat-file in ANSI?
Is it possible to control how the flat-file function saves the file, and what encoding it should use? Or is that server based of some sort?
I've got a request to get files in ANSI, to be able to import them into a business system. Would be awesome to get it to work.
I've got a request to get files in ANSI, to be able to import them into a business system. Would be awesome to get it to work.
- Thu Nov 26, 2009 9:08 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Flat file name by variable
- Replies: 4
- Views: 2519
Re: FormBuilder: Flat file name by variable
I'm back to this issue. Anyone that could take second to help me out?
- Mon Oct 12, 2009 5:50 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Flat file name by variable
- Replies: 4
- Views: 2519
Re: FormBuilder: Flat file name by variable
I wish I could have replied that I solved this.. but I haven't..
No one have a slightest idea how to best get this to work?
No one have a slightest idea how to best get this to work?
- Tue Oct 06, 2009 1:45 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Flat file name by variable
- Replies: 4
- Views: 2519
Re: FormBuilder: Flat file name by variable
Anyone? Ah well, I tried hardcode mod it in DispositionFile.class.php .. but since Im a terrible PHP coder I cant quite get it to work. Or am I just messing with the wrong variables? (at around line 70): $filespec = $this->GetOption('fileroot',$options['uploads_root']).'/'. preg_replace("/[^\w\...
- Mon Oct 05, 2009 12:00 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Flat file name by variable
- Replies: 4
- Views: 2519
FormBuilder: Flat file name by variable
Ok, I got this order system running, where you fill in a form, attach files etc. To that I've chosen to write all the orders to a flat file to keep some kind of a log. Now though, we are trying to implement this fb system with our business system (importing csv/txt files). I'm however have trouble g...
- Tue Aug 25, 2009 5:37 pm
- Forum: Modules/Add-Ons
- Topic: Cant import Formbuilder Form from XML
- Replies: 8
- Views: 3215
Re: Cant import Formbuilder Form from XML
Ofcourse, here it comes (it's huge):


- Thu Aug 20, 2009 7:59 am
- Forum: Modules/Add-Ons
- Topic: Cant import Formbuilder Form from XML
- Replies: 8
- Views: 3215
Re: Cant import Formbuilder Form from XML
I totally understand that. I now have tried updating, but the export/import still doesnt work. Same as before. There must be something missing or set wrong somewhere. Cause it apparently works for others, both on the old and new CMSMS. I would be so happy if anyone had an idea how I can fix this. I ...
- Tue Aug 18, 2009 2:18 pm
- Forum: Modules/Add-Ons
- Topic: Cant import Formbuilder Form from XML
- Replies: 8
- Views: 3215
Re: Cant import Formbuilder Form from XML
All I've seen is the "array"-bug.. nothing like this. So is there anyone who got an idea why I cant export/import forms in formbuilder?
It takes forewver to do forms from start, when I could export import and edit existing forms.
<3
It takes forewver to do forms from start, when I could export import and edit existing forms.
<3
- Thu May 28, 2009 2:04 pm
- Forum: Modules/Add-Ons
- Topic: Max file size popup warning with Formbuilder
- Replies: 0
- Views: 698
Max file size popup warning with Formbuilder
Right. I've got this orderform where customers can put orders together with a file (max 20mb). On submit you get redirected to a new page where you get a 'thanks you' message. Thats about it. Now when I file is bigger than 20mb however, it just redirects to Index instead of warning or going to the t...
- Fri May 22, 2009 8:28 am
- Forum: Modules/Add-Ons
- Topic: [solved] FormBuilder: Won't submit for some users..
- Replies: 20
- Views: 5949
Re: FormBuilder: Won't submit for some users..
Yep, thats what I thought. It was the fact the forms was nested that caused the problem. Quiet obvious really, when you realize what dumb muppet you are :) So instead of having the login in the actual FB form I, took the elements from it, and put it "outside" on the page: <div id="web...
- Wed May 20, 2009 2:52 pm
- Forum: Modules/Add-Ons
- Topic: [solved] FormBuilder: Won't submit for some users..
- Replies: 20
- Views: 5949
Re: FormBuilder: Won't submit for some users..
And this is how the the form "header" looks like when logged in: <!-- Start FormBuilder Module (0.5.11) --> <form id="m4moduleform_1" method="post" action="index.php" enctype="multipart/form-data"> <div class="hidden"> <input type="hid...
- Wed May 20, 2009 2:49 pm
- Forum: Modules/Add-Ons
- Topic: [solved] FormBuilder: Won't submit for some users..
- Replies: 20
- Views: 5949
Re: FormBuilder: Won't submit for some users..
First of all I want to say how much appreciate your help Jeremy! This is how the form "header" looks when NOT logged in: <!-- Start FormBuilder Module (0.5.11) --> <form id="m4moduleform_1" method="post" action="index.php" enctype="multipart/form-data&quo...
- Wed May 20, 2009 2:14 pm
- Forum: Modules/Add-Ons
- Topic: [solved] FormBuilder: Won't submit for some users..
- Replies: 20
- Views: 5949
Re: FormBuilder: Won't submit for some users..
I'm sorry Jeremy but that didn't help I'm afraid. From what I understand the UDTäs whole purpose is to put http://www.domain.com/index.php instead of just index.php , right!? I can login no problems there, its all the same as before. I guess you just cant use the index.php as action in a form multip...