Warning: The author of this contribution does not provide support for it anymore.

Share Topic

Hover text - Share Topic

Hover text

by PaulusB » Tue Feb 14, 2012 12:43 pm

Hello is it possible to get a hovering text on the share buttons :?: like Share on twitter etc.

Thanks
User avatar
PaulusB
Registered User
Posts: 232
Joined: Sun May 28, 2006 2:08 pm
Location: Holland

Re: Hover text

by iamthestreets » Mon Apr 02, 2012 11:52 pm

I want this too
iamthestreets
Registered User
Posts: 244
Joined: Fri Feb 24, 2012 4:35 pm

Re: Hover text

by iamthestreets » Mon Apr 09, 2012 3:41 pm

Any help?
iamthestreets
Registered User
Posts: 244
Joined: Fri Feb 24, 2012 4:35 pm

Re: Hover text

by Senky » Sun Apr 29, 2012 6:16 pm

Try this:

in viewtopic.php find:

Code: Select all

'S_IMG_URL'         => $row_share['share_icon'],

and add after:

Code: Select all

'S_NAME'         => $row_share['share_name'],


and in styles/prosilver/template/overall_header.html find:

Code: Select all

<li class="rightside"><a href="{share_links.S_URL}"><img src="{share_links.S_IMG_URL}" alt="" style="max-width: 18px; max-height: 18px;" /></a></li>

inline find:

Code: Select all

<a href="{share_links.S_URL}"

and inline after add:

Code: Select all

 title="Share on {share_links.S_NAME}"
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Hover text

by PaulusB » Sat May 05, 2012 11:40 pm

Thanks
User avatar
PaulusB
Registered User
Posts: 232
Joined: Sun May 28, 2006 2:08 pm
Location: Holland