Nodequeue dropped qids in favor of machine names, and the settings per content-type are not stored.
Is this module outdated?

Comments

eigentor’s picture

Hm the module is still working for me with 2.0-beta1.
At least the basic functionality. But I guess you are specifically speaking of settings per content type?

davidfells81@gmail.com’s picture

Assigned: Unassigned » davidfells81@gmail.com
Status: Active » Needs work

[deleted]

davidfells81@gmail.com’s picture

[deleted]

davidfells81@gmail.com’s picture

Status: Needs work » Closed (works as designed)

Just installed a fresh D7 site, turned everything on, and it works just fine with the latest nodequeue release.

thirdender’s picture

Doesn't work again as of Nodequeue 7.x-3.x. I get an error "Notice: Undefined index: qid in auto_nodequeue_nodequeue_edit_queue_form_submit() (line 70 of .../sites/all/modules/auto_nodequeue/auto_nodequeue.module)." I think this is related to the issue Drop all use of $qid.

davidfells81@gmail.com’s picture

Haven't had opportunity to develop anything for this module in a while. It's on my radar. If anyone wants to help maintain I'm open to it.

vacilando’s picture

Title: Won't work with nodequeue 2.0-beta1 » Does not work with nodequeue 3.x
Status: Closed (works as designed) » Active

Indeed, broken with Nodequeue 7.x-3.x :-(

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Q.qid' in 'field list': SELECT Q.qid AS qid, Q.title AS title FROM {nodequeue_queue} Q INNER JOIN {nodequeue_types} T ON Q.qid = T.qid AND T.type = :type; Array ( [:type] => QUEUENAME ) in _auto_nodequeue_get_qids() (line 139 van /PATH/sites/all/modules/contrib/auto_nodequeue/auto_nodequeue.module).

devd’s picture

Category: Bug report » Support request
Issue summary: View changes
Status: Active » Patch (to be ported)
StatusFileSize
new3.64 KB
new2.21 KB

Hi Davidfells,

I have created the patch for this solution and it is working perfectally. This patch can be apply successfully using netbeans. If you think it is correct solution then you can commit using the following my git credentials

git config --global user.name "devendra.yadav"
git config --global user.email dev.firoza@gmail.com

Regards
Devendra Yadav

devd’s picture

Category: Support request » Bug report
Status: Patch (to be ported) » Needs work
Issue tags: +7.3 compatibility
StatusFileSize
new5.62 KB

Created this patch is working successfully.

devd’s picture

StatusFileSize
new5.62 KB

This patch will work with nodequeue 3.x.

chetan-singhal’s picture

Status: Needs work » Needs review

@devendra
thanks
Its works for me.

chetan-singhal’s picture

Status: Needs review » Reviewed & tested by the community
anurag.chaudhary17’s picture

Status: Reviewed & tested by the community » Needs review

This is working fine for me as per the module description. Recommended for others.

davidfells81@gmail.com’s picture

7.x-1.7 release includes this patch.

davidfells81@gmail.com’s picture

Status: Needs review » Fixed
davidfells81@gmail.com’s picture

Status: Fixed » Closed (fixed)

Make that 7.x-1.8.