Search found 11 matches
- Thu Dec 11, 2008 11:48 am
- Forum: Modules/Add-Ons
- Topic: [FEU] displaying login or guest under the header
- Replies: 1
- Views: 879
[FEU] displaying login or guest under the header
I am trying to get the login used, or if not, guest displayed under the header so the user knows he's logged in or not. I tried this section in the template: {* Start Breadcrumbs *} <div class="breadcrumbs"> {cms_module module=CustomContent} Hi <b>{if $ccuser->loggedi...
- Thu Nov 20, 2008 11:38 am
- Forum: CMSMS Core
- Topic: export source code to produce a listing
- Replies: 10
- Views: 2996
Re: export source code to produce a listing
Some SQL SELECT/export might help you. Pierre M. That is my idea. Is there a description of the DB structure I could use to write sth. I that could help me ? Just to know which tables/columns hold the code you type when in (i.e.) the admin/page/content edtion page. I am using dbForge Studio Express...
- Wed Nov 19, 2008 11:23 am
- Forum: CMSMS Core
- Topic: Site not workin in IE
- Replies: 2
- Views: 1077
Re: Site not workin in IE
Which version of IE?
Runs fine on 7.0.5730.13 (Win XP Pro SP2).
Runs fine on 7.0.5730.13 (Win XP Pro SP2).
- Wed Nov 19, 2008 10:57 am
- Forum: CMSMS Core
- Topic: export source code to produce a listing
- Replies: 10
- Views: 2996
Re: export source code to produce a listing
Well, I just want to produce that old fashion listing of code :-\ sth. like: PAGE page_name : is [not] active, [default], ... TEMPLATE template_name CONTENT is as follow: [ content stuff ... {custom_tag} ... END of content ] TEMPLATE template_name : is [not] active CONTENT is as follow: [ content ...
- Fri Nov 14, 2008 3:40 pm
- Forum: CMSMS Core
- Topic: export source code to produce a listing
- Replies: 10
- Views: 2996
Re: export source code to produce a listing
I'm not a web designer nor PHP/HTML/CSS/... expert. Actually it the first time I'm building a web site so I learn whilst using it. (I know I don't fit the minimal criterias to use that thing, but I'm not that stupid either if I get explained ;) at least, you don't need to teach me MySQL). If you kn...
- Fri Nov 14, 2008 11:37 am
- Forum: CMSMS Core
- Topic: export source code to produce a listing
- Replies: 10
- Views: 2996
export source code to produce a listing
Is there a way to export the full source code (that includes content of pages, stylesheets, custom tags, etc...) to get it all in an old fashion text listing ?
I guess it is a matter of querying the DB where CMSMS tables are stored ?
I guess it is a matter of querying the DB where CMSMS tables are stored ?

- Mon Nov 03, 2008 11:52 am
- Forum: CMSMS Core
- Topic: FEU | Invalid User on creation
- Replies: 1
- Views: 1221
Re: FEU | Invalid User on creation
Since you posted this as Linux newbie... you should know that usernames with a space isn't supported on Unix systems as it is on Windows.
- Thu Oct 30, 2008 4:55 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved]2 CMSMS sites running on the same Web server ?
- Replies: 3
- Views: 1357
Re: [solved]2 CMSMS sites running on the same Web server ?
Thanks to the 2 of you. Got it working. 

- Fri Oct 24, 2008 12:30 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved]2 CMSMS sites running on the same Web server ?
- Replies: 3
- Views: 1357
[solved]2 CMSMS sites running on the same Web server ?
Using the Mysql Dump module, I have exported the DB from a site and I would like to import it on another machine that is already running CMSMS on Apache/Windows. Is is as simple as reinstalling (or copying) CMSMS under a diffetent root folder under httdocs ? Can I do a find/replace of all 'cms_' pre...
- Tue Sep 30, 2008 9:05 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Sumarize + [read more] link for Page content
- Replies: 3
- Views: 1743
Re: Sumarize + [read more] link for Page content
Because you're obliged to manage 2 forms instead of one...
- Tue Sep 30, 2008 9:03 am
- Forum: Developers Discussion
- Topic: The big problem about using returnid on urls
- Replies: 4
- Views: 2884
Re: The big problem about using returnid on urls
I actually have a problem with this.
When I click on the news [more] link I hit the 404 page.
I can go to the news details when I strip off the "&cntnt01returnid=12" part.
Is there a way to fix that ?
How can I make CMSMS use the correct returnid ?
When I click on the news [more] link I hit the 404 page.
I can go to the news details when I strip off the "&cntnt01returnid=12" part.
Is there a way to fix that ?
How can I make CMSMS use the correct returnid ?