Search found 31 matches
- Tue Sep 22, 2009 8:43 am
- Forum: CMS Show Off
- Topic: Ocean Theme
- Replies: 64
- Views: 40442
Re: Ocean Theme
Thanks for your quick reply. I have tried what you suggest, but all it does is shifts the whole lot as far left as it goes and rmoves the background image on the buttons
- Tue Sep 22, 2009 8:12 am
- Forum: CMS Show Off
- Topic: Ocean Theme
- Replies: 64
- Views: 40442
Re: Ocean Theme
Loving the theme, but my client wnats the main navigation bar centered. At the moment it is floating to the left, and I have tried text-align: center, in #navMain and #navMain ul but to no avail. I'm sure the answer is staring me in the face, but I just need a little guidance to help me see it!! TIA
- Wed Sep 16, 2009 9:11 am
- Forum: Help Wanted (commercial)
- Topic: Quote needed for paid job
- Replies: 0
- Views: 1701
Quote needed for paid job
I am after a quote for the following paid job: Client wants formbuilder results delivered directly to a MS Access database. I need a quote for setting up said database and all necessary work to get the results from an existing formbuilder form to the database. Not likely to be done until at least D...
- Fri Sep 11, 2009 8:06 am
- Forum: CMSMS Core
- Topic: SOLVED: Separating page aliases
- Replies: 2
- Views: 1102
Re: Separating page aliases
Thank you very much ,Ronny!
- Fri Sep 11, 2009 7:49 am
- Forum: CMSMS Core
- Topic: SOLVED: Separating page aliases
- Replies: 2
- Views: 1102
SOLVED: Separating page aliases
I want to make an 'if' statement to apply css to specific pages, but cannot work out how to separate the page aliases. I am using a very straightforward bit of code, which as it stands, works with no problems. {if $page_alias == "[color=red]home[/color]"} <div class="blogs-showblog...
- Tue May 19, 2009 7:31 am
- Forum: Modules/Add-Ons
- Topic: Inserting 'No items available' message on products summary
- Replies: 2
- Views: 1081
Re: Inserting 'No items available' message on products summary
I've tried to use {if $itemcount<0} no items {else} SUMMARY TEMPLATE {/if} This works fine by showing the template when there are items to list, but with the categories that have no items, it does not display the message. I figure that the summary template is not called at all if ther are no product...
- Mon May 18, 2009 2:46 pm
- Forum: Modules/Add-Ons
- Topic: Inserting 'No items available' message on products summary
- Replies: 2
- Views: 1081
Inserting 'No items available' message on products summary
I am quite stumped at the moment! I want to add an if statement to my products summary template to tell the users that there are no items available rather than get a blank page as happens at the moment I have tried the following statements among others but am not getting anywhere fast. {if !$entry}...
- Fri May 08, 2009 1:34 pm
- Forum: Modules/Add-Ons
- Topic: socialbookmarking
- Replies: 18
- Views: 6068
Re: socialbookmarking
Brilliant! Just what I was looking for!
- Thu Apr 30, 2009 2:42 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Showing h1 header on one page only
- Replies: 2
- Views: 1003
Re: Showing h1 header on one page only
you could add an if/then statement to your existing template, like {if page_alias == "mypage"} text {/if} (disclaimer - I know this is not the right code, but it should get you started in the right direction. The concept is solid.) Brilliant - all that was needed was to put '$' before 'p...
- Thu Apr 30, 2009 11:46 am
- Forum: CMSMS Core
- Topic: [SOLVED] Showing h1 header on one page only
- Replies: 2
- Views: 1003
[SOLVED] Showing h1 header on one page only
Is there a way of putting the h1 header on one page only (the homepage) without having to have a different template? I have tried putting it in the 'Smarty data or logic that is specific to this page' and 'Extra page attricute' in the options menu but without succcess.
Any help appreciated.
Any help appreciated.
- Fri Apr 24, 2009 11:54 am
- Forum: [locked] CMSMS MLE fork
- Topic: SOLVED: Content not showing in IE
- Replies: 2
- Views: 2265
Re: SOLVED: Content not showing in IE
I got it to work in the end when I cleared the browser cache
Cheers
Cheers
- Thu Apr 23, 2009 10:39 am
- Forum: [locked] CMSMS MLE fork
- Topic: SOLVED: Content not showing in IE
- Replies: 2
- Views: 2265
SOLVED: Content not showing in IE
I have installed CMSMS MLE 1.5.4b and everything is working well apart from the content in the {content} tag does not display in IE8. There is no problem with FF, Chrome and Safari. I have tried using another template but the problem is the same. I have tried an active debug in cofig.php but that...
- Tue Mar 24, 2009 4:15 pm
- Forum: Modules/Add-Ons
- Topic: Field Validation on Product Manager
- Replies: 0
- Views: 680
Field Validation on Product Manager
I am using Product Manager 2.2 on CMSMS 1.5.2 and I want to be able to write in alphanumeric (text/numbers) in the 'weight' field. At present, the scripts default this field to numeric only. I have changed the field type from 'DOUBLE' to 'VARCHAR' on the MySQL database, and I can write this field ...
- Tue Feb 03, 2009 5:20 pm
- Forum: CMS Show Off
- Topic: New site nearly ready
- Replies: 2
- Views: 2708
New site nearly ready
I have been working on a largish site for a few weeks, and are jsut about ready to launch it although I am waiting on quite a bit of content. I am not really a graphic designer, and it shows a bit! Let me know what you think www.welshblackcattlesociety.com/index.php CMSMS Version 1.5.2 Modules Alb...
- Mon Jan 12, 2009 9:47 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] How to alternate row colours in News module
- Replies: 5
- Views: 2126
Re: How to alternate row colours in News module
I've managed it! Thank-you for your guidance especially with thte cycle plugin which I managed to find eventually, and to this thread http://forum.cmsmadesimple.org/index.php/topic,6159.0.html for tips on implementation!