This forum is for assistance with theme development.

Can you suggest a theme with a horizontal menu?

Can you suggest a good theme with a horizontal menu?

It would also be good if it has tab-like interface - something like the horizontal menu on this site.

Thanks!

custom comment lay out

Hi all,i have a few questions for you themers:

1. how do i call the comment.tpl file

2. how do i show the vote up and down on a place i want?(i need the php code to put between divs)

3.how can i put the points on a place where i want(need the php code to put between divs)

thats all for now :)

hope you can help me

custom comment lay out

Hi all,i have a few questions for you themers:

1. how do i call the comment.tpl file

2. how do i show the vote up and down on a place i want?(i need the php code to put between divs)

3.how can i put the points on a place where i want(need the php code to put between divs)

thats all for now :)

hope you can help me

Generate Depth/Level of current menu item within the visible menutree

Hello Everybody!

Since I'm new to drupal, my following question/explanation might be not the best one. If this one was already discussed somwhere else please let me know.

Ok now to the topic:

I need to generate a class specifier in the body tag holding info about which level/depth the current/active.

Following implementation I've done to get to my goal, but I'm not shure if my path is the right one or if still miss something:

I used the garland theme to tweak.

In template.php I added a small helper function:

function helper_getMenueLevel() {
  $level = 0;

	$mid = menu_get_active_item();

	while ($mid && ($item = menu_get_item($mid))) {
		if ( ($item['type'] & (MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IF_HAS_CHILDREN )) && (! ($item['type'] & MENU_IS_ROOT ))) 
		  $level++;
		$mid = $item['pid'];
	}

  return $level;
}

further I added following code to phptemplate_body_class:

	if (isset($class) ){ $class .= ' L'. helper_getMenueLevel(); }
	else $class = 'L'. helper_getMenueLevel();

now the resulting body tag looks like :
<body class="L0">

where L0 means startpage, L1 means level/depth 1 and so forth.

iPhoneGear.com needs a theme, paid service

Hello folks,

I am looking to develop iPhoneGear.com (for myself, not a client). I am not a designer so I thought I would post a job here for others. I plan to use drupal v 5.1 with the ecommerce + standard drupal modules.

What I would like to offer is a revenue share program (rev from profit) for the designer, instead of paying outright. You could consider this a part-time job if you like. In the end the designer may end up making more money, over time than being paid outright. I have not come up with numbers (revenue share) yet but I am flexible and fair. In the past I have heard other ecommerce site owners say they offered 10% revenue share (monthly) off the profit made, as an example. For a designer that could lead to a lot more money over 1 - 2 years time compared to a flat out upfront payment for your services. Just an option I would like to propose.

I have managed ecommerce sites in the past so this will be an addition to my ecommerce portfolio. I have been in contact with distributors and Apple already and hopefully iPhoneGear will be functional and producing revenue within 6 weeks. I pay on time and we can even write a legal contract if you prefer.

Pages

Subscribe with RSS Subscribe to RSS - Theme development