I've tried completely wiping the image module files and table from my MySQL database, and double-checked the permissions on the images, images/thumb, and tmp directories. Everything on the Images Settings status page is green and OK. The Images category is mapped to the image node type.
But when I try to go to the directory upload tab(s) (both fast and slow), and input the directory on my local machine that contains the images(for the fast upload), all I get is a blank screen. The source of the window is "". (element names changed to get past filters)
Long story, but I unwisely updated my database a second time. This created double filter options. All filters, were shown twice. So I erased the duplicate fields to get it back to default settings. However, all content then disappeared. The titles were shown, and I could see the content in the "edit" view, but no content was shown on the pages. If I create new content and set the "default" html filter as the filter, no content shows up. Any idea what is going on and what database changes need to be made for this to get back to normal? thank you.
I'd like to have a block which conditionally displays different information, depending on the type of the node that is being displayed. Basically, I'd like to show custom content on all forum pages. I'd like to be able to access the type field of the current node, to see if it's equal to "forum". Is this an appropriate way to do this? If it isn't, can someone suggest one?
Note: I'm using 4.4.2, and can't upgrade due to missing functionality in the current version.
I've installed the taxonomy_access.module with the following idea in mind: I want users to be able to post forum topics, images to the gallery, etc... and force a taxonomy term. No problems there.
I also want users to be restricted from viewing certain taxonomy terms. No problems there either.
in drupal 4,4,0 to create content of option "page" link auto
connected in menu main with the options "Link name:" and "Link description:"
but these options no longer appear in version 4.5.0 or 4,5,1
and not link in menu main. as I create content that auto link it with menu main?
I am developing a site with drupal on one machine and then need to be able to replicate the entire site on to another machine.
I was hoping to be able simply to dump all the database tables and then load them on the second machine. Are there any issues with this approach? Does anyone have any experience with this?