On my site, I have the access control for nodes set to "access content" and "administer content", and everything works fine except that anomymous users can modify content. But when I undo "administer content" some node's content can be accessed but not edited, while most of the nodes cannot be accessed at all. How do I fix this?
I'm trying to use the category module to represent the following tree structure:
Product List (container)
- Electronics (category)
- Cell Phones (category)
- Lap tops (category)
I modeled this as one Container (Product List) and the rest all are categories. So now when a end user adds a product page the ProductList select list is displayed. The problem is that the inserted product page does not show up anywhere in the categorization.
I'm testing 4.7rc2 with Flexinode cvs and can't seem to get it to work like it does with 4.6.6 and Flexinode 4.60. With the earilier version, using the Bluemarine theme I could create a new Flexinode, like News, and then add a textarea to it. When I go to add content to this new flexinode the textarea is there.
When I try to do the same thing with 4.7rc1 or rc2 using Flexinode 4.60 or cvs I get the Content type name of News but no textarea to enter the body of the new content.
Does Flexinode work?
Do I really need it to use Category?
I've got a PHP snippet on my front page that shows a list of my five most recent blog titles. I would love to have Zebra stripes so that it looks like the news story in: http://www.mtve.com/index.php?Page=2
I've got a PHPtemplate theme (supposed to already support zebra?). I have built the theme myself - so what will i need to add to
1) css
2) theme template
3) the snippet
Reading through the 'Upgrading from previous versions' handbook leaves me confused about the following, so I would be really thankful for any answers:
1.) Is running update.php absolutely necesary even when there is no database update? That is, can I just copy over the files and skip running update.php?
2.) Should the following be done *before* backing up the database:
- being logged in as admin?
- turning off all modules except the core ones?