Drupal Configuration
Node relativity display: do not show children
can you help me make node relativity not show the children list below the node like that?
Go to administer settings or whatever Node Relativity and click on the Display Settings tab, and change the section from a number (weight) to zero - 0 - which means don't display.
Agaric asks itself: help. views arguments? Taxonomy, nodes, and context
The Question: How to use arguments to make a block view show content associated with pages
ok
The views argument is set to Taxonomy term ID.
This is pasted into the Argument Handling Code textbox (without the wrapping php tags)
<?php
if ((arg(0) == 'node') && (is_numeric(arg(1)))) {
$industry_node = node_load(arg(1));
$tids = array_keys($industry_node->taxonomy);
// this will only work correctly when the single term associated with an industry node is its industry term
$args[0] = $tids[0];
}
?>Steps to Follow on All Agaric Sites (default configuration destined for an installation profile)
This document is a part (soon to be an automated part) of Agaric's ultimate site deployment checklist.)
Make automatic with a custom Agaric installation profile
Panels 2 Documentation
Panels 2 documentation
Handbook: http://drupal.org/node/201914
and more on Panels coolness: http://drupal.org/node/241344
Ask Agaric: Getting the E-mail Addresses of Your Site's Users
How do you harvest e-mail lists for all of the site users?
(Agaric note: Harvest is often used in the context of spammers "harvesting" electronic mail addresses; this is a matter of the site owner getting e-mails provided by site users, to which the site owner already has access, in a useful form. We skipped the terminology sermon and just wrote back...)
Drupal RSS Feed Not Working: Check Alias Conflict
If you have a Drupal RSS feed, such as blog/feed, that instead takes you to only a node, check that there is no path alias created (go to admin/build/path) for, in this example, 'blog/feed'.
Ask Agaric: Drupal Site Building Question
Hey Ben,
Thanks for your website.Plenty to read good stuff.I have a
question about drupal implementation.I have installed it already
but i'm still confused where to start building the site.I am only needing the site for uploading/download PPT/Doc and Video
materials.What theme and modules should fit to my needs.Thanks,
Jack
Hello Jack,
Forum post listed in count, not showing up in Drupal forum
The overview, with three posts promised:
http://lclive.openzuka.net/forum
The forum, with only two posts:
http://lclive.openzuka.net/forum/45
The absent post, that says it is in the forum:
http://lclive.openzuka.net/great_story
Similar problem?
Topic not showing up in forum
http://drupal.org/node/219342
Ask Agaric: Views Block and Page with Different Fields
E-mail subject: Please help me with views???
Tony sent a message using the contact form at
http://agaricdesign.com/contact-usHi Ben,
My name is Tony and I have been reading allot of your tutorials on your
site and the reason that I am emailing you is that I have a problem with
views and I was wondering if you could be so kind in helping me out?Heres the story:
Drupal or Wordpress? Making a quick simple site
E-mail subject: Drupal or Wordpress?
Hey friend,
How is things?
