vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - Profile Selector (https://vborg.vbsupport.ru/showthread.php?t=216907)

trotskid 07-01-2009 01:20 PM

Quote:

Originally Posted by bananalive (Post 1840693)
Import attached file

Thank you very much, and now installs well, but doesn?t work at all. I fix the image max width and height (for ex. 300x200 or 5000x5000!) but always looks at the same reduced size and split the image when there are others.

https://vborg.vbsupport.ru/

Greetings

bananalive 07-04-2009 04:22 PM

Quote:

Originally Posted by trotskid (Post 1840731)
Thank you very much, and now installs well, but doesn?t work at all. I fix the image max width and height (for ex. 300x200 or 5000x5000!) but always looks at the same reduced size and split the image when there are others.

http://img266.imageshack.us/img266/3204/pitems.jpg

Greetings

There are several constraints to image width:
  1. Images uploaded get automatically resized to 150x150px.
  2. The css class li.memberinfo_pitem - which limits width:120px; in template memberinfo_block_pitems

trotskid 07-04-2009 06:22 PM

Thank you. So what I must to do to increase the width?

iHussence 07-04-2009 08:35 PM

السلام عليكم
بارك الله فيك

mOseQar 07-04-2009 10:21 PM

very nice work ! :)
is there a way to show that list of items in postbit ?

for ex as a signature for each user

bananalive 07-09-2009 03:33 PM

Quote:

Originally Posted by trotskid (Post 1842805)
Thank you. So what I must to do to increase the width?

Edit admincp/profileselector.php:

Find:
PHP Code:

$this->maxwidth 150;
    
$this->maxheight 150

Replace:
PHP Code:

$this->maxwidth 300;
    
$this->maxheight 300

Find in template: memberinfo_block_pitems
HTML Code:

        height:155px;
        width:120px;

Replace
HTML Code:

        height:325px;
        width:325px;


bananalive 07-09-2009 03:34 PM

Quote:

Originally Posted by mOseQar (Post 1842906)
very nice work ! :)
is there a way to show that list of items in postbit ?

for ex as a signature for each user

It would require additional queries and plugins.

trotskid 07-12-2009 07:52 PM

Quote:

Originally Posted by bananalive (Post 1845837)
Edit admincp/profileselector.php:

Find:
PHP Code:

$this->maxwidth 150;
    
$this->maxheight 150

Replace:
PHP Code:

$this->maxwidth 300;
    
$this->maxheight 300

Find in template: memberinfo_block_pitems
HTML Code:

        height:155px;
        width:120px;

Replace
HTML Code:

        height:325px;
        width:325px;


Thank you.

I have fit it to my images measures and now looks great :)

Greets

Feanor_87 01-27-2010 01:50 AM

Great mod, thanks!! :)

Is there any way to have just the images clickable in the UserCP, without showing the border box and title?


All times are GMT. The time now is 05:51 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.01073 seconds
  • Memory Usage 1,750KB
  • 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_html_printable
  • (4)bbcode_php_printable
  • (5)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
  • (9)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