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-06-2005 10:07 PM

Its all good. :)

FleaBag 11-06-2005 11:43 PM

Quote:

Originally Posted by StarBuG
You could/should implement the location directly into the product.xml

I think most users would appreciate this ;)

I disagree. Why fix it if it aint broke.

hollyboy 11-13-2005 01:18 PM

fantastic! right what I was looking for! clicked install

anyway it would be cool to make so that u have thumbail and u click to view the full size picture, I think to do this the picgallery.php only needs few changes

SpankMe 11-15-2005 02:00 AM

<font color="DarkRed">*installed*</font> but modified to show thumbnails of profile picture.

hollyboy 11-15-2005 06:06 AM

Quote:

Originally Posted by SpankMe
*installed* but modified to show thumbnails of profile picture.

it looks great!
can u tell us how u created thumbails?
I wanna have the same on my forum gallery: thumbmails and when u click on them the picture open in a different page
thanks :)

Allan 11-15-2005 07:56 PM

File attach, French language ;)

Christine 11-15-2005 08:35 PM

@SpankMe -- I registered to check that out and I love it!! You did a great job. :)

@Allan -- thanks!

hollyboy 11-15-2005 08:38 PM

Quote:

Originally Posted by Christine
@SpankMe -- I registered to check that out and I love it!! You did a great job. :)

@Allan -- thanks!

Christine are u able to implement the modification made by SpankMe to your hack?
I love it :)

Christine 11-15-2005 08:43 PM

I would prefer if he released it as an addon as it was his code, but will leave it up to him as to how he would like to handle it. :)

Vizionz 11-16-2005 03:51 AM

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


All times are GMT. The time now is 11:08 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.01197 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
  • (3)bbcode_code_printable
  • (3)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