Search found 18 matches
- Sun Jul 26, 2009 9:03 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
This is the closest I've got: <!--Start News Display Template--> <FORM ACTION="../cgi-bin/redirect.pl" METHOD=POST onSubmit="return dropdown(this.gourl)"> <SELECT NAME="gourl"> <OPTION VALUE="">Choose...</OPTION> {foreach from=$items item=entry} <OPTION VALUE=...
- Sun Jul 26, 2009 8:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
That's great Calguy. I'm certain it IS simple but after 5 days I'm not finding my way here. Thanks for the demo.calguy1000 wrote: This took me 10 minutes to build:
http://test.techcom.dyndns.org/cms_16_dev/index.php?page=news-dropdown
URL not expected to live past a few days.
- Sun Jul 26, 2009 8:40 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
I've tried around a dozen variations of this: <!-- Start News Display Template--> <FORM ACTION="../cgi-bin/redirect.pl" METHOD=POST onSubmit="return dropdown(this.gourl)"> <SELECT NAME="gourl"> <OPTION VALUE="">Choose...</OPTION> {if $pagecount > 1} <p> {if $...
- Sun Jul 26, 2009 8:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
If "I'm quite capable of constructing a drop down menu" is true then go to content > news and summary template tab hit create new and make one there and call it in a page.... All you have to do is figure out what part of the news template you want to use... There's really no need to respo...
- Fri Jul 24, 2009 11:24 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
Here's an example - on http://www.kasterborous.com/news.asp there's a drop down menu on the bottom half of the page which is a list of all previous items. I'm trying to replicate this but the closest I've got is using a global item that draws a list of all previous items, calling this in the page te...
- Fri Jul 24, 2009 8:56 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Re: Form-style drop down menu help
You may want to look into learning drop downs here... http://www.w3schools.com/default.asp This is where I picked up how to do a menu template to be a drop sown to pick selections... http://www.medtechglobal.com/ upper right corner is a menu template drop sown to pick the section of the p...
- Thu Jul 23, 2009 10:19 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Form-style drop down menu help [SOLVED]
- Replies: 13
- Views: 3761
Form-style drop down menu help [SOLVED]
Hi I need to build a drop down menu that includes all news items, and is configurable to show news items based on category. It needs to be a form-style drop down rather than a css drop down. I've had a good browse and found a couple of form menus for pages, but don't seem to be able to adjust these ...
- Sun Aug 05, 2007 1:22 pm
- Forum: Modules/Add-Ons
- Topic: Menu Order
- Replies: 1
- Views: 1155
Menu Order
Hi I'm using menu manager module, and I'm wondering if there is any way of reversing the order of the menu items? I'm imaging there's some sort of "sortby" parameter as there is in news, but I can't find anuthing in help or the forum and I'm reluctant to alter the template without guidance...
- Sun Jul 22, 2007 12:31 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module Problem
- Replies: 1
- Views: 1002
News Module Problem
hi I'm having some problem with the News module, and the successful display of news items. Basically, you can see here: http://www.thegadgetmonkey.co.uk/index.php/phones For some reason the news items are displaying on top of themselves, and I can't work out why. I'm using this statement in the page...
- Tue Jul 03, 2007 8:31 pm
- Forum: CMSMS Core
- Topic: Badly Planned URL Change
- Replies: 1
- Views: 645
Badly Planned URL Change
Hi
I foolishly change my site url without thinking through the consequences...
If I take a dump of my db and change all instances of the url to match the new one, will this be enough to repair the problem?
(embarrassed) Thanks
Christian
I foolishly change my site url without thinking through the consequences...
If I take a dump of my db and change all instances of the url to match the new one, will this be enough to repair the problem?
(embarrassed) Thanks
Christian
- Tue Jun 19, 2007 8:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Missing <li> element
- Replies: 5
- Views: 2164
Re: Missing <li> element
Hi Ronny - caught me as I was about to post the jpegs then!
I'll try that and let you know, thanks
I'll try that and let you know, thanks
- Tue Jun 19, 2007 7:43 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Missing <li> element
- Replies: 5
- Views: 2164
Re: Missing <li> element
Hi Ronny No, it's simply a list in the summary area of the news mod (suddenly occurs to me I should have mentioned that bit already) I'm using this in the css: .NewsSummarySummary li { margin: -6px 0 0 8px; line-height: 170%; } .NewsSummarySummary ul { list-style: none; ...
- Mon Jun 18, 2007 8:23 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Missing <li> element
- Replies: 5
- Views: 2164
Missing <li> element
Hi on www.gadgetmonkey.net, I have an unordered list of 4 elements, all correctly tied up in tags. However while it is perfectly viewable in Firefox, in IE 7, the 1st element in the list is completely missing, and I cannot work out where it is. I wonder if anyone else has had this problem? Thanks f...
- Sat Apr 07, 2007 11:08 am
- Forum: Layout and Design (CSS & HTML)
- Topic: News Mod Fields
- Replies: 6
- Views: 2097
Re: News Mod Fields
Cheers mark I'll give that a try
- Thu Apr 05, 2007 5:49 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Mod Fields
- Replies: 6
- Views: 2097
Re: News Mod Fields
I think it would have helped if you had looked at the examples I gave earlier, but no matter, here is another: www.kasterborous.com This website has a list of links on the right-hand side that consist of preview images and a few lines of text from the main article. It is this same effect which I wi...