I'm trying to create my first module, which has a few extra pages other than the basic node display page. It is the same code found in the blog.module, but each of the following conditional statements results in a page not found.
Any direction would be greatly appreciated - I've reach my wits end.
i've provided two screenshots. one with the problem and one without its a pretty obvious issue however i dont know how to go about solving it. i've already checked block the settings for navigation.
[I previously submitted this to "Upgrade problems" and didn't specify the version. I'm not sure if this is exactly an upgrade issue. I apologize for the duplication, but I'm anxious to find a solution.]
I'm converting a custom module to 4.7 and have a little dilemma.
I have a 2-page node form. The first page form contains a single select input ("servicetypeid"). The submitted value of "servicetypeid" determines which form appears on the second page.
Hello, brand new here (so I apologize in advance). Spent most of the day searching this board. I'm sure this has been posted many times but I can't find it.
I would like to create a dynamic meeting locator.
I want to create a page where there's a drop down box containing town names (can be static list). The user selects a town and presses search and it returns a list of meetings in that town. (I have a table of meetings by town in the Drupal database).
i installed a vertion previously on another server that i no longer have access to.
On the old server i installed the audio module.
i have attempted to install it on the new installation and it won't work,
and differs in the errors.
some times the audio module isn't listed at all.
other times there are 2 boxes at the top saying the audio.something error on line 80 (something like that)
i'm going to install another copy see if i can get it working on that.
I'm sure this is a straight forward thing for someone with more programming skill (I've not yet fully grasped the Drupal API)...
The event module implements a block which shows the upcoming events from the database. However, this selects from all the entries in the database (filtered based on the number of results that you want).
I have a number of taxonomy terms linked to events in my calendar and need to display the upcoming events related to each of the terms.