Hello is it possible to get a hovering text on the share buttons like Share on twitter etc.
Thanks
Hover text - Share Topic
-
- Registered User
- Posts: 232
- Joined: Sun May 28, 2006 2:08 pm
- Location: Holland
-
- Registered User
- Posts: 244
- Joined: Fri Feb 24, 2012 4:35 pm
-
- Registered User
- Posts: 244
- Joined: Fri Feb 24, 2012 4:35 pm
Re: Hover text
Try this:
in viewtopic.php find:
and add after:
and in styles/prosilver/template/overall_header.html find:
inline find:
and inline after add:
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!
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
-
- Former Team Member
- Posts: 2300
- Joined: Thu Apr 30, 2009 8:49 pm
- Name: Jakub
-
- Registered User
- Posts: 232
- Joined: Sun May 28, 2006 2:08 pm
- Location: Holland