Hi. I like this module, very neat and useful.

I'd like to replace / supplement fasttoggle module with Admin:hover. Problem is I use the hide / unhide / lock / unlock 'comments' toggle (different to the per comment un / publish toggle) and this is obscured directly by the admin:hover icons.

I'd like a way to add the commenting toggle to admin:hover...OR as last resort a way to move the admin: hover icons so as to be able to reach the fastoggle settings...

thanks
John

CommentFileSizeAuthor
admin-hover_-_comments_links.png29.39 KBjbc

Comments

conortm’s picture

Assigned: Unassigned » conortm

jbc,

Thanks for reporting this, and glad you have found Admin:hover useful! I will definitely add comments integration to my TODO list, so expect "comment toggling" and other comment-related actions in future releases of Admin:hover.

In the meantime, you can add the following to your theme's style.css file:

.node-admin_hover {
  top: auto;
  bottom: 0px;
}

or some similar CSS to position node Admin:hover links. Alternatively, you could add a margin to the node Admin:hover links:

.node-admin_hover {
  margin-top: 20px;
}

Thanks, again, for the request, and let me know if this works for you.

jbc’s picture

Thanks Conor

I'm sure these fixes will work. I've already amended the admin:hover css a litte: I like to see the a/h icons come up without a change to the node background, which I found a bit distracting when wafting my mouse around. (I have a similar issue with Admin Menu too!!)

Anyhow, I noticed that the issue is only relevant within an OG setting, utilising the river of news type view. On the standard front page, the admin:hover icons appear top-right...

In an OG, one set of a/h icons appears for the main node, which is the Organic Group...then another set of a/h icons appears on a per node hover basis...interesting.

Don't know if that makes any difference, but thought I'd pass it on! Let me know if I can help with any further testing / comments.

Cheers!

conortm’s picture

John,

Interesting point. I will have to re-create this scenario to see how best to handle it, but it seems that an "outer" node (one that contains node divs within its containing div) needs alternate handling... I will look into this.

Perhaps, do you think one should be able to disable Admin:hover links per node type? Would this admin setting be helpful?

Re: node background change on hover -- I agree. I eliminated this bg color change from the 5.x dev release, so that will be gone in the next 5.x stable release. Thanks for pointing that out, though...

Thanks for your help!

jbc’s picture

do you think one should be able to disable Admin:hover links per node type? Would this admin setting be helpful?

Yes, I think it could be worth exploring. Partic. if it's not too much work. In the case of OG, one could turn it off for the 'outer' group node and still utilise it within the node 'river' within the OG.

Glad the feedback is helpful. Your work is appreciated. I'm so pleased with this module that I'm intending to make it available for my clients to utilise when they edit their site. Up to now I've kept it for myself and made fasttoggle the default option for editors.

pribeh’s picture

Subscribing. Any news on comment admin_hover integration?

jbc’s picture

Status: Active » Closed (fixed)

resolved by version update