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 successfully set up an event type 'course' and got signups working with this. I have set up a custom signup form and this all works fine. However, I wanted to add some additional text to the top and bottom of the page and between the course details and the signup form so I set up a flexinode template to do this: node-flexinode-3.tpl.php. All fine so far EXCEPT that with the flexinode template I don't get the signup form, without it I can't see where to add the text.
On a site with very few contrib modules (event, image, img_assist, pathauto, urlfilter, views, activeselect and category), a timestamp is being appended to the url on login and logout. Like this:
www.example.com/?time=1158243003
For the life of me, I can't figure out where this is coming from. I am using clean urls and have no other issues.
I have a mini-calendar in the left sidebar and the title of the block is "Events". I would like to change the title and I can not figure out how. I suspect it is somewhere quite obvious but I can't find it. I have searched the settings and the forum and have had no luck.
Thanks for your help.
I have a query with regards to the userreview module. Reviews which have status=0 are shown at the bottom of the relevant node, when they should be hidden.
The list of reviews is generated using a view. My guess is that the view needs to be changed so as to only show content with status=1. Here is the view code from userreview.module
I have started using Drupal fairly recently using the chameleon Theme.
My question is how do I centralise this theme (ie. so that all pages are central on screen, not justified to the left) and also the logo image as well please?