Search found 11 matches
- Wed Mar 04, 2009 12:17 pm
- Forum: CMSMS Core
- Topic: Webfusion
- Replies: 7
- Views: 2505
Re: Webfusion
Yes, one of our Webfusion sites was hacked on 28th Feb. Caused us a lot of problems yesterday sorting it out. They hacked the index.php within the cms folder and also the index.htm in the root folder. The hack seemed to be some string advertising various medications with links to incubationasia.org....
- Tue Jun 19, 2007 11:43 am
- Forum: Modules/Add-Ons
- Topic: Quality Assurance - Modules
- Replies: 18
- Views: 6628
Re: Quality Assurance - Modules
Yes, I'd also like to be able to link to a website where a module is working, so I can see what it does before downloading. Anyone know if this can be done? It would help decide which modules were working well and suitable.
Cheers,
Contented
Cheers,
Contented

- Tue Apr 17, 2007 10:21 am
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
Many thanks Ronny. Another problem solved!
Cheers,
C

Cheers,
C

- Mon Apr 02, 2007 1:30 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
Many thanks to both. Your suggestions have helped and after more experimentation I have now referenced both images in the template rather than in the stylesheet. And I've nested the 2 header image divs within another header div which defines the height and colour.This now seems to be working better:...
- Fri Mar 30, 2007 5:41 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
Hi Heather, Thanks for looking. No it's not fixed. It's not the actual image. What seems to happen is that the menu row drops down a bit leaving a gap, and in there on the left hand side you can see part of the letters VAL which must be the end of my website name, but I don't know how they are appea...
- Fri Mar 30, 2007 3:30 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
But now I see that I have a bit of a problem sometimes with IE 6. When I change the screen size sometimes part of my heading name appears repeated left under the header. It comes and goes depending on the screen size. Firefox seems fine. You can see it on my website at www.welshfoodfestival.co.uk An...
- Fri Mar 30, 2007 1:01 pm
- Forum: CMSMS Core
- Topic: date format in the News module
- Replies: 4
- Views: 2339
Re: date format in the News module
A bit late, but still relevant.
The trick is to put the formatting by going to Content >> News. Then click on the options tab and enter the following code into the box for the date format
That should give you day date month year every time.
Cheers,
C

The trick is to put the formatting by going to Content >> News. Then click on the options tab and enter the following code into the box for the date format
Code: Select all
%A %e %B %Y
Cheers,
C

- Fri Mar 30, 2007 12:48 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Can I change the News Module results page name?
- Replies: 7
- Views: 2798
Re: Can I change the News Module results page name?
Thanks for offer of help Ronny, but have worked it out now. I've put the following code on my home page (because I only wanted the news module to show on the home page) <!-- Start News --> <div id="news"> <h2>News</h2> {news limit=3 detailpage="news-2" } </div> <!-- End News --> ...
- Thu Mar 29, 2007 4:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
Many thanks for that. With your help I have now got it working!! For completeness, and in case it may help anyone else this is my code now: In my template: <div id="header"> <h1>{cms_selflink dir="start" text="$sitename"}</h1> <hr class="accessibility&q...
- Wed Mar 28, 2007 8:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change header, with additional data (better methods)
- Replies: 16
- Views: 7029
Re: How to change header, with additional data (better methods)
Hi, I'm trying to do a similar thing - to put a second image floating right in the header. But my right hand image is coming out below the header instead of on top of it. I think other people have had this problem but I can't work it out. In my template is the following code: <div id="header&qu...
- Wed Mar 28, 2007 6:22 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Can I change the News Module results page name?
- Replies: 7
- Views: 2798
Re: Can I change the News Module results page name?
I'd like to do this too, but am thoroughly confused by the news module.
Sorry to be dim, but just where do I put the code karma suggests?
Thanks in anticipation,
C

Sorry to be dim, but just where do I put the code karma suggests?
Thanks in anticipation,
C
