Format look of taxonomy browser

theactiveme - September 4, 2008 - 15:46
Project:Taxonomy Browser
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:NancyDru
Status:postponed (maintainer needs more info)
Description

I've been searching for a while now on how to format the look of the taxonomy browser page, and haven't had much luck. My friend and I are newbies at this, so maybe it's something really simple. I've looked through the code and it seems the forms are drawn using a loop...is there anyway to change how the browser displays for users? Right now it shows up as a really long list, with one category over the other. any help would be appreciated.

thanks

#1

NancyDru - September 18, 2008 - 15:04
Assigned to:Anonymous» NancyDru
Status:active» postponed (maintainer needs more info)

There are several options available on the settings page; have you tried them?

What exactly are you after?

#2

theactiveme - September 21, 2008 - 13:04

Hi Nancy,

We looked through settings and didn't see a way. What happens is our page just has the select options all stacked on top of each other, and looks pretty bad. I've attached a screenshot to help explain. We would like to reconfigure this to be more user friendly.

thanks!

AttachmentSize
browser.jpg 58.45 KB

#3

NancyDru - September 25, 2008 - 20:13

Well, I just tried this and got them to come out in two columns:

.taxonomy_browser_select {
  display: block;
  float: left;
  width: 49%
}

AttachmentSize
Taxo_brow_2_col.jpg 44.86 KB
 
 

Drupal is a registered trademark of Dries Buytaert.