i have installed Tapestry theme, the theme is excellent and we can add several numbers of blocks to customize it.
if you see the theme, it has a Leaderboard, Header right, Header center & Header Left.
i have just used a banner image in center header, however the portion is too big and its empty, can we change the size of headers
This is my second go at drupal. I had struggled with drupal 6 and decided to wait until drupal 7 had some maturity. I am not a programmer but I can usually hold my own. So I did some research and decided to go with HostGator.com. After 15 minutes my first drupal 7 site was live and ... I had my first drupal 7 error:
The directory sites/default/files does not exist.
A quick search on drupal.org yielded well over a quarter of a million hits. Embedding my search in quotes narrowed it down to 44 and that was something I could sink my teeth into. But alas, it was deja vu all over again: problems not well spelled out or apparently different from mine, too many solutions and few confirmations of those that solved the issue.
So I took a stab at Google and found the Stackoverflow.com link with the following solution that worked like a charm:
There is an issue with shared hosts and temp folders...if you want the background you can read this: http://drupal.org/node/1008328
in the meantime try changing your tmp folder to be relative to your sites file root:
sites/default/files/temp
I am new to drupal but so far LOVING IT! Having an issue and can not find a way to resolve it:
Brief Description:
I want to have parent child relationships between data (like artist name and then child under that songs), so weird al is parent and eat it, lasagna, etc) is child/songs. Each parent/child will have different fields associated with them so they would be different content types.
DETAILS:
I am working on a site that has stories on the home page (easy) (two different content types), then I want to have one of those content types have child nodes/relationships. For example board games and pieces. A parent record would be battleship and the child record would be all the ships and little pegs.
I have nodes with a number (around 30) of multi-value content taxonomy fields that all point to the same vocabulary.
The core upgrade to D7 combines all these fields into a single term reference field. The Migrate Fields module re-creates the fields properly, but does not populate them.
So I figured I would just have to do a manual export/import of the affected nodes. No big deal.
I have site Drupal 7.1 and I was looking for modules to basically turn it into a Facebook like site. Does anyone know the appropriate modules to get to do this?
Feeling very goofed out here. For some reason my Drupal 7 site is not offering any pagination on either the front page, or my taxonomy pages.
I'm using the default front page, with the "promote to the front page" feature to list items on that page. I have it set for 10 posts to the front page. I have numerous other pages sorted by taxonomy, and using taxonomy menu.
Would appreciate someone pointing me in the right direction to get this turned on. I can't figure out where it might get turned on or off. Thanks