Search found 9 matches
- Fri Jan 25, 2008 11:55 pm
- Forum: CMSMS Core
- Topic: Security Model Modification - Deleting all pages with 'Modify Page Structure'
- Replies: 7
- Views: 1850
Re: Security Model Modification - Deleting all pages with 'Modify Page Structure
Hello, I don't see any attachment in your post ?? If you have several diff files and want to group them in a zip/tar may be the forum needs you add a ".txt" suffix to the archive's name. Pierre M. The attachments are there from what I see. All 3 of the diffs. I can send them to you direct...
- Thu Jan 24, 2008 8:47 pm
- Forum: CMSMS Core
- Topic: Security Model Modification - Deleting all pages with 'Modify Page Structure'
- Replies: 7
- Views: 1850
Re: Security Model Modification - Deleting all pages with 'Modify Page Structure
Ok, I've attached the diffs. If I could attach more than 4 tiles, I'd go ahead and just attach the full files too. Feel free to contact me for the complete files if you'd like.
- Thu Jan 24, 2008 2:56 am
- Forum: CMSMS Core
- Topic: Security Model Modification - Deleting all pages with 'Modify Page Structure'
- Replies: 7
- Views: 1850
Re: Security Model Modification - Deleting all pages with 'Modify Page Structure
Good call, I forgot to mention it's version 1.2.3 "Black Rock" (I believe that's the latest version).
I use BeyondCompare as a diff tool, but I've never "generated" a diff report for public consumption. How do you normally go about doing that?
I use BeyondCompare as a diff tool, but I've never "generated" a diff report for public consumption. How do you normally go about doing that?
- Thu Jan 24, 2008 2:43 am
- Forum: CMSMS Core
- Topic: Security Model Modification - Deleting all pages with 'Modify Page Structure'
- Replies: 7
- Views: 1850
Security Model Modification - Deleting all pages with 'Modify Page Structure'
I noticed a "problem" with the security model in version 1.2.3 "Black Rock" earlier today. Here's the issue: I want users belonging to the "Editors" group to be able to edit, re-arrange, and delete pages that they've been assigned to based on "Additional Editors&qu...
- Mon Jan 21, 2008 11:37 pm
- Forum: CMSMS Core
- Topic: Archiver 0.2 Gripes
- Replies: 1
- Views: 986
Re: Archiver 0.2 Gripes
See http://forum.cmsmadesimple.org/index.ph ... 742.0.html for fixes to your problems.
- Mon Jan 21, 2008 11:37 pm
- Forum: Modules/Add-Ons
- Topic: Archiver 0.2 - Archive Manager Module Fixes
- Replies: 1
- Views: 1393
Archiver 0.2 - Archive Manager Module Fixes
I just installed Archiver 0.2 today and I'm thrilled that somebody had already implemented something I so desperately needed. It serves its purpose as a simple versioning system within CMSMS. However, I noticed a few problems early on which I've already fixed following the patch found here: http://d...
- Tue Nov 20, 2007 7:00 pm
- Forum: CMSMS Core
- Topic: Exactly what tags are available from a template?
- Replies: 4
- Views: 1475
Re: Exactly what tags are available from a template?
What do you need the $page_name for? Since you can use an element ID in anchors, just use an existing element on the top of the page. I used the "skip navigation list" for that: In my template I added an ID to the UL: <div id="pagewrapper"> <ul id="top" class=&quo...
- Tue Nov 20, 2007 3:20 am
- Forum: CMSMS Core
- Topic: Exactly what tags are available from a template?
- Replies: 4
- Views: 1475
Re: Exactly what tags are available from a template?
Thanks a lot for the quick reply.
That worked great for me. I was able to get out the page name (the URL-formatted string) to form a URL I needed.
Back to top
Also, nice tip about outputting to HTML comments.
Thanks again,
greenmile
That worked great for me. I was able to get out the page name (the URL-formatted string) to form a URL I needed.
Back to top
Also, nice tip about outputting to HTML comments.
Thanks again,
greenmile
- Tue Nov 20, 2007 2:01 am
- Forum: CMSMS Core
- Topic: Exactly what tags are available from a template?
- Replies: 4
- Views: 1475
Exactly what tags are available from a template?
Hello, Just installed CMSMS last night and already today I have a nearly-working website rolling. I had a question, though, about exactly the information I can retrieve from my template page. I know of the basic tags such as: {sitename} {stylesheet} {content}, etc. But, is there a definitive list of...