Привет!
Подскажите, как темизировать Quicktabs (D6), содержимое которого это определенный словарь через Advanced Taxonomy Blocks, так, чтобы термины выводились не каждый с новой строки, а ограничить число строк, так, чтобы делилось на столбики? (как на картинке)??
![]()
Большое спасибо!
| Comment | File | Size | Author |
|---|---|---|---|
| q_quick_tbs.gif | 10.82 KB | AsVit |
Comments
Comment #1
pasqualleI 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..
Comment #2
PixelClever commentedI 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...
Comment #3
AsVit commentedI 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.
Comment #4
pasqualleI 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.
Comment #5
AsVit commentedYou are absolutely right!
I have already did this, via Views blocks! It is very easy way to make columns :-)
Comment #6
PixelClever commentedI 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.