this is not really a support question but god forbid someone reading it elsewhere would disagree...
i notice that the new 'node_revisions' table is using 'vid' as its primary key. which seems to be needlessly confusing, since vid is already the primary key of the vocabulary table. i was looking into the history and found this:
"Sat, 11 Dec 2004 12:26:02 +0000 : Dries
This patch is _much_ needed so I'd love to see someone revive it. In
order for this patch to be accepted, the following needs to be done:
This has been driving me absolutely crazy for about two hours now... All I want to do is pass an image file to the browser, however I can't use print theme('image', '/tmp/image/hello.jpg'); because it's not visible to the webserver... Surely there's some (easy) way to pass an image for output, or do I have to file_copy it to the tmp directory just so it can have a web address?
I've created a custom node type and am trying to create a form for it.
I'm creating a form where the user can click a button and elements (a text box and a check box) are added to the form. They can then submit a variable number of items in one form submission. I figured that if I used the right format for the field names (edit[name]) then the data would just show up in the node magically. Unfortunatly, this doesn't work because the forms API doesn't know about the extra fields.
I was very confused.....
I need a newsletter module for 4.6, that is able to sends email (html) with image attachment to registered and (above all) non-registered user.
Sendmail seems the right one, but doesn't support attachments.
I've installed the Gallery module for 4.7.2 and everything works fine except when I try to view an image in an album, i get a "Page Not Found" error. Any help here?