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 installed IEDestroyer and it works just fine. But now i want to tweak it a bit.
I have chosen the Level 2 configuration whereby whenever IE is detected the banner is displayed once at the front page but then the problem is every time the user clicks on the link to the front page the banner is displayed. what i want is for the banner to display once when the user access the site and not for a specific page. is there any php snippet to do this or do i have to fiddle with the module..
Why is it that every time i change the Length of trimmed posts: say from 1000 to 600 that i have to go back into each posts and save them before any changes will take place. Suppose i had 1000s blog posts and i had to change each post by saving them before the changes take effect... well! you get the idea.
I was wondering if there was a module or an easy way to set fields to private. That is upon the creation of a CCK designed node you can set if a field is viewable to the general public or only a set of users or nobody.
We wish to be able to associate information with certain nodes we create that we don't always want viewable but on some nodes we may want it viewable.
If a module does not exist that achieves this or close to, any information on how to go about developing a module to do so is appreciated.
Hi, I currently have Drupal installed and operating in 'Off line mode'. I have been trying to figure out how to give another user access while the site is in off line mode so that the other user can help add/edit content along with the first administrative user while the site is in off-line mode.
I am using panels modules to modify the front page, and need PHP snips for following displays:
(1) Latest (X) book page sorted by post time of descending order
(2) Latest (X) forum posts sorted by post time of descending order
(3) Latest (X) comments sorted by post time of descending order
(4) Latest (X) blogs sorted by post time of descending order
I am not familiar with PHP coding, and there are still no snips in the handbook V5.0 snip region.