Привет!
Подскажите, как темизировать Quicktabs (D6), содержимое которого это определенный словарь через Advanced Taxonomy Blocks, так, чтобы термины выводились не каждый с новой строки, а ограничить число строк, так, чтобы делилось на столбики? (как на картинке)??
Only local images are allowed.
Большое спасибо!

CommentFileSizeAuthor
q_quick_tbs.gif10.82 KBAsVit

Comments

pasqualle’s picture

Title: Quicktabs Theming / Темизация Quicktabs (D6) » theme: 4 columns layout
Project: Quick Tabs » Advanced Taxonomy Blocks (abandoned)
Version: 6.x-2.0-rc2 » 6.x-2.5
Component: Tab styles » User interface
Assigned: AsVit » Unassigned

I do not really speak Russian, but I guess your question is: how to theme a tabpage which contains an advanced taxonomy block?

The theming of the tab content is not part of the Quick Tabs module. If the tab content is a block then it should be themed as a normal block.
(I quickly checked the Advanced Taxonomy Blocks module for overridable theme function, I would rather keep my opinion on that).

the possible block theme template files are:
block-taxonomyblocks.tpl.php
block-taxonomyblocks-BLOCK_DELTA.tpl.php

but the actual question, how to make 4 columns from a single taxonomy list (but as I see it is actually a tree not a list), so I have no idea.

moving the question to the ATB module issue queue..

PixelClever’s picture

Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

I don't speak Russian either, but at any rate you can probably figure this out by reading the documentation if you speak English.
http://www.pixelclever.com/documentation-advanced-taxonomy-blocks-module...

AsVit’s picture

I want to clarify the issue. (I'm not good at English, but i try to explain)
I was thinking any "lines" content (such as links, taxonomy terms).. And i want to build css theme for Quicktabs module, to output content in tabs, in 4 or more columns.(ie limit the number of rows (in 2 or more..) so they were divided into columns). In the attached img http://drupal.org/files/issues/q_quick_tbs.gif I showed the principle of this.. but I do not know how to do it.

pasqualle’s picture

I think there is no general solution for this. You have to find a solution based on your content and the theming possibilities provided by the module which outputs the content.

AsVit’s picture

You are absolutely right!
I have already did this, via Views blocks! It is very easy way to make columns :-)

PixelClever’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I don't see this issue as really having anything to do with ATB. ATB ouputs a block, what you do with that block afterwards is a theming and admin issue that should be handled in the general support forums. Issue queues are not the place where you are going to find this kind of assistance.