[Monkey's Works] - User Profile Web Page
Mod Version: 1.00, by Triky
This modification is in the archives.
vB Version: 3.6.5 |
Rating: (1 vote - 4.00 average) |
Installs: 10 |
Released: 26 Mar 2007 |
Last Update: Never |
Downloads: 67 |
Not Supported
|
[Monkey's Works] - User Profile Web Page
By Triky - http://www.web-city.it/forum/
Hi there, monkeys! This template mod extend the standard vB users page field. This also require a new users field.
Ok, let's start with the modification!
Preview:
&stc=1&d=1174915609
Modification:
Create a new field!
(AdminCp -> User Profile Fields -> Add New!)
Multiple Line Text Box
Title: Your Web Site Description
Description: Your web site description:
Display Page: Edit Profile
Save it.
(Remember the field number)
Note -> (1) and (2): Why? Oh, check this post
Spoiler (click to open)
Yes, i would assume many have a modified memberinfo already, please could you supply the edits?
Close
!
1)------------------------------------------
Now replace the MEMBERINFO entire template code with this:
&stc=1&d=1174927429
(Select all the code, and then copy it into your MEMBERINFO template)
Into the code, search for:
Code:
<strong>Description</strong>:<br />
$post[fieldX]
And replace the X with your filed number.
------------------------------------------
2)------------------------------------------
In your MEMBERINFO template find:
Code:
<if condition="$show['homepage']">
<tr>
<td>
$vbphrase[home_page]:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
</tr>
</if>
Delete it.
Now search for:
Code:
<td>$userinfo[skypeicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a></td>
</tr>
</if>
</if>
</table>
</fieldset>
Below, add:
Code:
<!-- User Home Page Table -->
<if condition="$show['homepage']">
<fieldset class="fieldset">
<legend>$userinfo[username]'s Web Site Info</legend>
<div class="fieldset">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
<strong>$vbphrase[home_page]</strong>:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
</tr>
<tr>
<td>
<strong>Description</strong>:<br />
$post[field6]
</td>
</tr>
<tr>
<td>
<strong>Site Preview</strong>:<br /><br />
<a href="$userinfo[homepage]" target="_blank" alt="$userinfo[homepage]" dir="ltr"><img src="http://open.thumbshots.org/image.pxf?url=$userinfo[homepage]" /></a>
<br />
<p style="font-size:85%">(<a href="http://www.thumbshots.com" target="_blank" title="About Thumbshots Thumbnails!">Thumbnail provided by Thumbshots</a>)<br />
(If nothing shows up, then the requested URL is not listed)</p>
</td>
</tr>
</table>
</div>
</if>
</fieldset>
<!-- / User Home Page Table -->
Into the code above, search for:
Code:
<strong>Description</strong>:<br />
$post[fieldX]
And replace the X with your filed number.
------------------------------------------
Done!
I hope you like it.
<!-- ------------------------------[Monkey's Works] - vBulletin.org Archive Releases---------------------------- -->
<!-- / ----------------------------[Monkey's Works] - vBulletin.org Archive Releases---------------------------- -->
All the Best,
Triky
Monkey's Work - Web City Forum Online
http://www.web-city.it/
Download
This modification is archived, downloads are still allowed.
MEMBERINFO [EntireCode].txt (14.2 KB, 69 downloads)
Screenshots
|