Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
[Monkey's Works] - User Profile Web Page Details »»
[Monkey's Works] - User Profile Web Page
Version: 1.00, by Triky Triky is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.5 Rating:
Released: 03-25-2007 Last Update: Never Installs: 10
 
No support by the author.

[Monkey's Works] - User Profile Web Page
By Triky - Web City



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:

User Web Site in Profile [Preview]

Modification:

Quote:
Create a new field!
(AdminCp -> User Profile Fields -> Add New!)

Quote:
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!

1)------------------------------------------


Quote:
Now replace the MEMBERINFO entire template code with this:


Download It!
(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)------------------------------------------

Quote:
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/

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-26-2007, 02:55 PM
oldfan's Avatar
oldfan oldfan is offline
 
Join Date: Jul 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very useful, thanks

I've got other mods in my MEMBERINFO template, I really don't wanna replace the whole thing.
Reply With Quote
  #3  
Old 03-26-2007, 03:06 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, i would assume many have a modified memberinfo already, please could you supply the edits?
Reply With Quote
  #4  
Old 03-26-2007, 03:27 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, guys. Give me a second.. I will update the first post.
Reply With Quote
  #5  
Old 03-26-2007, 03:48 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Done.
Check the first post.
Reply With Quote
  #6  
Old 03-28-2007, 09:09 AM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nobody else? ^___^
Reply With Quote
  #7  
Old 03-28-2007, 11:21 AM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed, but if thumbshots doesnt list your site, then the thumbnail image dont show up
Reply With Quote
  #8  
Old 03-28-2007, 11:29 AM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, this is the only problem.
Reply With Quote
  #9  
Old 03-28-2007, 11:41 AM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

....and u gotta wonder how many vb sites are listed on that site....

in which case, havin it as an added graphical tweak in your profile is a bit of a waste of time...lol
unless that is, your fav site is one other than a vb site.

good idea tho...
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04730 seconds
  • Memory Usage 2,282KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete