Search found 60 matches
- Fri Feb 11, 2011 7:51 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Submit to an arbitrary form action [SOLVED]
- Replies: 5
- Views: 3002
SOLUTION
Hi everyone, Sorry for posting so late, I was quite busy in the past few months and not very active in the forums :) I 've got many request for sharing the solution so here is how it works. First of all, forget about the "Send to arbitrary action" function since it doesn't seem to work. Af...
- Tue Nov 23, 2010 12:22 am
- Forum: CMS Show Off
- Topic: New Blog = CMSMS Blog
- Replies: 4
- Views: 2421
Re: New Blog = CMSMS Blog
Hi Goran,
This is awesome, very nice blog!
I really like the idea of creating something polished as your blog, to cover about CMSMS. The community was really lacking something like this.
Good job
This is awesome, very nice blog!
I really like the idea of creating something polished as your blog, to cover about CMSMS. The community was really lacking something like this.
Good job

- Tue Aug 03, 2010 8:14 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Submit to an arbitrary form action [SOLVED]
- Replies: 5
- Views: 3002
Re: FormBuilder: Submit to an arbitrary form action
SOLVED, thanks to Thanaton on IRC#cms 

- Tue Aug 03, 2010 5:38 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder: Submit to an arbitrary form action [SOLVED]
- Replies: 5
- Views: 3002
FormBuilder: Submit to an arbitrary form action [SOLVED]
Hi, I want to send formbuilder form's values via URL (ex: http://mysite.com/somepage.html?variable1=value1&variable2=value2 ) That means I need to find a way to submit form data using the "GET" method, like this: <form action="somepage.html" method="get"> The proble...
- Mon Jul 12, 2010 5:54 pm
- Forum: The Lounge
- Topic: Adding content from CSV files?
- Replies: 6
- Views: 3287
Re: Adding content from CSV files?
thanks guys for your tips.
I figured out that the best way to upload a lot of content is indeed through phpMyAdmin, works great.
I figured out that the best way to upload a lot of content is indeed through phpMyAdmin, works great.
- Thu Jul 08, 2010 5:37 am
- Forum: CMS Show Off
- Topic: PersonaDefenseHQ.com - my first CMSMS site
- Replies: 2
- Views: 1778
Re: PersonaDefenseHQ.com - my first CMSMS site
Houston, we have a problem
Database Connection Failed
- Wed Jul 07, 2010 6:26 pm
- Forum: The Lounge
- Topic: Adding content from CSV files?
- Replies: 6
- Views: 3287
Re: Adding content from CSV files?
The CSV contains various data (not pages) like lat/long coordinates, address, description. There is a lot of data, one single CSV file can contain 25+ columns and maybe 1000+ rows. So there's is quite a lot of data. (some files are 45Mb+) And yes, I need the ability to modify that data (preferably t...
- Tue Jul 06, 2010 10:33 pm
- Forum: The Lounge
- Topic: Adding content from CSV files?
- Replies: 6
- Views: 3287
Adding content from CSV files?
Hi everyone! I'm currently planning a large-scale project that will be built on CMSMadeSimple. I currently have a large amount of data in CSV files that need to be in someway integrated into CMSMS so I can use this data on content pages and for specific modules (ex: CGGoogleMaps), etc. How can this ...
- Tue Jul 06, 2010 12:20 am
- Forum: CMS Show Off
- Topic: New Template - TypoFolio
- Replies: 13
- Views: 7307
Re: New Template - TypoFolio
Nice template, good job Goran!
- Tue Jun 29, 2010 5:42 pm
- Forum: The Lounge
- Topic: send smarty variable via URL ? [SOLVED]
- Replies: 2
- Views: 2285
Re: send smarty variable via URL ?
That was very helpful, thanks 

- Mon Jun 28, 2010 7:52 pm
- Forum: The Lounge
- Topic: send smarty variable via URL ? [SOLVED]
- Replies: 2
- Views: 2285
send smarty variable via URL ? [SOLVED]
Hi,
I am sure I already read about somewhere in these forums but just can't find it anymore.
I was wondering how do I pass Smarty variables via URL?
For example:
http://mysite.com/somepage.html?somevariable=somevalue
Thanks!
I am sure I already read about somewhere in these forums but just can't find it anymore.
I was wondering how do I pass Smarty variables via URL?
For example:
http://mysite.com/somepage.html?somevariable=somevalue
Thanks!
- Sun Jun 20, 2010 8:57 pm
- Forum: The Lounge
- Topic: Retrieve custom assigned template variable in a UDT [SOLVED]
- Replies: 5
- Views: 3320
Re: Retrieve custom assigned template variable in a UDT
I should have seen this...
Thanks a lot, it works great now !
Thanks a lot, it works great now !
- Sun Jun 20, 2010 7:51 pm
- Forum: The Lounge
- Topic: Retrieve custom assigned template variable in a UDT [SOLVED]
- Replies: 5
- Views: 3320
Re: Retrieve custom assigned template variable in a UDT
Thanks for your replies,
I tried both solutions and still no luck, the the block on the page shows empty. Could this happen beacause I am still running CMSMS 1.6.7?
I tried both solutions and still no luck, the the block on the page shows empty. Could this happen beacause I am still running CMSMS 1.6.7?
- Sat Jun 19, 2010 6:51 pm
- Forum: The Lounge
- Topic: Retrieve custom assigned template variable in a UDT [SOLVED]
- Replies: 5
- Views: 3320
Retrieve custom assigned template variable in a UDT [SOLVED]
Hi, I want to share a little problem that I faced today while writing a UDT that would perform a str_replace. This is my cms template : ... {capture assign=mycustomvariable}{content block="Fruits" wysiwyg="false"}{/capture} {mycustomudt} ... and this is the UDT mycustomudt : glob...
- Sat Jun 12, 2010 9:43 pm
- Forum: Modules/Add-Ons
- Topic: CGGoogleMaps address to GLatLng [SOLVED]
- Replies: 10
- Views: 4078
Re: CGGoogleMaps address to GLatLng
Thank you so much ! Everything works great 
