#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 21, 2016 13:11:13 GMT -8
Brian , Thank you for your answer! On that note, could specific usernames (i.e. admin) be given specific tooltips inputted manually through the plugin? For example, if I wanted the tooltip for the admin account to read "fluffy bunnies" as well as @admin, is that possible (and if so, how)? It's a great plugin either way, and I'm sorry for all the questions! (I've just recently gotten back into coding/designing/using plugins, so I'm trying to learn it all.) Thank you again, and thank you in advance for your next reply. All user links have specific classes associated with them that correspond to their numerical ID found at the end of their profile link. For example, this selector can be used in the Forum Tooltips plugin to target an admin display name link on any forum: However, keep in mind that this completely gets rid of the title attribute of their display name so you'll no longer be able to Alt+Click on their name to tag them in a post.
|
|
inherit
99619
0
Jul 15, 2021 21:35:53 GMT -8
Sàm
You don't need magic to perform miracles.
492
March 2007
mcgennien
|
Post by Sàm on Nov 21, 2016 13:14:44 GMT -8
Brian, You have been so, so helpful! Thank yo so much for this information. I will go play around with this now.
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on Dec 9, 2016 23:18:43 GMT -8
Sorry to bother you again Brian, but on my forum we seem to have a problem with this plugin. Forum: warriorsweirdos.comWhen we mouseover an image that was uploaded with this plugin, it shows a totally different image now? This issue/problem started yesterday, before yesterday all worked good. Example here: warriorsweirdos.com/post/5365/threadScreenshot: Hope you can help us with fixing this, Thank you very much in advance.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 11, 2016 9:09:32 GMT -8
adm1n0: That was actually a brief problem with the attachment system, not the plugin. If you were to click on the attachment itself and open the image the default way the same thing would have happened. The image is currently showing properly on my end when hovering over it.
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on Dec 12, 2016 9:53:48 GMT -8
adm1n0 : That was actually a brief problem with the attachment system, not the plugin. If you were to click on the attachment itself and open the image the default way the same thing would have happened. The image is currently showing properly on my end when hovering over it. Sorry, the problem is fixed now indeed. I forgot to post it here/remove my post. Thanks once again for this wonderful plugin!
|
|
inherit
141134
0
Nov 2, 2021 6:13:34 GMT -8
Ulla
now that we're here, so far away, from all the struggles we thought were in vain
104
June 2009
souless
|
Post by Ulla on Aug 25, 2017 8:28:53 GMT -8
hey Brian quick question about this plugin for you! i've used it for years and have loved it all along, however i'm wondering if it would be possible to have the tooltip to display as a floating object beside the cursor rather than as an independently floating object by the link itself? this would include removing the triangles... not sure if this is possible, and it's by no means a make-or-break issue for me! just wanted to check! thanks for you time
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Aug 26, 2017 14:56:50 GMT -8
HI
I put this code at the bottom of the Css sheet but nothing is happening with the images.
Is this the right code so the mouse goes over the image in a post and the image expands larger?
insert code here/* Forum Tooltips */ @ttp_background: #444444; @ttp_text_color: #ffffff; @ttp_border_color: @ttp_background;
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: @ttp_border_color !important; } #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: @ttp_background !important; } #tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: @ttp_border_color !important; } #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: @ttp_background !important; } #tiptip_holder.tip_left #tiptip_arrow { border-left-color: @ttp_border_color !important; } #tiptip_holder.tip_left #tiptip_arrow_inner { border-left-color: @ttp_background !important; } #tiptip_holder.tip_right #tiptip_arrow { border-right-color: @ttp_border_color !important; } #tiptip_holder.tip_right #tiptip_arrow_inner { border-right-color: @ttp_background !important; } #tiptip_content { background-color: @ttp_background !important; color: @ttp_text_color !important; border-color: @ttp_border_color !important; }
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 27, 2017 7:51:56 GMT -8
hey Brian quick question about this plugin for you! i've used it for years and have loved it all along, however i'm wondering if it would be possible to have the tooltip to display as a floating object beside the cursor rather than as an independently floating object by the link itself? this would include removing the triangles... not sure if this is possible, and it's by no means a make-or-break issue for me! just wanted to check! thanks for you time I would suggest seeking a different plugin for that. All this plugin does is make use of jQuery's built-in tooltip functionality.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 27, 2017 7:53:35 GMT -8
HI I put this code at the bottom of the Css sheet but nothing is happening with the images. Is this the right code so the mouse goes over the image in a post and the image expands larger? No CSS changes are required for the image enlargement to work. However, the only images this affects are those uploaded as attachments to posts. If you're just embedding images using the [img] tags it's not going to do anything to those.
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Aug 28, 2017 11:31:29 GMT -8
Hi, thanks for replying. I am confused and turned all around about this plug in, so I am going to start at the beginning. I cam here because of this: support.proboards.com/thread/638222/role-over-images-add-attachmentBut you are saying no CSS is required for this to work. Yet images added as attachments to my board, in post do not work that way, they stay as small attachments, if you click on them another window opens to shows the image larger then you have to click BACK button to go back to the forum page. I am not sure why it is not working. Is there no plug in for this? Confused.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 28, 2017 11:52:29 GMT -8
Hi, thanks for replying. I am confused and turned all around about this plug in, so I am going to start at the beginning. I cam here because of this: support.proboards.com/thread/638222/role-over-images-add-attachmentBut you are saying no CSS is required for this to work. Yet images added as attachments to my board, in post do not work that way, they stay as small attachments, if you click on them another window opens to shows the image larger then you have to click BACK button to go back to the forum page. I am not sure why it is not working. Is there no plug in for this? Confused. You don't have the Forum Tooltips plugin installed at all on the forum you linked in that post, so naturally none of its functionality is going to be available on your forum.
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Aug 28, 2017 14:02:57 GMT -8
Can you please guide me to how I can do that?
Thanks!
Anita
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 28, 2017 14:11:34 GMT -8
Can you please guide me to how I can do that? Thanks! Anita Go to Plugins > Plugin Library in your forum's admin area. Search for "forum tooltips" in the search section of the left sidebar. Once you find the plugin in the list click on the Install button next to it to install it directly to your forum. In the Settings tab of the plugin ensure that Attachments (images) is checked. If not, click on its checkbox then save the plugin's settings.
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Aug 28, 2017 14:27:28 GMT -8
Brilliant ! Thank you so much! It worked like a charm! And thank you for introducing me to that library and how it works. Anita
|
|
inherit
190546
0
Jan 25, 2020 3:03:06 GMT -8
transoxiana
20
February 2013
transoxiana
|
Post by transoxiana on Feb 27, 2018 0:47:47 GMT -8
Hi there!
I am using The Original Hover Mini-Profile with colors & staff! template by leif aka Aki on my forum. By doing so, the mini-profile is looking amazing! The custom boxes in the mini-profile is coded to show different values from the custom profile fields. However, when you hover over the custom boxes, it shows the value of a different custom profile field as a 'title'.
What I would looove to do, is to target these hover 'titles' with the Forum Tooltips Plugin, but I have tried endless of different CSS Selectors without luck. I'm a complete rookie when it comes to CSS Selectors, so that could be the reason - or perhaps it just ain't possible to do.
Brian Do you think you can help me with this? It would be very much appreciated!
THIS is the link to my forum
|
|