Search found 75 matches

by savagekabbage
Thu Jul 26, 2007 2:27 pm
Forum: General Discussion
Topic: How to generate an alias
Replies: 2
Views: 1179

Re: How to generate an alias

There are already several shop modules in the forge, maybe you could just modify one of those for your needs?  You also might want to look at how the core generates aliases, maybe you could just use that.
by savagekabbage
Thu Jul 26, 2007 2:26 pm
Forum: General Discussion
Topic: one wish
Replies: 1
Views: 1137

Re: one wish

You can just add a new page and link it to the other one.. I've done that plenty of times :)
by savagekabbage
Wed Jul 25, 2007 9:34 pm
Forum: CMSMS Core
Topic: Index page displays different page than "Home"
Replies: 3
Views: 1691

Re: Index page displays different page than "Home"

In the admin make sure the Home page is checked as the "Default Page".
by savagekabbage
Wed Jul 25, 2007 3:09 am
Forum: Layout and Design (CSS & HTML)
Topic: Two horizontal navigation menus: main, and "administrative"
Replies: 9
Views: 3778

Re: Two horizontal navigation menus: main, and "administrative"

If the secondary menu will always have the same links, you can just hard code it.  Nothing wrong with that.

Otherwise your best bet would be to make sure all of those pages are under the same parent.
by savagekabbage
Mon Jul 23, 2007 6:23 pm
Forum: CMSMS Core
Topic: {solved} page displays background twice on IE
Replies: 6
Views: 1969

Re: page displays background twice on IE

izzysanime wrote: Is that similar to web developer toolbar?
Kind of, but I use it 10 times as often :)
by savagekabbage
Mon Jul 23, 2007 5:46 pm
Forum: Modules/Add-Ons
Topic: Form Builder: table based layout?
Replies: 6
Views: 3072

Re: Form Builder: table based layout?

Thanks for our answer. It´s wierd why not to support it when it is obviously easier to handle than a css layout. For instance: with a css layout I have to fix the widths of the labels whereas a table layout would have handled that. I'd say it's similar to cars... Why switch to Fuel Injection when m...
by savagekabbage
Mon Jul 23, 2007 5:38 pm
Forum: Layout and Design (CSS & HTML)
Topic: What am I doing wrong?
Replies: 2
Views: 1314

Re: What am I doing wrong?

Looks like the common IE6 3px bug.  Your best bet would probably be to assign the #header div with a set height and overflow:hidden.
by savagekabbage
Mon Jul 23, 2007 5:36 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Any ideas how do do THIS menu?
Replies: 4
Views: 1702

Re: Any ideas how do do THIS menu?

If you want the menu to stay dynamic then I think your best bet would be to go into the Menu Template and assign each link with an ID or Class.  You would be able to do this with CSS Selectors, but those aren't supported in the older browsers.
by savagekabbage
Mon Jul 23, 2007 5:34 pm
Forum: CMSMS Core
Topic: {solved} page displays background twice on IE
Replies: 6
Views: 1969

Re: page displays background twice on IE

Looks alright to me.  I think you should install FireBug for Firefox.  It will allow you to quickly verify which elements are getting what CSS styles.
by savagekabbage
Mon Jul 23, 2007 5:29 pm
Forum: Modules/Add-Ons
Topic: TinyMCE with Safari
Replies: 4
Views: 2223

Re: TinyMCE with Safari

I think the best thing would be for her to upgrade to Firefox.  The wiki page on requirements states the following: A cookies and Javascript enabled admin browser     * Firefox     * IE7 Safari is an extremely buggy browser, and I stay away from it at all costs.  I think a beta version of Safari for...
by savagekabbage
Mon Jul 23, 2007 5:25 pm
Forum: Modules/Add-Ons
Topic: php & includes
Replies: 6
Views: 2910

Re: php & includes

The link that calguy posted above tells you everything you need to know. Posted from the other thread: copy paste your php into user defined tag (remove ) then call that tag from your page or template. or change config.php to allow smarty php tag (this isnt really supported but should work) and use ...
by savagekabbage
Mon Jul 23, 2007 5:23 pm
Forum: Modules/Add-Ons
Topic: Form Builder: table based layout?
Replies: 6
Views: 3072

Re: Form Builder: table based layout?

Table based layouts maybe easier to handle than and CSS driven layouts, but they are a thing of the past.  If you REALLY desire table based layouts you can install a previous version of FormBuilder which will include the table based option, or modify the form template.
by savagekabbage
Mon Jul 23, 2007 5:18 pm
Forum: CMSMS Core
Topic: [SOLVED] News module on homepage only
Replies: 2
Views: 1098

Re: News module on homepage only

There are a few ways you can achieve this.  One way would be to create a new template just for use on the home page. Another way would be to put an {if} statement in the template.  The templates are smarty based so any smarty tags will work. Something like this should work: {if $page_alias='home'}  ...
by savagekabbage
Mon Jul 23, 2007 5:15 pm
Forum: CMSMS Core
Topic: {solved} page displays background twice on IE
Replies: 6
Views: 1969

Re: page displays background twice on IE

Please post some CSS & Html code, or a link to the site so we can get a better idea of what's happening :)
by savagekabbage
Mon Jul 23, 2007 5:14 pm
Forum: CMSMS Core
Topic: [SOLVED] Formbuilder Form Layout help?
Replies: 12
Views: 4802

Re: Forbuilder Form Layout help?

Using CSS you can achieve virtually any look & feel for your form.  You can also go into the form template, if you want to play around with it some.

Assigning a width and display:block to the should align the form fields.

Go to advanced search