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 was wondering if there happens to be a way to allow for either random or rotation of a block displayed in the sidebar. Specifically, i would like to rotate through different "link ads" on the right sidebar to give the site a more dynamic feel.
Any suggestions would be appreciated (and I appologize if i have missed this topic in the forum)
Hi!
I try to develop a module (competition) which define 2 new node types (competition-player and competition-team). So i define the two next functions :
I'm trying to create a new content type using the flexinode module for events for the event module. The biggest problem I'm having is that the "Start" and "End" fields always show up at the bottom, below my description field. I tried setting the description field weight to 10 and that didn't help at all. I'm letting the event module inject the two fields into the creation form. I tried adding them to the node content type manually, hoping if I had a "Start" and "End" field in there then the event module would use those instead of injecting it's own, but that didn't work.