vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Simple Profile Pic Gallery (https://vborg.vbsupport.ru/showthread.php?t=99134)

Christine 11-23-2005 11:47 PM

@Boofo -- No, I have not had time to look at it yet. :(

@ Ramsesx --This excellent hack will allow you to add all additional files into WhoseOnline: https://vborg.vbsupport.ru/showthrea...threadid=83247

cbr929rrerion 11-24-2005 12:13 AM

<a href="member.php?$session[sessionurl]u=$userinfo[userid]"><img src="$userinfo[profilepicurl]"height="100"width="125"></a></td>

Makes it resize and makes the picture a link as well as the name...

I wish it would just open the profile pic itself in a new window.. any one know how to do that...

So instead of clicking the pic and going to profile, click pic and open pic full size in new window...

Thanks

Christine 11-24-2005 02:15 AM

@ cbr929rrerion -- the pic isn't hyperlinked in the hack -- only the username?

Flow Fusion 11-24-2005 10:52 AM

Great hack, thanks...

Ramsesx 11-24-2005 11:12 AM

Quote:

Originally Posted by Christine
@Boofo -- No, I have not had time to look at it yet. :(

@ Ramsesx --This excellent hack will allow you to add all additional files into WhoseOnline: https://vborg.vbsupport.ru/showthrea...threadid=83247

Thanks for the link christine, it's very useful :)

cbr929rrerion 11-24-2005 02:16 PM

Quote:

Originally Posted by Christine
@ cbr929rrerion -- the pic isn't hyperlinked in the hack -- only the username?


I know but if you add the code in my previous post it will be... only thing is I wish is would load just the pic not the whole profile.. How can I do that?

Ealdwulf 11-24-2005 03:06 PM

Quote:

Originally Posted by Vizionz
If ya really want thumbs ya can do it manually. untill someone adds on a thumbnail script..

Find the lines below in the template pic_gallery_list

Code:

      <td valign="top" style="width: 1px; padding-left: 20px">$userinfo[profilepic]</td>

and then change it to

Code:

<td valign="top" style="width: 1px; padding-left: 20px"><img src="$userinfo[profilepicurl]"height="200"width="250"></td>
just change the 200 and 250 in the height and width to fit how you want it

you could also just ad this instead to have a thumbnail that when clicked launches the picture in a new window full size

Code:

<td valign="top" style="width: 1px; padding-left: 20px"><a href="$userinfo[profilepicurl]"target="new"><img src="$userinfo[profilepicurl]"height="200"width="250"border="0"></a> </td>

What i would like though is to be able to put custum userfields on that page so instead of how its set up i could actually set it up to have a small bio page for users


Due to some of our users having pics that are different sizes the above code can cause them to be schewed.

by modifying it to what is below, the height:width ratio is maintained. no stretching or squashing occurs this way, and in the default table width there is no scrolling to the right.

Code:

<td valign="top" style="width: 1px; padding-left: 20px"><a href="$userinfo[profilepicurl]" target="new"><img src="$userinfo[profilepicurl]" width="150" border="0"></a> </td>

GamerJunk.net 12-29-2005 11:12 PM

Anyway to have this mod do the same thing except with gamercards?

D|ver 05-01-2006 01:19 PM

is it possible to restrict access for users which do not have a profile picture?

Flow Fusion 05-01-2006 07:59 PM

Quote:

Originally Posted by D|ver
is it possible to restrict access for users which do not have a profile picture?


That would be killer!


All times are GMT. The time now is 03:36 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.01192 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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