I've modified the event module so that an image is displayed. This works good but when i go to the event page, with all the events together, the img_assist code comes out as pure code instead of the image.
I am using a modified blue marine theme, Drupa 4.7.0, Gallery 2.1.1. This morning, I checked my site, and the scans had been pushed alllllllllllllll the way to the side. Disabling the gallery navi block put everything back in place.
I had changed font sizes because a user had complained, but would that cause the navigation block to widen itself out that far?
I am in the process of creating a Drupal demo and am considering having the database reloaded automatically every 12-24 hours. This would result changes made by the demo user and restore the site to the original configuration (thus minimizing any vandalism). I could do this manually but having a cron that automatically does this would be better. Any links to tutorials or advice on how to do this would be appreciated. Thanks!
I am trying to host multiple commnities under one site. What I mean by this is that anonymous users will see general news and other topics, but a registered user will see only items specific to his or her group. My questions are:
1. How do I limit what different groups see?
2. How do I specify group access during login registration?
If I create a view to override the system path taxonomy/term/n with n being a term id argument, I cannot get the custom view to display. I still get the default taxonomy overview page.
If I change the URL in the view to something like tax/term/n and hit the page that way, the view works as expected.
Any reason (a conflict with another module perhaps) why Views Module isn't overriding the system path as it should?
I want to move to a new server with my drupal site. I exported all the tables in mysql / phpmyadmin and imported them (mysql / phpmyadmin) into my new server.
However, my site is not accessible and just has a load of errors. Do I need to use the import / export API or am I doing something wrong?