4

I have created a photo gallery for several web sites using CCK. I created a new content type and added a numeric select list field that allows the client to change the order of the photos in the gallery (views with a jquery lightbox).

The problem is that there are now too many photos to manage the sort easily. The only way for the client to change the sort order is to edit each photo node individually.

Is there some sort of drag and drop sorting that I utilize to give my clients a GUI interface to sort these nodes?

I had considered Nodequeue, but I thought there might be a better solution.

4

2 回答 2

4

节点队列可能是您最好的选择(请记住,您还可以查看节点队列,这使它们更易于使用)。

如果您的图库是内容类型,而照片是内容类型,那么您可以让图库节点引用照片。将其设置为 noderef 使用自动完成文本字段,然后您可以在图库编辑页面上拖放排序。

于 2011-04-20T16:02:20.990 回答
2

这听起来像是Draggable Views的主要情况。这需要一些设置,您必须创建一个仅用于管理排序的新页面(在当前视图中),但一旦完成,它应该可以按照您的描述完美运行。

于 2011-04-20T20:43:47.550 回答