Advertisement:
Sitepreviews
Navigation
Search
SMF Mod Site
- Mod Name:
- Sitepreviews
- Created By:
- Marook
- Type:
- New Feature
- First Created:
- December 22, 2007, 08:18:08 PM
- Last Modified:
- January 23, 2008, 12:24:56 AM
- Latest Version:
- 1.31
- Compatible With:
- 1.1.4
- Total Downloads:
- 35096
Download this mod
Description:
This mod adds small bubbles with the picture of the linked website to all external links on your smf. This works client-side via a small javascript file. All links which does not contains your hostname (where your smf is installed) will get the preview-bubbles. If you move your mouse cursor over the links, the bubble appears on moving out they disappear.
Update 1.1
- bubbles only appears on links posted with [ url] tag
- user can turn on/off the sitepreview in userCP
Update 1.2
- setting in userCP is turned on by default
- added small icons indicating an external link
Update 1.3
- admin can choose between different thumbnailing services
- admin can turn off the preview function generally
- admin can choose between different bubble-colors (white, grey, black)
(Admin CP -> Features and Options -> Layout and Options)
Update 1.31
- fixes a problem where no bubbles appear when just adding a link without [ url] tag
Thx Perro88 for the additional bubble-colors.
You must uninstall any previous versions!
Update from v1.3 to 1.31
Just open $sourcedir/Subs.php and find
Code: [Select]
'content' => '<a href="$1" target="_blank">$1</a>',
and replace it withCode: [Select]
'content' => '<a class="preview" href="$1" target="_blank">$1</a>',
Support for this mod @ http://www.marook-online.de
Search tags : thumbnail, website, preview, link