Great module with plenty of potential.
Please provide a sample css or themed file.

Comments

attiks’s picture

Status: Active » Closed (fixed)

see projects homepage or reopen if it isn't clear

ajayg’s picture

Status: Closed (fixed) » Active

Hmm. Where is project home page? There is no demo link on the module project page. It mentions goto "example.com" to see in action which is NOT a valid link. From whatever I can see here http://drupal.org/project/TaxTreeNodes , I do not see any link to project home page. Many modules have link to project home page but this is not. Perhaps you are seeing the link as module maintainer but we are not seeing it.

attiks’s picture

You're right, there's no real homepage i was pointing to http://drupal.org/project/TaxTreeNodes, it shows which theme_functions you can use in template.php. I added a taxtreenodes.css file to the dev version but it isn't updated yet, so you might look at the cvs version. The sample css is intentionally left blank so it wouldn't override sides allready using this, the easiest/safest is to incorporate the css into the css of your theme.

I hope it helps.

ajayg’s picture

IS there a way to point to a site that is already using this?

attiks’s picture

Not anymore, site is no longer online, i'll try to setup a demo but don't really know when :/

Sorry ...

attiks’s picture

A quick demo:
- http://drupal5demo.attiks.com/taxtreenodes/1 for collapsible terms
- http://drupal5demo.attiks.com/taxtreenodes/2 for expanded one
- http://drupal5demo.attiks.com/taxtreenodes/6 for multiple levels

Used css (added to main style.css)

/* Title of the vocabulary */
div.taxtreenodes div.description {
  color: red;
}

/* LI for term depth 0 if it's a link */
div.taxtreenodes ul.depth_0 li.term a {
  font-size: 130%;
}

/* LI for node depth 0 */
div.taxtreenodes ul.depth_0 li.term ul.nodelist li {
  font-size: 90%;
}

/* LI for node depth 0 if it's a link */
div.taxtreenodes ul.depth_0 li.term ul.nodelist li a {
  color: black;
}

/* LI for node depth 0 */
#taxtreenodes_1 ul.depth_0 li.term ul.nodelist li {
  font-size: 90%;
  border: solid red 1px;
}

If you need more information, or need some other kind of theming, let me know

ajayg’s picture

Status: Active » Fixed

Thanks for providing the demo.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.