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 tried to insert links to files in the filesystem in a page (e.g. file://c:/tmp/test.pdf). I tried manual linking, module urlfilter and module interwiki but nothing worked.
It seems like my request (below) would be so common that there would be a straight-forward and well documented way of going about it...but I can't find one. Here's what I'm looking for:
I would like to set up a site that mixes what looks like static corporate web content with community content. The corporate web pages might be created by someone with a particular role, e.g. "author", while community content is created by an "authenticated user".
I have created a node using some of these snippets, which generate long lists of nodes' teasers. When in front page, I need only the first paragraph - html-only - to show. So I tried to insert a <!--break--> at the beginning of the node's body, which input format is PHP code. But it didn't work: the PHP node shows its full version, i.e., a list of other teasers, and the result is rather confusing... What should I do??
Hi all, I've received an iframe tag from amazon.co.uk to link my books into amazon.co.uk. However, it is not showing up when I see my book reviews. Can't understand why since I have it enables in the blocks menu to be on the right side.
I want the mini post icon to be an anchor link to the individual posts within the forum topic. This is the way it works in phpbb2. However, even though the method at drupart.org shows how to insert the mini post icon, it doesn't provide the linking code.