| |||||||
This is a discussion on Homepage Thumbnail Preview in Member's Profile within the vBulletin section, part of the Internet Forum Softwares category; Homepage Thumbnail Preview in Member's Profile Difficulty: Very Easy Q. What does it do ?? A. If a user fills ...
![]() |
|
| | LinkBack (2) | Thread Tools | Display Modes |
#1
| ||||
| ||||
| Homepage Thumbnail Preview in Member's Profile Difficulty: Very Easy Q. What does it do ?? A. If a user fills in the Homepage field, a linked thumbnail preview is generated and replaced by his Homepage text link. Q. Do I need this ?? A. Yes. Q. Does it work in different browsers ?? A. Tested in IE, Firefox and Chrome. Works perfect !! Q. vBulletin Versions ?? A. Works in 3.7.x and 3.8.x Template Edit: 1 Member Info Templates/memberinfo_block_contactinfo PLEASE NOTE:- This is not actually a product but a service by www.shrinktheweb.com. You must register before using this as they provide you with a unique key ID that you have to enter in the code below. Its worth registering !! Its 100% free. As they say, the thumbnails are refreshed monthly. Begins here:- 1. First register at www.shrinktheweb.com and note Your Access Key ID from STW lobby. 2. Open memberinfo_block_contactinfo template:- Find and delete this:- Code: <if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
Then find this:- Code: <dl class="list_no_decoration" id="additional_contact_details"> And add above:- Code: <!-- Homepage preview begins here -->
<if condition="$prepared['homepage']">
<fieldset>
<legend>$vbphrase[home_page] of $prepared[username] (<a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a>)</legend>
<div class="fieldset_padding floatcontainer">
<ul class="list_no_decoration">
<li><a href="$prepared[homepage]" target="_blank"><img src="http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=Your Access Key ID&Size=lg&stwUrl=$prepared[homepage]" width="175" height="125" align="left" border="0" style="border: 3px double #e3e3e3" alt="$prepared[username]'s Homepage" /></a></li>
</ul></div></fieldset>
</if>
<!-- /Homepage -->
You may edit the above code according to your requirements like setting the width, height, border color, Size=lg for large and sm for small. Hope you like this sweet little mod, very simple but really useful and cool. I am sure, you are definitely going to use this.. ![]() Please Mark As Installed at the official thread. Check out my Profile (Contact Info tab) for a demo.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#2
| ||||
| ||||
|
Nice ![]() will install this one ! |
![]() |
| Bookmarks |
| Tags |
| profile, thumbnails |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://tech6.com/f51/homepage-thumbnail-preview-members-profile-t587/ | ||||
| Posted By | For | Type | Date | |
| Homepage Thumbnail Preview in Member's Profile - vBulletin.org Forum | This thread | Refback | 03-03-2009 04:26 AM | |
| Homepage Thumbnail Preview in Member's Profile - vBulletin.org Forum | This thread | Refback | 02-03-2009 02:47 PM | |