Hope someone can help me with this. What I need to do is to display the last node of a specific category with a teaser. I found something close to what I want but it displays some information I don't want displayed. I only want the title with a link a date and a teaser. No user info or category or commenting option.
Is it possible to allow a user to view and modify his own articles even if they are not published? For now, I can see the articles in a view, but if I click on them I have the message "you are not allowed..."
I guess the tool "workspace" do something like that, but I cannot make it work...
See http://drupal.org/node/49152
I want to setup a slashdot-like site that has separate sections for 3 different languages.
So far I am planning to set up 3 instances of Drupal with some db tables shared. The plan is to share as much as possible so that 3 sites feel like one both to visitors and admins.
The users and some settings should be the same for all the sections.
I decided against using the "i18n" module since I don't need all the content translated to all the languages.
I moved my Drupal site from one hoster to another one - I copied the entire drupal-directory, migrated the database (export - import, except for watchdog and cache tables), and updated the default sites-file as well as the general settings (directories, ...).
Everything works with one exception:
I have several blog entries with pictures included in the first few lines of text. These pictures were also shown on the title page before - now they disappeared on the title page, but still work in the blog entry view.