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.
If I could make nodes only available this way, I wonder if it would cut down on comment spammers who just increment node numbers to post spam comments.
Hi,
I have a problem when I try to insert a php script. I write in the body area of the "create page" node, the text that is at the end of this comment.
The script that i'm trying to use calls (via include) some other scripts. The thing is that the content that should be only in a portion of the screen, is displayed all over the page. Is like one other page, with transparent background and no images is over the page that should be displaying.
I have a problem where I need a graphic in the header to NOT show on specific pages, namely /admin pages. I know that it's already built into Drupal 4.6 for boxes to select NOT to show boxes on certain pages. However, the graphic that I have on my website is not a box. Therefore, I need a php snippet that I can put into my theme to prevent the graphic from showing up on /admin pages.
Hello.
As known the "path" module provides aliases like "$base_url/?q=alias" to system links like "$base_url/?q=node/1231" etc.
How can I do alias supporting like "$base_url/alias/" or "$base_url/alias" with standart means? May be this question is funny, but it is realy task :-)
Thanks.
I am using taxonomy_menu to link to my vocabulary and terms, and the menu is fine. The trouble I have with it is that when you click on a category, it brings you to a page that lists all of the nodes currently in that category descending from most recent. Then if you click on a sub-category it does the same for the subcategory. It's rather confusing and I have to confess pretty poor organization for a site unless you're looking for a blog.