Search found 13 matches
- Fri Apr 30, 2010 8:34 pm
- Forum: CMSMS Core
- Topic: process_pagedata
- Replies: 1
- Views: 976
process_pagedata
Hello everyone, A quick question, out of curiosity: is there a reason {process_pagedata} must be manually included in each template, and has not been made to execute automatically for every page (built-in, so to speak)? The pagedata block is there for every page anyway. Is it a performance issue? Th...
- Tue Dec 08, 2009 8:53 pm
- Forum: CMSMS Core
- Topic: page / page_id / page_name / page_alias
- Replies: 1
- Views: 1566
page / page_id / page_name / page_alias
Hello, I'm trying to do some page-specific stuff in one of my templates. When I do a {get_template_vars}, I always get a list of four page-related variables that contain the same thing: page = test page_id = test page_name = test page_alias = test Why are there four vars, and what exactly are the di...
- Wed Apr 29, 2009 6:51 pm
- Forum: CMSMS Core
- Topic: Heredoc in user-defined tags [solved]
- Replies: 4
- Views: 1547
Re: Heredoc in user-defined tags [solved]
Ah, got it, thanks.
- Wed Apr 29, 2009 6:36 pm
- Forum: CMSMS Core
- Topic: Heredoc in user-defined tags [solved]
- Replies: 4
- Views: 1547
Heredoc in user-defined tags [solved]
Hello, I'm having trouble using the PHP heredoc string syntax inside a user-defined tag. Even the simplest code like below: $bar = <<<EOT bar EOT; Produces an error: Invalid code entered. Parse error: syntax error, unexpected $end in /home/directory/website/admin/adduserplugin.php(100) : eval()'d co...
- Thu Apr 16, 2009 7:13 pm
- Forum: CMSMS Core
- Topic: Additional Editors Permissions
- Replies: 2
- Views: 1264
Additional Editors Permissions
Hello, I created a new group called NOGRP with no permissions (i.e. left all boxes empty), and created a new user called NOUSR assigned to the NOGRP group. In other words, this user NOUSR should have the absolute minimum permission level in CMSMS. I created a new page called PTEST and assigned NOGRP...
- Tue Oct 21, 2008 8:41 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Database Type
- Replies: 2
- Views: 1426
Database Type
Hello,
Can someone tell me what the difference is between MySQL (4.1+) and MySQL (compatibility) options during the installation?
Thank you,
--
zims
Can someone tell me what the difference is between MySQL (4.1+) and MySQL (compatibility) options during the installation?
Thank you,
--
zims
- Wed Aug 27, 2008 4:11 pm
- Forum: Modules/Add-Ons
- Topic: Smarty tags inside HTML quotes
- Replies: 1
- Views: 870
Re: Smarty tags inside HTML quotes
It works fine if I do this:
But that seems rather silly.
--
zims
But that seems rather silly.
--
zims
- Wed Aug 27, 2008 4:05 pm
- Forum: Modules/Add-Ons
- Topic: Smarty tags inside HTML quotes
- Replies: 1
- Views: 870
Smarty tags inside HTML quotes
Hello, A page template contains the following line: "footer_class" is a user-defined tag that outputs a string. However, it never shows up in the final HTML: I don't imagine there would special template syntax in this case, but I can't get the printed value of the tag to show up in the bro...
- Wed Apr 09, 2008 9:57 pm
- Forum: Announcements
- Topic: CMSMS 2.0 (say what now?!)
- Replies: 264
- Views: 252778
Re: CMSMS 2.0 (say what now?!)
CMSMS rules, keep up the excellent work, guys.
- Mon Mar 31, 2008 7:06 pm
- Forum: CMSMS Core
- Topic: Problem: Template VS Page Logic
- Replies: 1
- Views: 912
- Wed Mar 26, 2008 8:15 pm
- Forum: CMSMS Core
- Topic: Problem: Template VS Page Logic
- Replies: 1
- Views: 912
Problem: Template VS Page Logic
Hello, This got no action in the Modules forum, so I'm posting it here, and hopefully someone will look at it. I have a layout template that contains only the following line: {cms_module module="FrontEndUsers" form="login"} I have a page (not cached) that uses this template, whic...
- Tue Mar 25, 2008 5:16 pm
- Forum: Modules/Add-Ons
- Topic: Problem: Template VS Page Logic
- Replies: 1
- Views: 1096
Re: Problem: Template VS Page Logic
Anyone? It seems to be very easy to replicate on my end.
Thank you,
Zims
Thank you,
Zims
- Mon Mar 24, 2008 8:48 pm
- Forum: Modules/Add-Ons
- Topic: Problem: Template VS Page Logic
- Replies: 1
- Views: 1096
Problem: Template VS Page Logic
Hello, I have a layout template that contains only the following line: {cms_module module="FrontEndUsers" form="login"} I have a page (not cached) that uses this template, which displays the login form, as expected. However, when I click on the "Forgot Your Password" an...