Search found 11 matches
- Sat Jul 02, 2011 2:40 pm
- Forum: CMSMS Core
- Topic: [Solved] Can I move a checkbox to a different tab in admin?
- Replies: 3
- Views: 2268
Re: How can I move a checkbox to a different tab in admin?
Many thanks! Yes, that worked. :) ;D Basic Properties is a very confusing field though, why on earth aren't those options check boxes rather than a multiple list, it took me quite a while to realise that to select more than one option required a ctrl+mouse click to select the second one. Finally, I ...
- Fri Jul 01, 2011 3:58 am
- Forum: CMSMS Core
- Topic: [Solved] Can I move a checkbox to a different tab in admin?
- Replies: 3
- Views: 2268
[Solved] Can I move a checkbox to a different tab in admin?
I'm busy converting an old customer's site from static html to a cmsms based site. (I'm fed up with doing page changes for them and want them to be able to update the site themselves ;-) In the admin site, as I copy and paste content from the old site into the new pages using Content » Pages » Add N...
- Tue Jun 28, 2011 10:56 pm
- Forum: CMSMS Core
- Topic: [Solved] Order of style sheets?
- Replies: 3
- Views: 1571
Re: Order of style sheets?
Many thanks! I had a small style sheet with just font and background colors so I could make changes in a small file. Obviously this had to be the last in the cascade and I wasn't getting the result I wanted, ie over-riding the main CSS's definition of the same items. Now, with the order correct I am...
- Tue Jun 28, 2011 9:46 pm
- Forum: CMSMS Core
- Topic: [Solved] Order of style sheets?
- Replies: 3
- Views: 1571
[Solved] Order of style sheets?
When attaching more than one style sheet, I want them in a particular order so that the Cascade effect works. I can 'attach' style sheets, but can't see how to order them as I want in the resulting html.
Any thoughts please?
Thank you.
Any thoughts please?
Thank you.
- Mon Nov 01, 2010 5:19 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder - How do I make it check that both email address are the same?
- Replies: 1
- Views: 812
Formbuilder - How do I make it check that both email address are the same?
Hi, I'm new to CMSMS, (have installed v.1.8.2, my OS is Ubuntu, browser Firefox) and have just added the Formbuilder module to my first page. It comes with 3 different form templates, and I selected the {FormBuilder form='contact'} version. Amongst others there are two fields titled 'your email add...
- Fri Oct 29, 2010 10:01 pm
- Forum: The Lounge
- Topic: Smarty's mailto doesn't work! [Solved]
- Replies: 4
- Views: 2338
Re: Smarty's mailto doesn't work!
Interesting... Copying your line does the same thing. When I type it by hand, it doesn't http://portlandkarting.com/testing Try re-typing it... Maybe you had some funny control character in there. Thanks! Yes I tried re-typing it and the link is now fine! And, also, thanks to Cyberman too, I can us...
- Fri Oct 29, 2010 2:47 am
- Forum: The Lounge
- Topic: New 404 error handling
- Replies: 7
- Views: 4079
Re: New 404 error handling
Content -> Pages. Add New Content Select "Error Page" at the dropdown for the ContentType. Type the text that you want. Submit. I've done that and see that in Content -> Pages the two columns Active and Default are both blank and there is no checkbox after it, so I can't select a templat...
- Fri Oct 29, 2010 2:27 am
- Forum: The Lounge
- Topic: I want to add a field to the form to show where they came from
- Replies: 3
- Views: 1824
Re: I want to add a field to the form to show where they came from
Yes, the referrer's url is available to PHP in $HTTP_REFERER, so get it into a variable like this:
and then in your form use $referer as the value of your hidden field.
Code: Select all
$referer=@$HTTP_REFERER;
- Fri Oct 29, 2010 2:22 am
- Forum: The Lounge
- Topic: Smarty's mailto doesn't work! [Solved]
- Replies: 4
- Views: 2338
Smarty's mailto doesn't work! [Solved]
(I can't find a smarty related part of this forum, so hope that if isn't the right place for my question then a moderator will move this please..) In my footer tpl I have written Contact me at {mailto address="xxxx@xxxx.com" subject="Contact from xxxx.com" encode="javascri...
- Fri Oct 29, 2010 1:15 am
- Forum: Modules/Add-Ons
- Topic: How do I make Gallery comments appear below thumbnails?
- Replies: 2
- Views: 1359
Re: How do I make Gallery comments appear below thumbnails?
Getting there... In the template I changed the line reading:file|escape:'url'|replace:'%2F':'/'}" title="{$image->titlename}" rel="gallery">thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" /> To include: To file|escape:'url'|replace:'%2F':'/'}&...
- Fri Oct 29, 2010 12:10 am
- Forum: Modules/Add-Ons
- Topic: How do I make Gallery comments appear below thumbnails?
- Replies: 2
- Views: 1359
How do I make Gallery comments appear below thumbnails?
Hi, I've just installed the Gallery module and uploaded some pictures. I then added titles and comments to each picture, but although the title text displays on mouseover and in the slideshow, I can't see how to cause the Comment text to appear. I'd like this to show under the thumbnail if possible....