Hi
Updating jstool 5.x-04 has produced the following:
1. Nice Menu second level does not extend
2. Script for Tabs worked fine with jstool 5.x-03 does not work not work 5.x-04
3. FAQ module: clicking gives error 'page not found'

I believe all the above work with jstools. I may be completely wrong. Any insight will be helpful.

Thanks.

Comments

MacRonin’s picture

I haven't tried #2 or 3 but I can confirm #1 (the sub-menue not expanding) but the formatting is there. I had ver.3 for drupal 5x and it worked then, but stopped around the time I upgraded to .4 I have been been a bit preoccupied with more critical problems so hadn't done any real diagnostics to pinpoint

-------------------
http://www.PrivacyDigest.com/ News from the Privacy Front
http://www.SunflowerChildren.org/ Helping children around the world

MacRonin’s picture

Hmm, It seems to be working again.

The only change I can think of was disabling the DEVEL modules. I disabled the DEVEL modules because it was causing other problems with my home page and RSS feed for non-logged in users.

-------------------
http://www.PrivacyDigest.com/ News from the Privacy Front
http://www.SunflowerChildren.org/ Helping children around the world

husainsn’s picture

Hi
I confirm that:
1. Nice menu is extending and seems to work
2. Still tabs not working using the following script:

  $tabs = array();
  $tabs[] = array(
    '#title' => t('One'),
    '#content' => t('First tab content.'),
  );
  $tabs[] = array(
    '#title' => t('Two'),
    '#content' => t('Second tab content.'),
  );
  $tabs[] = array(
    '#title' => t('Three'),
    '#content' => t('Third tab content.'),
  );
 
  return theme('tabs_tabset', $tabs);

3. FAQ seems to be working. There was a new version.

I thank everyone who helps maintain this marvelous project.

nedjo’s picture

The code needed to generate tabs changed between versions. See the README for the current format needed:

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/jstools/tabs/...

husainsn’s picture

It worked beautifully! As a non programmer I get by with little help here and little help there. Many thanks for your help.

nedjo’s picture

So to fix the issues, download the newer release.

ktonini’s picture

The code in the latest read-me of tabs doesn't seem to be working for me. The page displays nothing and in fact going to tabs/example produces a 'page not found' error. Any ideas?

nedjo’s picture

The example implemenation was removed.

See the docs directory in CVS for an example implementation, http://cvs.drupal.org/viewcvs/drupal/contributions/modules/jstools/tabs/...