Templates

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
DungeonScene's picture

Drupal commerce kickStart templates

is it possible to make Drupal Commerce site that has a fixed background will the rest scrolls over the top as in this example that was built on openCart. I really like this look and feel but is it possible using Drupal Thanks!

http://journal.digital-atelier.com/2/

Read more
Hanscraft's picture

Template Design

Does anyone have resources (like step-by-step tutorials) for building templates in Drupal? As part of my library job, I'm being pushed into designing templates which will need stuff like image resizing capabilities, uploading stuff, etc. I know very little PHP. The regular Drupal forums haven't been very fruitful so I decided to try out the libraries + Drupal community on here for pointers!

Thanks.

Read more
heyitspython's picture

Requirements Analysis

Hi all,

I'm working on creating a requirements analysis template for our projects, and I'm wondering what your thoughts are on necessary or best practices in a requirements analysis. Either in terms of content, structure, or anything at all really! Just thought it would be interesting to get your thoughts on this very important part of the planning process. I'd love to hear from you.

Thanks!

Andrea

Read more
AdamEvertsson's picture

Olika sidor beroende på bild i landscape eller portrait

På SkrattNet.se har jag ett gäng bilder, blandade sådana där vissa är i landscape och vissa i portrait. Om bilderna är i landscape-format skulle jag vilja att de spänner över 10 kolumner i grid-systemet, och de är i portrait-format skulle jag vilja att de syns i kanske 7 kolumner (och därigenom ge plats för ytterligare en sidebar.

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
ntsieucom's picture

Hướng dẫn phát triển Giao diện drupal 7

Em đang muốn thiết kế giao diện cho trang này nhưng bị vướng ở chỗ:

Top menu khi em dùng

<?php
if($page[&#039;top_menu&#039;]):
?>
<!-- Begin: Top menu created by Tuấn Ven--> <div class="topmenu">
<?php
print render($page[&#039;top_menu&#039;]);
?>
</div> <!-- End: Top menu created by Tuấn Ven-->
<?php
endif;
?>

thì hiên luôn Top menu
và một loạt menu em tao và set vị trị top menu

trang của em http://sopdoc.com

Em muốn bỏ cái chữ TOp Menu đi, và override thế nào?? để nó ko như thế này

<

div class="region region-top-menu">

Read more
Aveu's picture

Themes versus Modules

There has been much discussion through the years about the automatic GPL status of Themes and Modules, and I will weigh in on that topic itself in another post (see the bottom of this post). But for now suffice it to say that I see an argument in favor of requiring GPL for Modules but I see a very different and very compelling argument in favor of excluding Themes from the GPL mandate. This post is to address a pre-cursor to that argument ...

Read more
chowdah's picture

Theming Views Slideshow output

I just started playing with views slideshow, but I'm having a hard time finding any documentation on theming the output. I can do some with css, but I don't understand how the tpl that comes with the views slideshow module (there's only one tpl file) works. Can somebody point me in the right direction?

Read more
hassan@thrillist.com's picture

Drupal 5 PHP template variables

Hello everyone!

This is my first post to the group, so I apologize in advance if I'm going about this the wrong way, and if so, do let me know how to do better next time.

The issue is I have a template I want a certain page to use, however, I'd like to have more variables than the ones that are pre-defined for the page template. For example, I'd like to have $name (='Harry'), $job_title (='Accounts'), and the $content(='Harry's done awesome work for us ever since...') variables accessible to the page-employees.tpl.php template file.

Read more
orjantorang's picture

problem med variable_get i tpl

Jag har skapat ett eget tema och har använt mig av funktionen variable_get() i exv. page-front.tpl.php. Funktionen hämtar text som jag vill ha presenterat på
förstasidan.
Det har fungerat ett tag, men nu har ett skumt fel uppstått, funktionen fungerar inte i mitt tema längre, dock fungerar funktionen om jag testar i Garland.
Den fungerar även på modulnivå, så anropet är rätt och den hittar värdena. Vidare har jag testat med variabeln "site_name", för att säkerställa värdena i db.
I page-front.tpl.php anropas funktionen, men den levererar bara default-värdet.

Read more
Subscribe with RSS Syndicate content