nodes viewed from the submission queue (module.php?mod=queue&op=view&id=[node-id]) show

[node-box]
  [node-title]
  [node-content]
  [node-links: "add new comment"]
[/node-box]

[moderate-box]

nodes in normal view (node.php?id=[node-id]) show:

[node-box]
  [node-title]
  [node-content]
  [node-links: "authors blog", ..., "add new comment"]
[/node-box]

[comments]

i think that the view from the submission queue should be the same as normal view, that is:

- include comments (below moderate-box). this would, among others, allow for viewing the voting rationals of other voters.
- include /all/ node links ("authors blog", etc)

Comments

Anonymous’s picture

Assigned: Unassigned » Kjartan

I have the same opinion. Will try and see if I can find a proper solution. (Note: you can see comments to blogs by looking at it in the blog page instead of the queue.)

Anonymous’s picture

Should be fixed now.

ax’s picture

the queued node doesn't show all links ("authors blog", etc) ... but thanks, anyway.

Anonymous’s picture

That is because the information isn't included in the node. Should be easy enough to fix now that I know what you were looking for.

Anonymous’s picture

Now it should the authors blog link. Hopefully that ends this bug :)

ax’s picture

well - i guess i shouldn't bother with this bug anymore ;) ... but it's not really consistent yet. i just checked the book submission page, and found the same problem here: it's

[book node body]
"add new comment"

on the queue page vs.

[book node body]
"edit this page"

Anonymous’s picture

Priority: Major » Normal