Closed (fixed)
Project:
Nodeblock
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 00:46 UTC
Updated:
7 Mar 2013 at 16:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
rubencausyn commentedFirst version of patch based on d6-patch #603862
Comment #2
rubencausyn commentedFirst version of patch based on d6-patch #603862 (Fixed upload for comment #1)
Comment #3
drzraf commentedyeah, I'll test this but right now you can generate the patch using git diff -w to strip whitespace changes. They make the patch far less readable on the essential.
Comment #4
rubencausyn commentedComment #5
seanbThanks for the initial patch, everything works as expected, except for a small error in the following code:
We need to check if the nid is in the array as well:
Could we try and get this committed?
Comment #6
szt commentedComment #7
drzraf commentedI reworked the patch a bit.
nodeblock_block_infocheck_plain(title)nodeblock_form_alterso that thetranslation_fallbackcheckbox appears only when it's needed (as it used to).confirmed it works
Comment #8
Johnny vd Laar commentedI will look into this to see if we can incorporate this into nodeblock.
Comment #9
Johnny vd Laar commentedI have added a new nodeblock table to replace the variables that the module set. It also has an enabled checkbox per node.
It's added here:
http://drupalcode.org/project/nodeblock.git/commitdiff/23ab1cb?hp=9fd890...
Please reopen this one if you find a bug in this.