This forum is for assistance with theme development.

What theme is this?

Recently I was seeing a youtube video about the "Drupal SEO Tools module and in that video they use a theme that I like to use as administration.

Can anyone tell me which theme it is?

here is the link: http://youtu.be/hRsIABSIvxc?t=6m20s

Comment Reply action personalisation

Hello!

When a user choose "Add new comment" in the article or choose "Reply" to a comment already posted, drupal opens a new page with the original content and with the comment textarea to the reply text.

This is not a big issue but I want when the user clicks the "Reply" link instead go to the comment box at the bottom of the current article without opening a new page...

Is that possible?

[Solved] Post template and Tag personalisation

Hello!

New to Drupal.

I want to accomplish two simple tasks and I couldn't find them anywhere so if someone more "expert" can help I would be very much appreciated...

1 - I want to make a simple line of text with "Published by User in Tag". But what I want is the word User and the word Tag to be links.

My code so far is:

Published by <?php print $name; ?> in <?php print render($content['field_tags']); ?>

But this prints: "Published by User in Tag: Something"

Does Anybody Know What Drupal Theme This Is?

Hi there,

I've been noticing this same general Drupal theme pop up on a few different fitness sites and was just wondering what it was:

http://www.about-muscle.com/

http://www.muscleandstrength.com/

http://bodybuilding.com/

Fieldset theming question

Hi!

Is there a way to use a template file like fieldset.tpl.php to theme a fieldset?
Or it can just be theme using theme_fieldset() in a template.php file?

Thanks!

Feeds module: month/day swap places

Hello,

I have Feeds module (version 7.x-2.0-alpha7) and Tamper (7.x-1.0-beta4) installed, a content type is set up and a csv. The mappings for the node processor has been mapped. I have managed to import nodes correctly for most fields, but the date field has issues.

The csv has cells formatted like so 7/3/2013, but i want them displayed as 7 March 2013. Im using Views to display the feed items (these items are simply news articles).

Pages

Subscribe with RSS Subscribe to RSS - Theme development