Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a custom content type called 'City' on this custom page I want to make a link that says "Add an article about xxx" When you click this link the user is taken to node/add/page. Pages have a taxonomy that I can select which city they are related to. I want this taxonomy to be automatically set to XXXXX (the city that the user just clicked on from)
So If I am on the Chicago page I click "Add a page about Chicago", Im taken to node/page/add and the city taxonomy is set as Chicago.
I am running Drupal 5.x and have installed FCKeditor, which seems to be running alright (though a bit too slow for my taste).
My question is about the language interface. I know that FCKeditor automatically detects the language being used on a site and responds by using that language for its interface. I would prefer to turn off the auto-detect (partly because I will have a multi-lingual site and expect that could cause problems), to leave English as the default language and to provide users with a drop-down, language interface selection menu.
I have installed a basic Drupal 5.1 website with simple Story nodes on the front page. The RSS feed has been enabled, so is the Ping module. I haven't got any problems so far for getting the posts in Technorati, however, only the teasers seem to have been saved (not the full posts).
Is there a way to fix this, or is it a shortcoming on Technorati's part?
Ok, so I've downloaded a version of my site in order to run it locally on my laptop. In the past this has worked just fine but now I keep getting "Not Found
The requested URL /cleftworld/main/forum was not found on this server."
I wonder if it may have something to do with the path module but I can't work around it by turning the module off because I can't access any of the pages. Any ideas?
I've tried to find a module for doing something similar to lightbox that works using v5 but I haven't been able to find anything, all posts seem to refer to versions that doesn't work properly in v5.
What I want to do is to have a blog post with a thumbnail and when the user clicks on it I would like a larger picture to be displayed "above" the current page. I've already got the thumbnails and the big pictures so I would like to use them by just giving the url where they exist (another server).