How do I display external web site content in the "center column"? Every time I create an external link in any type of content it takes over the entire browser window.
When I look at my database and the size of it, it seems that the session table uses up the biggest chunk (far bigger than all nodes).
Is there a reason the session IDs have to be stored in the database? If so, how do I set it up, so that the sessions expire and get deleted from the table sooner?
This one I think is very common, though when I tried the search button, it seemed like no-one knew about it. Here it is:
user error: Unknown column 'grant_comment' in 'where clause'
query: SELECT COUNT(*) FROM node_access WHERE (nid = 0 OR nid = 17) AND CONCAT(realm, gid) IN ('all0') AND grant_comment = 1 in /home/steve12/public_html/includes/database.mysql.inc on line 66.
I am keen to create the below features using Drupal but not sure of the best approach. I will list them and any tips would be sweet.
But first a bit of background. I currently have site set up to allow the upload of Audio(audio module) and podcast(http://drupalart.org/node/146). I have managed to get both to work and can create podcast using the podcast module.