Community Documentation

Missing topics

Last updated April 5, 2013. Created by add1sun on August 14, 2009.
Edited by Works Chan, Heine, vaisgaard, mariolina. Log in to edit this page.

This page is for listing topics that are missing from the current Theming Guide, pursuant to the effort to analyze and tag the Theming Guide to improve the information architecture. This page is freely editable by anyone with a Drupal.org account. If you have reviewed the Theming Guide but could not find a topic that you were expecting to be there, please add it below. We will also all need to regularly review this list to determine if the content is really missing, or just wasn't found. If a topic listed here does in fact exist in the Theming Guide, please add a link next to the item. Topics that should not be included in a theming guide will be removed.

____
- No documentation on local.css
- I didn't find anything about the fact that code must be a part of the presentation.
- In the Drupal module tutorial, they say that we don't have to inject <br> into the php code and that we must create variables that contains data and a template that contains layout. But how can this be done?
- What variables do I have to create? How can I link a template for a module? How do I call a variable in the module template?
- More explanation about theme engines. For instance: What are they for? How do they change the way the theme is implemented? How can you customize a theme engine?

- In-depth page needed for theming highly stylized/structured CCK data sheets. Not CCK forms as shown on this page http://drupal.org/node/101092 and elsewhere. But rather where you have data and are seeking to output it into tables or specific div layout or whatever. I've just spent 2 days figuring this out. Could have done in 4 hours if I'd had a proper how-to page to guide me. The basics are shown here: http://drupal.org/node/532920#comment-2097592.

- The information about adding regions on this page http://drupal.org/node/65064 is for vers 4 and 5. Is this done differently in vers 6 and 7?

- No documentation for how to address fields -- the syntax is changed from D6, but the changes don't appear to be documented anywhere obvious.

- I would like some recommendations from the community about the preferred tools to use when theming Drupal. I have spent a lot of hours finding a great tool for CSS editing on Drupal ending up using Firebug on Firefox.

Comments

Adaptive Themes

Need Drupal documentation on differences in use for Adaptivetheme vs Adaptivetheme_subtheme. Too much assuming. []adaptivetheme_subtheme install gets mentioned, but what interplay with adaptivetheme exists?

ICameToPlay

How to register my theme on drupal.org

What I'm really looking for is documentation about how I can upload my theme to drupal.org so I can see in the list of all available themes that are available to the community.

Where do go to learn how to do that?

Here

--Andy
Developing Drupal websites for Livelink New Media

How is $content generated?

What I have not been able to find is WHO or WHAT really generates the $content of the authentic content within a node.
My example, through firebug I can see the following:
(div class="content clear-block">
- (div class="terms terms-top">
- (iframe class="fblikebutton" [....bla bla bla....]>
- (div class="fivestar-static-form-item">
- (ul class="links">
- (li class="add-argument">
- (/ul>
- (div id="procon" class="clear-block">
- (div class="field field-type-text field-field-description">
- (div class="result-block" style="float:right;">
(/div>

For layout reasons I need to the two last divs (in bold, field and result-block) to be above the former two (in italic, links (ul) and pro-con).

Where do I do that? Who's "in charge" of that order within $content? I have checked the several tpl.php's but I only find $content itself, not who generates it (by the way it's a poll). See for example http://globalopinion.eu/en/poll/do-you-think-democracy-best-form-society (with arguments) or http://globalopinion.eu/en/poll/should-off-shore-banks-tax-havens-paradi... (without arguments). This in case I don't find out before you find this post. Obviously the argument stuff needs to be below the text, not above!
tnx

I started with Drupal in 2007 and then my life got stuck...

I miss a topic "Uninstall Themes"

I miss a topic "Uninstall Themes" (->Manual deletion of subfolders) and when I generic built-in Drupal uninstall will be implemented

_

Its not difficult. You can disable themes from your appearance section in admin panel. And for deleting themes, you can access your FTP and then go to Your_Drupal-Site/sites/all/themes directory and delete each of them you don't need more.

Doubt is the father of invention..... Hubmesh

Topic suggestions

Hi,

Wouldn't it be an idea to ask the suggesters to add their username next to the suggestion? Some of the suggestions are a bit fluffy and difficult to figure out.

Page status

About this page

Audience
Contributors, Designers/themers
Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here