Download & Extend

D7 port of Advanced Taxonomy Blocks

Project:Advanced Taxonomy Blocks
Version:6.x-3.5
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Great module! We wait for D7 version!

Comments

#1

subscribing +1

#2

Also I wait it too. Subscribe.

#3

+1

#4

Subscribing
Is port to D7 planned at all?

#5

Subscribe

#6

Subscribing

#7

Subscribing, +1 for D7 port!
greetings, Martijn

#8

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.

#9

sub

#10

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

Status?

#11

Subscribe

#12

I have been upgraded this module.

AttachmentSize
taxonomyblocks.zip 13.12 KB

#13

Fix errors.

AttachmentSize
taxonomyblocks.zip 19.43 KB

#14

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.

#15

Definitely still interested in a D7 version.

#16

sub

#17

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

#18

Subscribing

#19

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

#20

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

#21

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

AttachmentSize
taxonomyblocks.zip 14.86 KB

#22

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).

#23

What is your site configuration?

#24

Update

AttachmentSize
taxonomyblocks.zip 14.78 KB

#25

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

<?php
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().

#26

My version with a lot of code-clean up.

AttachmentSize
taxonomyblocks.tar_.gz 8.4 KB

#27

Status:needs work» needs review

Update status.

#28

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?

#29

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.

#30

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.

nobody click here