vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Alternative Profile Page (https://vborg.vbsupport.ru/showthread.php?t=139320)

hotwheels 02-15-2007 01:10 PM

very nice job, thanks for sharing........clicks installed

davidw 02-17-2007 10:22 PM

Quote:

Originally Posted by AKapadia (Post 1181654)
CAN YOU MAKE SOMETHING LIKE PEOPLE CAN LEAVE THE COMMENT FOR OTHER USERS IN THE PROFILE... THAT WOULD BE SUPER COOL.. SORRY FOR CAPS..

I honestly wouldn't know where to start to create an addon, although I could use one myself. Perhaps I may code something in the future for this.

joeychgo 02-19-2007 06:22 AM

I made a number of changes to what you posted. You forgot a few things like the Give Infraction command and I moved some things around a bit. I thought I would share my version of the template.

You can see it here: Joeychgo on Chicago Velocity


I added another hack to the list - Threads in Profile (was made for 3.5 but works fine on 3.64) This ads the last x number of threads the user started to the profile. This helps with SEO since the content changes and it links back to threads, and also is cool to see the threads a person has started recently.

If you dont want this hack remove this code - which is above the $footer

PHP Code:

<if condition="$numthread">
<
br />
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr class="tcat">
 <
td colspan="6" align="center">
  
$userinfo[username]'s Last $maxthread Threads
 </td>
</tr>
<tr class="thead" align="center">
 <td>Thread Title</td>
 <td>Forum</td>
 <td>Last Poster</td>
 <td>Last Post</td>
 <td width="30" align="center">Views</td>
 <td width="30" align="center">Replies</td>
</tr>
$threadlist
</table>
<br />
</if> 

Ive attached the template I made -
Also -- the frame was sliced too big for a 300x350 image, so I took care of that too.

I hope its ok to post like this. I thought it would be nice for people to have another version.


:D

davidw 02-19-2007 12:00 PM

Thanks, I will look at this today. I need to clean up the code a little, so I will probably do an update today.

Scribbller 02-19-2007 02:30 PM

Awesome hack mate, just what I was looking for. I wanted to implement myspace profile hack but couldnt find a decent template you have just made my life easier. Take a bow :)

davidw 02-19-2007 03:49 PM

Don't forget to click install :)

imranbaig 02-26-2007 09:37 AM

Thanks nice hack.
I did not like frame images, so I decided to us different one.
If you want to use them. Find attached images.

And a bit of code modification.

Find code:
Code:

<table width="383" border="0" cellspacing="0" cellpadding="0">
                                                        <tr>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/topleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/topmiddle.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/topright.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                        </tr>
                                                        <tr>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/left.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td><if condition="$show['profilepic']"><center><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor]" /></center><else /><img src="$stylevar[imgdir_misc]/no_pic.jpg" alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor];" /></if></td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/right.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                        </tr>
                                                        <tr>       
                                                                <td><img src="$stylevar[imgdir_misc]/frame/bottomleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/bottommiddle.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/bottomright.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                        </tr>

Replace it with:
Code:

<table border="0" cellspacing="0" cellpadding="0">
                                                        <tr>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/topleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td background="$stylevar[imgdir_misc]/frame/topmiddle.gif">&nbsp;</td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/topright.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                        </tr>
                                                        <tr>
                                                                <td background="$stylevar[imgdir_misc]/frame/left.gif">&nbsp;</td>
                                                                <td><if condition="$show['profilepic']"><center><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor]" /></center><else /><img src="$stylevar[imgdir_misc]/no_pic.jpg" alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor];" /></if></td>
                                                                <td background="$stylevar[imgdir_misc]/frame/right.gif">&nbsp;</td>
                                                        </tr>
                                                        <tr>       
                                                                <td><img src="$stylevar[imgdir_misc]/frame/bottomleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                                <td background="$stylevar[imgdir_misc]/frame/bottommiddle.gif">&nbsp;</td>
                                                                <td><img src="$stylevar[imgdir_misc]/frame/bottomright.gif" border="0" cellspacing="0" cellpadding="0"></td>
                                                        </tr>


davidw 12-14-2008 01:15 PM

This modification is no longer supported.
This modification has been marked re-usable.


All times are GMT. The time now is 12:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01105 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete