Comments

drupa11y’s picture

Any updates on a D7 version?

drupa11y’s picture

Component: Miscellaneous » Code
Category: support » feature
Priority: Critical » Major

Changed category & Priority.

drupa11y’s picture

Title: Any Drupal 7 Smartqueue module coming up? » Drupal 7 Version

Changed title.

snyderp’s picture

I've attached a small, simple patch for D7 support. Note that it removes the PHP input support. If this support needs to be added back in, let me know and I can work on it.

More generally, if you're interested in collaborating on getting a d7 release together, please let me know. I'd be very happy to work with you on it.

tema’s picture

I see no more need for this module, especially for 7.x. Have a look at Entityqueue if you still stuck to this concept.

I could make you the maintainer for this module, if you wish.

snyderp’s picture

Hello Tema,

It looks like the entityqueue module is stuck in a sandbox. Do you know if the author plans on making a "proper" module out of it? If so, I agree, it seems like a good solution. If not though, I think it makes sense to get this module working on D7, since it has higher profile and people looking for a nodequeue-per-node-type solution are more likely to find this than the sandbox option.

If you're not interested in maintaining the module though, I would be happy to take it over. That'd be a-ok. I would be just as happy to work with you on the module though, if you prefered

tema’s picture

Hello Peter,

Yes it's still in sandbox, but seems it breathing, when another candidate seems don't.

Anyway, welcome aboard and thanks!

jody lynn’s picture

I needed this for D7 as well. I recently ported smartqueue_og to D7 so I took that code and snyderp's patch and joined them into what I think is a stronger D7 version. Put it in a sandbox: http://drupal.org/sandbox/lynn/1822216

RunePhilosof’s picture

I have also ported this module to 7.x (I didn't look at this issue until now though).
@snyderp are you maintainer now?
Could you commit these patches and make a release?

RunePhilosof’s picture

Status: Active » Needs review
RunePhilosof’s picture

Lynn's version as a patch instead of sandbox.

RunePhilosof’s picture

A nicer version of the patch from Lynn (--patience argument to the diff helped).

dereckd’s picture

after I apply the patch and attempt to add a nodequeue for content types I get this error

Fatal error: Call to undefined function node_get_types()

cableman0408’s picture

I have rewritten the patch from #12 to remove the node_load calls and fixed the undefined index errors in queue creation.

vildechaya’s picture

Issue summary: View changes
StatusFileSize
new11.31 KB

Updated patch from #14 to accommodate changes in Nodequeue module (replacing queue qids with names). Works with nodequeue 7.x-3.x. I haven't tested it with nodequeue 7.x-4.x.

(This is my first patch; I'm not sure if it'd be better to create a new, separate issue for nq 3.x support, but it seemed it would be meaningless to patch for the nq update without patching for D7. But I'd love corrective feedback!)

rajab natshah’s picture

Hi tema,

Are we going to have the D7 version released at least as a Dev

Rewarded .. Thanks :)

tema’s picture

Issue summary: View changes

Sorry, Rajab. As I mentioned above (3 years ago, oh my!), I believe this module has no sense since D7.

Why are you still looking at this crap? Go and make some fancy stuff.

rajab natshah’s picture

Issue summary: View changes

Sorry , Tema .. No need to talk that way.

I'm using Jody Lynn's Sandbox at this time.
Just I wanted to let you know that the module is important.

Smartqueue module Now comes with the Nodequeue module.

Drupal 7 evolved and we need to have more out of it. which in my case I need a solution which i do not need to develop a smartqueue module.. It's not only about the Interface. Now Drupal 7 has got APIs and services . and we do have some situations you did not imagine using it with.

We do not want to go and develop a new smartqueue module for each situation we have, like the smartqueue_og or other smartqueue modules.

If you do not care more about this module, Could you please release the Maintenance ship to some one else, which thinks that this module is important.

Thanks :)

rajab natshah’s picture

I which that we do have an entityqueue module which do the same as smartqueue :)

tema’s picture

@RajabNatshah: you should have noticed from this thread (and this page) that I'm not the only maintainer for this module.

I'm not using Drupal (and PHP) anymore, but AFAIK Drupal 8 is now evolved, not 7, perhaps that's why nobody cares.

rajab natshah’s picture

Status: Needs review » Closed (won't fix)