Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have Gallery two up and running after finding the magic "Image Block" wooo!
But I followed Gallery2's install advice to place images in a directory outside of the website. This appears to affect viewing the full gallery pages. I am able to pull in the Random Image thumbnails to the Gallery block.
In G2's admin this is the path: v/%path%
If I cahnge it to: gallery2/%path%
I loose ability to pull galleries into Drupal
I solved it by disabling "URL Rewrite" for "show item" and then everything works but with nasty wicked URL's.
I'd like to omit myself from story read totals, site stats and other running totals, if it is at all possible. I'd want my own visits logged but not counted toward story stats, essentially.
Is there an easy way to accomplish this? I have full root access to my box so whatever tweaks might be required I can do.
I expect to have a few hundred users of my website, who each have their own blog. I want my users to categorize their blog into one of 20+ taxonomy terms. I'd like a drop down list of the available taxonomy categories within each user's respective profile. So basically, when a user selects the taxonomy term from a drop down list in their profile, the entire blog for that user would automatically be assigned to the correct taxonomy term. I'm having a lot of trouble figuring this out, thanks for your help!
Is there a way through PHP code or HTML to include a node or path (taxonomy/term/2) in an HTML/PHP page? I would like to create a page with some static information but also have the contents updated dynamically.
I know 'include()' works with the entire URL but that includes the whole page. I just want the node, not the header and blocks and all. Can you get 'include()' to work without the php extension?
Using 4.6.3. I've seen a couple other related posts about managing user roles and a granular control system, but neither seems to address my issue here.