I've got Drupal 4.6.6 installed with php5.1 and MySQL5, and I've got round the template issues for php and I found the undefined default values in the node table so I can now add content (page or story) as user1 (admin). I've created a 'contributer' user with rights to add page/story and edit own page/story (as well as access content obviously) but when I try to create a page and submit I get the 'page not found, error, it's not being written to the db. Now this user can write to the db, because it can post comments, so what am I missing from the sites permissions?
Is the 4.6 version of the actions module available anywhere? I found an older version of the .module in the cvs, but it doesn't have the .inc or the mySql attached! It seems weird not to include the functioning 4.6 on the older releases menu, seeing as how it obviously did exist once and is critical to using the workflow module.
I have noticed that the search module on the site I am working on is not indexing some to the content from my flexinodes. When I check under admin > settings > search, the indexing status shows that 100% of the site has been indexed. It seems that drupal is not indexing my flexinode content.
Has this been a problem for anyone else?
Also I was wondering if content that certain users do not have privileges to view populate the search results as well?
I'm building a link directory, and I would lilke to be able to pull up a Flexinode table of only those Flexinode nodes that match a particular field. One of my Flexinode fields is called "Category" (technology links, real estate links, etc) - but I can't find any way to display only those nodes in the "Technology" category.
If it were any other kind of node, I would just use the Views module to do it - but Views doesn't seem to allow me to select Flexinode fields as a filter criteria.
I often use the Active Forum topics block in combination with the below PHP snippet that shows only new/updated nodes (regardless of comment activity). However, as I have the forum topics in the Active block, I would like to receive all content types BUT the forum post content type in the PHP block.
How to alter the Select statement to exclude that type?