Search found 7 matches
- Wed Oct 06, 2010 3:32 pm
- Forum: General Discussion
- Topic: Changes since 1.4.1?
- Replies: 2
- Views: 1601
Changes since 1.4.1?
Can't find a list of changes between the versions. But have a client with a CMSMS v1.4.1. He's wondering what the list of changes that have been implemented since then. Maybe needs an upgrade? Can someone list the major things to be aware of or point me in the direction where to find the list? Thank...
- Wed Feb 06, 2008 5:15 am
- Forum: Modules/Add-Ons
- Topic: MenuManager: limit by items="", but also show the children?
- Replies: 4
- Views: 1729
MenuManager: limit by items="", but also show the children?
Is there a way to limit the meny by items="" parameter, but then also expand each one of the items and show it's children? So if I say something like: {menu items="one,two" number_of_levels="2"} I expect: * One * Blue * Green * Two * Square * Round But I only ge...
- Fri Apr 27, 2007 1:23 am
- Forum: CMS Show Off
- Topic: Marconi Centre -- new website
- Replies: 1
- Views: 2250
Marconi Centre -- new website
Check out this newly built website: Marconi Centre . By the way, the server is running Zeus as webserver. Some proprietary and not very popular, so the mod_rewrites were out of the question, thus the ugly rewrite hack :) On the other hand we can add Zeus to the "supported" webserver list (...
- Thu Mar 29, 2007 10:25 pm
- Forum: CMSMS Core
- Topic: Error messages after using custom tags
- Replies: 5
- Views: 2981
Re: Error messages after using custom tags
Great! Thank you very much for your in-depth replies. This is very helpfull!
- Thu Mar 29, 2007 9:48 pm
- Forum: CMSMS Core
- Topic: Error messages after using custom tags
- Replies: 5
- Views: 2981
Re: Error messages after using custom tags
Nice one Dee! Thanks! The workaround seemed to work.
I just thought of something. The second database I am connecting to through the tag uses the same username and password as the CMSMS uses. Is there a way to reuse the connection, but select a different database?
I just thought of something. The second database I am connecting to through the tag uses the same username and password as the CMSMS uses. Is there a way to reuse the connection, but select a different database?
- Thu Mar 29, 2007 9:07 pm
- Forum: CMSMS Core
- Topic: Error messages after using custom tags
- Replies: 5
- Views: 2981
Re: Error messages after using custom tags
Yes, the tag does open a new MySQL connection. The things is I can't reuse the CMSMS's connection, because I am connecting to a different database. I will try you suggestion about closing the connection though. I think I understand what is going on. When I don't specify which connection to close, it...
- Thu Mar 29, 2007 8:29 pm
- Forum: CMSMS Core
- Topic: Error messages after using custom tags
- Replies: 5
- Views: 2981
Error messages after using custom tags
I am getting crazy error messages after using custom user tags. The messages appear to be within the menu area, that is in place where the menu should be. The menu does not display at all and everything else after on that page gets cut off. Here are the error messages: Warning: mysql_real_escape_str...