Last updated January 29, 2012. Created by add1sun on August 14, 2009.
Edited by mariolina, escoles, jstrauss64, Neander. 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.
Comments
Designfordrupal Links
Both links at the bottom of the page give a Server 500 error...
I've removed the misleading
I've removed the misleading links. Perhaps the original author could update them, if they are still relevant to the theming guide.
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?
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?
http://nerdery.com/people#cw
Here
Try Adding your theme to Drupal.org.
--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