Search found 20 matches
- Mon Nov 01, 2010 6:53 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder - How do I make it check that both email address are the same?
- Replies: 1
- Views: 794
Re: Formbuilder - How do I make it check that both email address are the same?
Is the field 'Field to Validate:' set to validate against the first email field?
- Sun Oct 31, 2010 11:22 am
- Forum: Modules/Add-Ons
- Topic: (solved) form submit just refreshes page - nothing else
- Replies: 3
- Views: 1457
Re: Formbuilder form submit just refreshes page - nothing else
Aha - I have put in '/' and now it works - thanks so much! Not quite sure why this would make the form break, but nevermind 

- Sun Oct 31, 2010 11:19 am
- Forum: Modules/Add-Ons
- Topic: (solved) form submit just refreshes page - nothing else
- Replies: 3
- Views: 1457
Re: Formbuilder form submit just refreshes page - nothing else
Thanks for replying! in my config I have #Extension to use if you're using mod_rewrite for pretty URLs. $config['page_extension'] = ''; but i still see the '/' at the end of the url - do you think this is the problem? How can remove it? I tried putting in a space but that seems to make no difference.
- Sun Oct 31, 2010 10:56 am
- Forum: Modules/Add-Ons
- Topic: (solved) form submit just refreshes page - nothing else
- Replies: 3
- Views: 1457
(solved) form submit just refreshes page - nothing else
Hi all,
Can you take a look at this page:
http://www.fabulousfancies.co.uk/contact/
When the form is submitted the page just refreshes, it doesn't send an email, it doesn't even check the validation. What could cause this to happen? Please help me!
Thanks
Can you take a look at this page:
http://www.fabulousfancies.co.uk/contact/
When the form is submitted the page just refreshes, it doesn't send an email, it doesn't even check the validation. What could cause this to happen? Please help me!
Thanks
- Wed Oct 13, 2010 4:23 pm
- Forum: CMSMS Core
- Topic: [SOLVED] News module: show title of category at top of summary template?
- Replies: 5
- Views: 3565
Re: [SOLVED] News module: show title of category at top of summary template?
Hmm this doesnt seem to work for me, I only have a "param_category_id" rather than a name when I get the variables. Any idea how I have convert this to the category name?
- Thu Sep 23, 2010 8:54 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE filepicker and Internal Server Error [solved]
- Replies: 3
- Views: 2945
Re: TinyMCE filepicker and Internal Server Error [solved]
Woop! You, sir, are a legend! 

- Tue Sep 14, 2010 7:11 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Products - list products with categories as headings?
- Replies: 2
- Views: 1167
Re: Products - list products with categories as headings?
If anyone at all is interested I seem to have reached a solution, but I'm suprised it worked, and I'm happy for other suggestions. In the hierarchy template I've called the Products module within it using the the summary template, using $item.name as the variable for hierarchy item: {foreach from=$h...
- Tue Sep 14, 2010 6:19 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Products - list products with categories as headings?
- Replies: 2
- Views: 1167
- Sun Sep 12, 2010 3:30 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Products - list products with categories as headings?
- Replies: 2
- Views: 1167
[solved] Products - list products with categories as headings?
Hi all, I have the 'products' module which seems to be what I need. I thought one of the default templates would simply be a list of the products, with the categories as headings - each listed product links to a detail page, but none of the templates seem to do this. Can anyone give me an idea how t...
- Tue Aug 31, 2010 6:55 pm
- Forum: Modules/Add-Ons
- Topic: Selecting month/year in Availability module
- Replies: 1
- Views: 1153
Re: Selecting month/year in Availability module
Can anyone try and help me with this? It would be sooo appreciated!!!! You can view a test page here: http://aonachmor.cahilldesigns.com/test If you try and change the month/year with the drop-down select box the start date and number of days in the month stays the same, although the reservations ch...
- Tue Aug 31, 2010 4:29 pm
- Forum: Modules/Add-Ons
- Topic: Dependencies for CGPaymentGatewayBase Module 1.0.8
- Replies: 5
- Views: 1636
Re: Dependencies for CGPaymentGatewayBase Module 1.0.8
I had this same problem - where exactly do you change it to 1.19.2 to get it working?
- Mon Aug 30, 2010 7:01 pm
- Forum: Modules/Add-Ons
- Topic: Selecting month/year in Availability module
- Replies: 1
- Views: 1153
Selecting month/year in Availability module
Hi, I am using the Availability module in conjuction with CGCalendar which is great, but the client requires a select box drop down to jump to a particular month/year, instead of the standard 'prev' and 'next'. I thought I had figured this out myself by using jQuery to refresh the page with variable...
- Thu Jul 22, 2010 10:50 am
- Forum: Modules/Add-Ons
- Topic: [solved] Using Availability Module variables
- Replies: 1
- Views: 824
Re: [solved] Using Availability Module variables
Well i solved this by creating a UDT with a parameter of item. In the template I call the UDT with the parameter item={$field.value} and hey presto it works!
Hope this can be of some help to people.
Hope this can be of some help to people.
- Wed Jul 21, 2010 7:19 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Using Availability Module variables
- Replies: 1
- Views: 824
[solved] Using Availability Module variables
Hi, I am trying to incorperate some PHP to strip hyphens and remove the last 4 digits from a string to display image files in a pretty way. The PHP goes like the following: $name = str_replace('_',' ',{$field.value}); $name = substr($name,0,-4); echo $name; Problem is, the {field.value} is a...
- Wed Jul 14, 2010 7:46 pm
- Forum: Modules/Add-Ons
- Topic: Argh Im going mad with availability!!!
- Replies: 2
- Views: 1023
Re: Argh Im going mad with availability!!!
I have sorted this finally after reinstalling everything from scratch, lucky I hadnt got too far into the project! Another question - I see in the parameters you can use categories=" " but I can't anywhere to actually add a category to choose from?