I need to password protect a couple of entries on a site. It is easy to do at the template level but this is at the entry level. I am running Expression Engine.
OK, I have set up channel for the client to add projects. The way it works is simple: I have a category page that displays all of the projects from the chosen category.
I have set-up a view template that displays a product and 3 next products (by entry_date) from that specific cate开发者_C百科gory. My problem is, I have 34 products in one category, once I keep going
Im building my f开发者_如何学Pythonirst site in Expression Engine, I was wondering how to use custom controllers in EE, like I would in Codeigniter, or what is the EE equivalent?Controllers are the he
hey expressionengineers, i am using the following code to test which cannel:entries tag to render depending on the value of cerstain freebie variables (see code snippet below).
I am trying to set up pagination on one of my EE Structure pages and the GET query string results in a 404 error. I think it has something to do with my .htaccess file but I cant figure it out. Here i
I have a template with php enabled on output. However i can\'t get str_replace to work. See below code. If i just put {title} without any php then it works. But when i include php and place {title} in
Does Expression Engine have a built-in solution for i18n (internationalization)? I have to bui开发者_如何学Gold a multi-language site, and would like to know the best approaches in EE for doing so.Th
I\'m building a website on Expression Engine using jQuery for my javascript. At first it looks as if everything works as it should. But as I navigate away from the front page (index.php) to a subpag
I have a form built with SafeCracker in ExpressionEngine. One of the textarea fields is used to allow users to submit HTML code.