Great module! We wait for D7 version!

Comments

webankit’s picture

subscribing +1

v.zhakov’s picture

Also I wait it too. Subscribe.

Cliffy’s picture

+1

serg.remote’s picture

Subscribing
Is port to D7 planned at all?

espirates’s picture

Subscribe

sonar_un’s picture

Subscribing

summit’s picture

Subscribing, +1 for D7 port!
greetings, Martijn

v.zhakov’s picture

Issue Summary

Revision 1 by Summit on July 13, 2011 at 12:50pm

What does it mean? We have first D7 port? Where we can get it? It must be great news.

blenny’s picture

sub

Taxoman’s picture

Title: D7 port » D7 port of Advanced Taxonomy Blocks
Category: feature » task

Status?

scalp’s picture

Subscribe

chunglk’s picture

StatusFileSize
new13.12 KB

I have been upgraded this module.

chunglk’s picture

StatusFileSize
new19.43 KB

Fix errors.

pat redmond’s picture

There is now a D7 version of jquerymenu: http://drupal.org/project/jquerymenu

How much demand is there for a D7 version of this module? Particularly if chunglk has done most of the work, it should be hard to get it up and running.

scalp’s picture

Definitely still interested in a D7 version.

zmz’s picture

sub

espirates’s picture

Maybe somebody needs to fork a new module, since the author doesn't seem to have any interest in it anymore.

hooface’s picture

Subscribing

chunglk’s picture

Ok,I will be integrated this module with jquery menu.

geek-merlin’s picture

@chunglk: great!!!
if you need any support with git, setting up a sandbox or so, don't bother to ask.

chunglk’s picture

StatusFileSize
new14.86 KB

I already port to d7 this module with jquery menu.
Fix warning jquery menu

msamavi’s picture

Hi, I installed #21, while trying to create a taxonomy block, I encountered the following errors, any help would be appreciated:

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT b.* FROM {block} b WHERE (b.theme = :db_condition_placeholder_0) AND (b.status = :db_condition_placeholder_1) ORDER BY b.region ASC, b.weight ASC, b.module ASC; Array ( [:db_condition_placeholder_0] => rubik [:db_condition_placeholder_1] => 1 ) in _block_load_blocks() (line 727 of /home/cupdiac/public_html/home/modules/block/block.module).

Additional

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => en-gb [:source] => A field which is not visible to the user, but is recorded with the submission. [:context] => ) in locale() (line 683 of /home/cupdiac/public_html/home/modules/locale/locale.module).

Uncaught exception thrown in session handler.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 206 of /home/cupdiac/public_html/home/includes/session.inc).

chunglk’s picture

What is your site configuration?

chunglk’s picture

StatusFileSize
new14.78 KB

Update

thehong’s picture

Status: Active » Needs work

(1) Remove hook_install(), hook_uninstall().

(2) Javascript in Drupal 7 is:

(function($){ /* code */})(jQuery)

Instead of

$(document).ready(function(){ /* code */ });

(3) Admin settings pages are now /admin/config/*

(4) Completely no comments for functions in *.module file??

(5) Many tabs/spaces issue

(6) Should keep module namespace:

- taxonomy_blocks_list()?
- vocab_edit_link()?

(7) Admin functions should be placed in *.admin.inc file.

(8) Remove empty taxonomyblocks_help().

(9) theme_* called directly, they need theme() wrapper.

(10) All queried need be ported tb DBTNG.

(11) Why t($blockinfo);

(12) Should support node counter? It's not compatible with node-access modules.

(13) hook_block_info(), hook_block_view() isn't well coded.

(14) This command is used: 'access arguments' => array('Administer vocabularies and terms'), but there's no hook_permission().

thehong’s picture

StatusFileSize
new8.4 KB

My version with a lot of code-clean up.

thehong’s picture

Status: Needs work » Needs review

Update status.

geek-merlin’s picture

cool work. as Pat Redmond wrote in a pm:
> maintaining like this is a nightmare

until #1483152: Co-maintainer is resolved which can still take some weeks
what do you all think about a sandbox-for-now?

i've created one for now with maintainers chunglk, thehong, Pat Redmond at
http://drupal.org/sandbox/axel.rutz/1539152
and committed #26 (in the 7.x-3.x branch, NOT master)

is this of help?

pat redmond’s picture

Actually, it shouldn't take all that long. I have put a request in to the webmasters, and they should be able to give me access fairly quickly. Then I can pass it on to others.
But in the mean time, having the sandbox is a good idea.

pat redmond’s picture

Status: Needs review » Closed (fixed)

OK, I am closing this issue because we now have a D7 version. If you have any issues with this version, please create a new issue. Do not add more replies to this issue.

Ozzie’s picture

subscribing

pat redmond’s picture

Ozzie - you don't need to post in order to follow a thread. There is a 'follow' button up near the top-right of the screen.