Drupal Accordion has limit items

Hello everyone, i have this issue, i have put some accordions inside tabs and it seems that when i reach to the 9th accordion item it opens, but if i go further it won't, if we take the numbers from 0-9 the items open, then if you click on the 10th item it opens the first one, if you click the 11 item it opens the 2 one in the accordion. Can you pleaase suggest me what to do...here have a look at this :

http://plus-demo.info/test/en/individuals-support-zona-plus-network

module_invoke won't print my views' block

Hi evryone,

My problem si that i made a views listing a few fields, when i try to print it into my node.tpl.php using the module_invoke function OR the embed views display module, all the rows show up except the one related to the node im viewing, the problem is that my final goal is to print a couple of fields related to the current node using contextual filters.

note that evrything works fine if i put it into my side collumn region ...

Upgrade D6 to D7 Bugs with Content Taxonomy Options and Option Widgets.

After upgrading from drupal 6 to drupal 7 the value of the following fields are lost:

field_language
field_experience_level
field_category

When I edit the post that has these fields, the fields value is set to "-none-" instead of the exact value like "Visual Basic". It seems that the value is not associated anymore with those fields.

Only the field_tags is left intact.

I use Migrate fields of CCK.

views as a field

How can i use a views that I created and use it as a display field in a content type?

How to insert token in drupal 7?

In drupal 6 using the content template I just simply use the following code to insert a token in text area:

print $node->name . " has submitted " . $res->count . " source code / articles.";

In drupal 7 I don't know how to add a tokent just like the code above. What I can see in drupal 7 is this:

[current-user:name]

Anyone can teach me the syntax of token in drupal 7?

Adding Scripts to the Head of certain pages in Drupal 7

Can anyone tell me how to add scripts to the head section in Drupal 7 on certain pages.

I could do this in Drupal 6 by creating a region/block and displaying it in 'page.tpl.php'

Now that the head section has its own template 'html.tpl.php' which I can use for site wide changes - is it possible to target specific pages similar to block process in 6?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x