When I add an attachment to a node, it shows up after I click 'attach' to upload the file, but vanishes when I click either preview or save.
The user creating the node has permissions to upload and view attachments, this flexinode content type has 'attachments' enabled, upload module is enabled etc and I have added other attachments to the site without any problems. The attachment in question is hardly 100 kb, so no space issues either.
i'm fairly new to Drupal and i'm only just finding my feet with it!
I have been trying to work out how to create members only content??
Its for an online magazine, which offers paid memberships [hopefully archieved with ecommerce modules] to the magazine, allowing the paid users into members only areas/pages.
I have 2 user types [paid and free]:
- paid; have access to magazine
- free; only have access to free issues of the magazine which will be published from time to time.
(I don't speek english too good, so sorry for any errors)
I have 2 languages: polish and english. I have installed and working modules locale and i18n. Now available is creating translations only for pages (not for articles, or polls).
When I logged as admin, I can create translations for any nodes. By viewing a node, I have a tab "tanslations".
Is it possible to give permission to creating translations for any registered users? How? Should I modyfing files of module? What of files? Where and how?
taxonomy_menu lets you create nice menus from taxonomy but the top level of the menu is the vocabulary name and that entry has no content. I wrote vocabulary_node to connect a node to the top level but then found I could not use that vocabulary level node in other ways without writing more modules. Perhaps it is easier to take the vocabulary out of the menu and just use terms. Will this create problems in other modules?