We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Bug Reports - User Hint | Forum

Rob
Rob Nov 20 '16
Sergey,


Perhaps this question has been asked, but why will open a new tab if you want to see the profile (see annex). After many profiles see there are many tabs open.

Attachments:
  Link to profile.jpg (505Kb)
Darryl B Leader
Darryl B Dec 24 '16
@Daydreams Exclusive
I think I have a solution to keep it from opening new tabs. I played around with some different javascript, and finally got this one to work. Just copy, and paste it into the body section in admin / page settings. It removes the target in the a tag when you hover over the avatar.

<script>
$('.ow_avatar').hover(function(){
    $('.uhint-foot .ow_bl li a').removeAttr('target');
});
</script>
The Forum post is edited by Darryl B Dec 24 '16
Rob
Rob Jan 17 '17

Sorry Darryl, just tried your solution but without success.

I's very annoying that more windows will open.

Perhaps an adjustment can be done in this plugin by the developer.?


With regards,


Daydreams Exclusive

Walter DAVIN
Walter DAVIN May 16 '17
Hi ! The plugin does not work for my events. An idea ?
Sergey Kambalin
Sergey Kambalin May 17 '17
Hello Walter,


Do you use native events plugin? Or maybe, you changed events url format somehow - by code modifications?

Walter DAVIN
Walter DAVIN May 23 '17
Hello,

The plugin event is original but I use an SEO plugin
0xArt Advanced SEO https://developers.oxwall.com/store/item/125

Should the code be changed in this case?
The Forum post is edited by Walter DAVIN May 23 '17
Sergey Kambalin
Sergey Kambalin May 24 '17

Walter,


It seems the plugin can not parse event ID from event url, that is why the hint is not showing. 
Noah
Noah Jan 29 '18
When I use the Hint plugin, I only see a popup that says "loading" and the plugin does not seem to function regardless of privacy settings. Can you help me debug?
Jason
Jason Aug 6 '19
Hello,


Great plugin!  Is there a way to stop the screen from refreshing when a user hovers over the profile?

Sergey Kambalin
Sergey Kambalin Aug 30 '19
Hello Ayo Tunde and meno,


The plugin tests urls to match of this pattern: http://site.com/user/*

But, it should be disabled for the main menu. To identify the exact reason of the issue I need test it on your sites. Could you please PM me the urls, if possible.


Regards,

Sergey Kambalin

Pages: « 1 2 3 4
You do not have permission to reply this topic