At the bottom my left hand menu bar I have a picture, done with a picture block.
I'd like it to change depending on which primary menu option the user has chosen.
Is there an easy way of doing this?
As a Drupal newbie what I don't know is where the power is within Drupal and where you have to code the solution as per normal.
I'm creating a trivia site, and I'm setting up the teaser as the question and the user clicks "read more" to see the answer. But, I don't want it to say "read more". I'd rather it say "answer". I can't find any place to make this change. Could someone point me in the right direction?
Also, has anyone seen a trivia drupal site? I'd love to see an example.
Hi,
I'm using Views to create slideshows: show only full image nodes of some term, 1 full node per page, use pager.
Now,
is it possible to dynamicallly generate for example a teaserlist of x most recently updated Views? It's no problem to create a teaserlist View with x amount of recent images, but then the links point to node/xx and thus the image is not displayed within my slideshow-View context.
So, I'm looking for of a way to create/generate a View with teasers/links to other Views. Is this possible at all?
Any insights given greatly appreciated.
I am using the module img_assist on a drupal 4.7 installation. Everything working just fine until I checked my resulting rss-feed . In the rss-feed images get a path \\www.myserver.com\files\image.jpg, without the needed http: ... In the normal nodes this, doesn't led tp any problems, Drupal seems to resolve this just fine (reason I didnt notice before) but in a rss-feed this results in missing pictures.