Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-11-10 21:45:12
- Asgaroth
- New Member
- Registered: 2009-11-10
- Posts: 2
n00b Loking for a strnage feature in TextPattern or any other CMS
Hello everyone.
I’m n00b but what I’m trying to find is an “unobtrusive” CMS – So let’s say the site is done in PHP/MySQL/CSS/JS and all I need to let marketing people to use something like TextPatern just to edit TEXT.
Nothing else, just the articles. so I will have something like:
(not sure how but it’s just a prototype)
in a header of main template included some php libraries to deal with it and some css/js
<my code />
<div>
<txp:article title=“1234” />
</div>
<my code />
and that’s it.
I would really appreciate any answers even if that’s a no.
Offline
Re: n00b Loking for a strnage feature in TextPattern or any other CMS
Textpattern is ideal for situations where you want to isolate content contributors from site design elements. You can assign a preset role to those users which will lock them out of certain site functions or roll your own permissions set up with a plugin.
Offline
#3 2009-11-10 21:52:24
- Asgaroth
- New Member
- Registered: 2009-11-10
- Posts: 2
Re: n00b Loking for a strnage feature in TextPattern or any other CMS
Thanks mrdale
any idea how it would work in zend framework (I don’t need to know how) I just need to know it can :) so I will have all the logic, forms, and other fun stuff done by me, BUT the content. I’ve seen that in big company where they used let’s say Documentum Web something. But I need PHP based open source.
Offline