Thanks DIGI3. I'll give those suggestions a try and revert.
Regards
elbmw
Search found 8 matches
- Wed Aug 05, 2020 5:59 pm
- Forum: CMSMS Core
- Topic: Upgrade Fails Step 3
- Replies: 2
- Views: 1440
- Wed Aug 05, 2020 2:37 pm
- Forum: CMSMS Core
- Topic: Upgrade Fails Step 3
- Replies: 2
- Views: 1440
Upgrade Fails Step 3
Hi all, Hope everyone is well and healthy. I am upgrading from 2.2.5 to 2.2.14 and it keeps failing the tests at step 3. The error is: Ensure that temporary directories are empty or do not exist The CMSMS Temporary directories (tmp/cache and tmp/templates_c) exist, and are not empty. Please remove o...
- Tue Jul 19, 2011 8:30 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder omits the "comment" when sending email.
- Replies: 3
- Views: 1142
Re: FormBuilder omits the "comment" when sending email.
Thank you for the quick response spcherub. Yep, I tried that with both the standard and HTML templates. I even tried using the "advanced form" and regenerating the template code and that did not work either. I guess the next step is to uninstall and reinstall the FormBuilder module and see...
- Tue Jul 19, 2011 6:58 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder omits the "comment" when sending email.
- Replies: 3
- Views: 1142
FormBuilder omits the "comment" when sending email.
Hi all, I have been having some problems with Formbuilder module and "Contact Form" that does not include the "message" that's typed in the form. I receive all the other fields correctly and have changed the "send to" email template from {$message} to {$fld_14} and back...
- Mon Dec 14, 2009 11:16 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Using 2 images and centering sitename in header
- Replies: 8
- Views: 3596
Re: Using 2 images and centering sitename in header
OK, I have managed to tweak the site name to center accross the page and add two images to the header as needed. I did this by tweaking the stylesheet (Layout: Left sidebar + 1 column) by adding a fixed width as suggested by Dr CSS but I didnt need to create a new div as the h2 div is where the site...
- Tue Dec 08, 2009 2:08 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Using 2 images and centering sitename in header
- Replies: 8
- Views: 3596
Re: Using 2 images and centering sitename in header
You would have to give the div a width then use margin: 0px auto, 0px is up to you but the auto puts it in the middle of all... You should use a new div for this as you are trying to do this to an h2, so make new div and give it a width then whatever other style you want, most times I give somethin...
- Tue Dec 08, 2009 12:09 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Using 2 images and centering sitename in header
- Replies: 8
- Views: 3596
Re: Using 2 images and centering sitename in header
There is no float:center for CSS... You would have to give the div a width then use margin: 0px auto, 0px is up to you but the auto puts it in the middle of all... Hi Dr CSS. Thanks for the prompt reply. I removed the float: right and changed the margin to auto (see below) and it still goes to the ...
- Mon Dec 07, 2009 11:20 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Using 2 images and centering sitename in header
- Replies: 8
- Views: 3596
[solved] Using 2 images and centering sitename in header
Hi, I have installed CMSMS and have been learning to tweak a few things (Great!) but I'd like to be able to use 2 logos one on the far left and one on the far right of the header and to have the sitename centered in between them. I have been playing around with the stylesheet trying to change the fl...