I'm getting very strange behaviour in block visibility. Now this might be because I'm new to Drupal, but it seems to defy the way that the system is supposed to work.
I have a URL in my 'primary links' which point to the events calendar (eg. url=event/). This will quite happily take me to the month view of the events module. I also have the recent events block turned on for the events module. I would like this block to appear on the front page and all of the event module related pages. So, I have put the following in the block parameters:
user error: Table 'thecoralreef.img_assist_map' doesn't exist
query: DELETE FROM img_assist_map WHERE nid = 34 in /var/www/thecoralreef.com/htdocs/drupal/includes/database.mysql.inc on line 66.
user error: Table 'thecoralreef.img_assist_map' doesn't exist
query: INSERT INTO img_assist_map (nid, iid) VALUES(34, 43) in /var/www/thecoralreef.com/htdocs/drupal/includes/database.mysql.inc on line 66.
Hi. I screwed up my aggregator mysql tables and I need to reinstall them fresh. Is there an aggregator.mysql file on this site somewhere? Or a way to install a core module just like a user-contrib module?
When I have a bunch of logo's, how do can I let the site choose another one each day ? Can be random or not, doesn't really matter. I have more logo's then there are days in the week and I want to add more later, so a logo for each day in the week won't do ...
I want to create an alternate front page template in phptemplate that is a slight variation of my main site-wide template (3 column layout with blocks on either sifde of the node.tpl data), but I want a main header image above each of the columns
Internal template done in phptemplate
-----------------------
| header |
-----------------------
| b | | b |
| l | node | l |
| o | data | o |
| c | | c |
| k | | k |
| s | | s |
| | | |
-----------------------
Front_page template
-----------------------
| header |
-----------------------
| |
| big image div |
| |
------------------------
| b | | b |
| l | node | l |
| o | data | o |
| c | | c |
| k | | k |
| s | | s |
| | | |
-----------------------
I've tried using front_page.module and using it to load my flexinode-2 type front page with a node-flexinode-2.tpl.php but that seems to give my desired result (header, big header image, etc... ) inside my "node data" area. I've also tried copying my page.tpl.php and even index.php to the area of my front_page with it loading as "full" and allowing embedded php, but that doesn't work either.