I've just created my first Drupal site and considering there maybe a few people adding blogs to it, is there a way in the navigation pane to have a list of the users blogs??
My site is llawnroc.net (still under development), but you can see blog link is showing, but I want it to expand to users that have created blogs! Would make for better navigation!
Apolgies if this has been answered before, but after trawling through 20+ pages from searching I thought I'd use the direct approach!
The Setup:
I have a menu block set up with links to a few page nodes that all have alternate URL path settings (aliased paths).
Ex. Menu item pointing to: my-page-name which is actually node/19
The menus Block Visibility is set to : Show on only the listed pages
with node/19 as the listed page to show on
I know image_import isn't really available for 4.7 yet, but I went and gave it a try anyhow. However, while it apparently went and imported 58 images, nothing showed up in the selected gallery. What did show up was a bunch of error msgs to the tune of
The selected image handling toolkit 'imagemagick' can not correctly process 'image_imagemagick_resize'.
I've had a Drupal site running for almost a month now and can't be more pleased. However, there is one restriction which has always bothered me -- the inability to access the head of an html document. This is probably a good feature, as a default.
However, I would like to add distinct things within the head of my page. For example, it would be nice to throw in a couple of lines of CSS code, pull in some page-specific javascript files, or add unique meta tags for every page.
I'm trying to create a page that shows the last few images thumbnails to be uploaded to the site.
I've found various snippets that talk about "last n images" none of them work. The closest I got was to get "the latest image" repeat N times...which is done by this one,(it says random, but isn't, it's latest). Nopte - the X random images version of the code below works fine.
I am writing a custom module that integrates my existing app with drupal. I am using drupals menu_hook to produce my apps pages. My question is how do you encode your url with dynamic data like the following