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 am faced with an odd problem, that I can't seem to fix:
all my menu-items are configured with a clean url link (eg. /news), but at some point, after one or two reloads of my website, all the menu-links show the 'old' /node/ url! The only exception is /home, that link always remains the clean url.
I have installed and am testing the nodeaccess module, I have setup the following items
Roles
Members
BREY
User
user 1
user 2
I have enabled the nodeaccess to view for for members and BREY, and the node author (eg user1) can view ,edit,delete
I have also selected show grant tab for this node type,
I'm creating a new section of my site using a specific taxonomy for these nodes, and I'd like to display them under a specific theme, different from the site's main theme.
Can somebody explain the best way to achieve that?
mysite.com/section//
-----
AND
-----
mysite.com/section//new/feed
go to
mysite.com/section//popular/feed
------
My htaccess rules were moved into /etc/apache2/sites-available as a a virtual host, even though I do not have any others. I was just told this has a very small performance advantage.
Hi everybody! :-)
First of all I'm very sorry for my english; This is the first time I write in drupal.org even if I read everyday this site.
This is my problem: I've installed correctly phpfreechat 10.1 beta on my site: I had some problem, but I resolved them by reading this forum. Now I have another trouble and no post about it in the forum: I activate the 'who is on line' block, it was create, but it doesn't work correctly because it doesn't show the online chatters! :-(
Can anyone help out with modifying the upload module with audio module? I am trying to seperate each users upload into a /files/user/ folder. I also need help in that the file quota's per user role are not limiting uploads as they should. Does anyone know of a forum topic that discusses this?