theme

Events happening in the community are now at Drupal community events on www.drupal.org.
jmolivas's picture

Adding code to preprocess-html.inc

I am trying to add the taxonomy term-tid on current node as class to the body element using the preprocess-html.inc with no luck any help will be appreciated.

As explained on README.txt I added the preprocess-html.inc file also the code inside a function named MYTHEMENAMEHERE_alpha_preprocess_html

I already got the term-id also the code for adding new element to $variables['body_classes'][] = drupal_html_class( "taxonomy-term-". $taxonomy_term );

I can see the value if echo array $variables['body_classes'] but no class shown on body attribute when page rendered.

Best Regards

Read more
doru's picture

Embed Quiz in other content types

Hi there,

Thanks for a great module. I am excited to work with the new version of Quiz, it adds so much value to any website, visitors love to be interactive and it's good for search engines.

I am trying to implement quiz in such way that it can be embeded on any content type, (mainly a book page). The objective is to have on the same page the specific content of that type plus the interactive part - the quiz.

Read more
jobnomade's picture

ThemeBrain.com Feedback

Xin chao cac ban & thanh vien cong dong Drupal,

cong ty minh bat dau phat trien cong dong themebrain.com. Hien tay dang cho phep cac drupal developer, themer, styler... dang ky "preview" san pham minh.
Cac ban nao thich kham pha base theme Nucleus cua minh dang ky hai la lien lac voi minh nhe.

Cty minh o Hanoi va Saigon, va mong muong feedback cua cac ban viet de minh cai thien san pham theo nhu cau nguoi su dung.

Dear Drupal friends,

right now we are expanding our themebrain.com site. We have developed a base theme called "Nucleus" and are in the pre-launch phase.

Read more
frezeer's picture

¿Modificar el tema por default de un tipo de contenido en drupal 7?

Hola a todos, tengo un problema resulta que me estoy iniciando con drupal 7 y he creado un modulo llamado noticias de momento bien, ya cree el formulario añadi los campos con el field o cck del core, pero necesito modificar el tema de los nodos creado a mi gusto es decir:

Lo que en drupal 6 se hacia en el hook view asi:

function noticias_view(&$node, $teaser = FALSE, $page = FALSE) {
$rr = split("/",$_GET['q']);
if($rr[0]=="print"){
if (!$teaser) {
$node = node_prepare($node, $teaser);
}
}else{
if (!$teaser) {
$node->content['noticias'] = array(

Read more
nealzarka's picture

my brand new portofolio :D

here my new portofolio, I used the Andromeda theme for drupal 7.
The lightbox is made of colorbox please tell me what you think about it :D
http://www.nealzarka.com

Read more
juampynr's picture

Report from ideup! - Drupal Bartik Theme Testing

At ideup!, on the 6th of June we tested Drupal 7's Bartik theme. The target was to verify which parts of the whole theme were well organized and easy to be adopted by the users and which ones did not.

Summary

The good news are that there is nothing critical that could turn wrong the impression of a newcommer ;-D.

Read more
Jeff Burnz's picture

Core template conversion methodology - cart before the horse?

The way we have been approaching changes to core templates has, at least afaict, been a piecemeal affair - we change one or two templates at a time working through the various markup issues until such time as we have some broad consensus and ta da, here's our new template.

This bottom-up-esque methodology seems reasonable because we we are not overhauling the entire system at any one time and are just looking to adjust or tweak parts of it.

I think this has worked OK in the past, however I tend to think this methodology has a few drawbacks.

Read more
groundswell's picture

Boron (HTLM5 base theme)

Curious if anyone in the group has used the Boron theme? Sounds like this might be a good theme to be working with especially when HTML5 becomes common place on browsers. http://drupal.org/project/boron

Read more
dreamleaf's picture

Current themes needing review

If you have already got a theme(s) listed as a full project on Drupal.org then you will be aware of the process of having to have your first project 'reviewed and tested by the community' before being granted access to create new full projects.

The people who review and devote time need a big thanks as they enable to D.O. community and resources to grow, so thanks!

Read more
Vilas Boas's picture

OG Theme changes

Hi everyone,

I'm trying to make the first contribute to this great module for Drupal7.

This is a module that can change not only OG, but the way that drupal is seen.

OG_THEME was recently separated from OG main module http://drupal.org/project/og_theme , because of that there are not many users for now.

If we can add 3 more fields to og_theme:
- LOGO as a image field;
- SLOGAN as a text field;
- EMAIL as a text field.

If we add this 4 fields (Theme, Logo, Slogan e Email), to a 80 code lines module, this will override the site default values on the Organic Groups node.

Read more
Subscribe with RSS Syndicate content