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 site that requires 2 separate forums, and I'm using the default Drupal forum for one. The only problem is, I don't want this one going to the /forum path, since that's where my other forum is also located. Is there anyway to change this path to something else? Thanks for your help.
I am fairly new to drupal, but i must say I am impressed with the ease of use so far. I am developing my own module to monitor the ammount of profit you got with your stocks. The stocks are monitored via finance.yahoo.com. I've done quite some work allready and all the info is put in the database correct. I now want to make a settings page under the administer menu. Something like the link "forums", where you can edit everything for the forum and add forums etc.
I looked at the code from the forums_menu() but somehow i cannot get a link working.
This is the code i have for my hook_menu
The node/add/stock works fine and shows up under the create content menu. I guess its quite a simple problem but somehow i cant manage to get it working.
Some of my users are reporting strange behaviour - when they login with with their username/password sometimes they end up being authenticated as a different user.
They can then post, etc. as that user...
Anyone have any ideas of where I should start looking to resolve this?
I'm working with the images module to display a fairly large number of images.
I'd like to display the images so that there's more than one per row - can anyone
tell me what I need to change to do this?
So when I go to mysite/event, then it shows the current date, the category and taxonomy filter (if it is not hiden), but basically I want to use them and hide from the user.
So I have a menubutton which directs to this one:
mysite/event/2006/02/13/month/all/68
Now the filter category is "all" and the taxonomy filter points to "68"
The problem is, that I want that if somebodey clicks on this menupoint next day than that should apear
mysite/event/2006/02/14/month/all/68
I have read all the posts about video.module, but didn't find any working solution for uploading video files via video.module directly. But i know someone got it working already and i was wondering if he/she could share it with the rest of us.