Search found 75 matches

by savagekabbage
Tue Oct 30, 2007 7:00 pm
Forum: CMS Show Off
Topic: Our latest CMSMS site
Replies: 3
Views: 2282

Re: Our latest CMSMS site

Nice job so far.... I think the navigation is kind of in a strange place, and I didn't really think to look there first to get to other pages. You might want to work some color into the logo also, the brown on red is kind of hard to read. You should also make the header link back to the home page, t...
by savagekabbage
Mon Oct 29, 2007 3:12 pm
Forum: CMS Show Off
Topic: New ImageWorks Studio Website
Replies: 13
Views: 6117

Re: New ImageWorks Studio Website

Thanks for the comments guys. I personally hate all of the additional text, but that's out of my control unfortunately. I like how the menus turned out on this site. I had to do some CSS "hacking" to get the right-most drop downs to position correctly. Does anyone know of a better solution...
by savagekabbage
Thu Oct 25, 2007 4:57 pm
Forum: CMS Show Off
Topic: New ImageWorks Studio Website
Replies: 13
Views: 6117

New ImageWorks Studio Website

I've spent the last few months porting over our website to the latest version of CMSMS. Lots of changes this time around, including: - Before, all of our forms were integrated with a CRM solution, and were separate from the CMS. Now that you can submit Form Results to a UDT we can contain everything...
by savagekabbage
Tue Oct 02, 2007 3:42 pm
Forum: Tips and Tricks
Topic: Evaluate Smarty output from a UDT (User Defined Tag)
Replies: 1
Views: 2595

Evaluate Smarty output from a UDT (User Defined Tag)

I had the need to have smarty output evaluated from a User Defined Tag recently, and couldn't find anything searching the forums.  This is how I ended up doing it, there may be a better way. global $gCms; $smarty =& $gCms->GetSmarty(); $output = "Whatever..."; $output .= "{* Smart...
by savagekabbage
Mon Sep 24, 2007 5:49 pm
Forum: Modules/Add-Ons
Topic: Idea - Page Generator
Replies: 15
Views: 7180

Re: Idea - Page Generator

I was thinking of some way to do this myself.  I think some sort of outline tool would be best.  You would be able to layout your entire content hierarchy, giving each page titles while doing this, then the script would create all of the content for you.  I'm sure we could come up with some sort of ...
by savagekabbage
Mon Sep 24, 2007 5:46 pm
Forum: Modules/Add-Ons
Topic: Permissions to install modules
Replies: 8
Views: 3023

Re: Permissions to install modules

I believe that the Module Manager needs to write to the uploads folder to work correctly.  Might want to check if your uploads & modules folder is set to 777.
by savagekabbage
Thu Aug 30, 2007 5:57 pm
Forum: Help Wanted (commercial)
Topic: Need someone to create templates for 2 commercial projects
Replies: 8
Views: 7514

Re: Need someone to create templates for 2 commercial projects

I might be interested in such a task. I will shoot you an email.

Any chance you have a link to your site so we can take a look at what we're dealing with?
by savagekabbage
Fri Jul 27, 2007 6:02 pm
Forum: Tips and Tricks
Topic: Any layout suggestions for weird legacy content?
Replies: 5
Views: 2967

Re: Any layout suggestions for weird legacy content?

Oh, I know it's awful as it is -- we inherited the code from several years ago.  I'm a Firefox user myself and see the broken mouseovers, but can't think of a good way to re-code it in CMS without creating many subpages for the rollovers.  I'm sure there's something obvious I'm overlooking or not t...
by savagekabbage
Fri Jul 27, 2007 4:50 pm
Forum: Tips and Tricks
Topic: Any layout suggestions for weird legacy content?
Replies: 5
Views: 2967

Re: Any layout suggestions for weird legacy content?

Hello, Please don't take this personally when I say this, but you're really better off coding this page from scratch.  The page layout is awful, and the javascript mouseovers don't work correctly in Mozilla Firefox, which is one of the most popular browsers. That said, this site could easily be code...
by savagekabbage
Thu Jul 26, 2007 8:39 pm
Forum: Tips and Tricks
Topic: Change stylesheet based on page
Replies: 1
Views: 2072

Re: Change stylesheet based on page

Couldn't you also just put a :{stylesheet name='DefaultTheme'} in the page metadata?

Edit: Never mind, I see now that your point is to completely change the associated stylesheets :)
by savagekabbage
Thu Jul 26, 2007 8:36 pm
Forum: Tips and Tricks
Topic: Horiz. menu with Horiz. flyout under...
Replies: 1
Views: 2093

Re: Horiz. menu with Horiz. flyout under...

Seems like it displays... just needs some CSS work is all.
by savagekabbage
Thu Jul 26, 2007 8:21 pm
Forum: CMSMS Core
Topic: [SOLVED] Formbuilder Form Layout help?
Replies: 12
Views: 4802

Re: [SOLVED] Formbuilder Form Layout help?

Thanks Calguy but it is doesn't appear to work It puts all the text above the input exactly as the previous code did. What I am looking for is something like this:- Name    | input area      |      Surname    | input area    | Address |    big                    input area                      | E-...
by savagekabbage
Thu Jul 26, 2007 2:40 pm
Forum: CMSMS Core
Topic: index page replaced by a deleted page
Replies: 4
Views: 1608

Re: index page replaced by a deleted page

$5 says you made another page the "Default Page" instead of deleting it :)  Check the default column in the content listing and see what is checked.
by savagekabbage
Thu Jul 26, 2007 2:36 pm
Forum: CMSMS Core
Topic: Image Manager: No thumbnails with files larger than little more than 1MB
Replies: 6
Views: 2193

Re: Image Manager: No thumbnails with files larger than little more than 1MB

PHP might be running out of memory while trying to generate the thumbnail. If you don't have access to php.ini you can try setting: ini_set("memory_limit", "16M"); in config.php.  Just a thought.
by savagekabbage
Thu Jul 26, 2007 2:28 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Module Manager
Replies: 4
Views: 1931

Re: Module Manager

Also try checking what your PHP memory limit is.  If you don't have access to php.ini then a simple ini_set("memory_limit", "16M"); in config.php should do the trick.

Go to advanced search