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)

bananalive 06-22-2009 10:00 PM

Profile Selector
 
1 Attachment(s)
Allow users to select from a list of items to be displayed in separate tab in their profile.

Can be used for:
  • My Games
  • Favourite Movies/Comedians/TV Programs
  • Or anything you want just by altering two phrases
Installation Instructions
  1. Upload unzip archive
  2. Upload the contents of the upload/ folder to your forum directory
  3. Import product xml file
Don't Forgot to Click Installed :)

bananalive 06-23-2009 02:53 PM

reserved

SirHappy 06-23-2009 04:34 PM

Nice Works!:)

jimbles 06-23-2009 04:50 PM

It comes up blank when I click edit profile items? What should I do? PLEASE PM ME. BECAUSE I DONT CHECK THREADS.

Oblivion Knight 06-23-2009 05:59 PM

With a bit of tweaking, this could have possibilities.. ^__^

I may do some playing around with this and see what I can come up with.

bananalive 06-24-2009 09:27 AM

Quote:

Originally Posted by jimbles (Post 1835736)
It comes up blank when I click edit profile items? What should I do? PLEASE PM ME. BECAUSE I DONT CHECK THREADS.

You need to add some items in the admincp for users to select.

BlueNinjaGo 06-24-2009 12:54 PM

Is there any way users can search for users with the same things chosen?

EX: If I use this for "Video games currently playing"... and User A wants to find people to play Game A with... Could he search for all users who are playing Game A?

bananalive 06-26-2009 10:35 AM

Quote:

Originally Posted by BlueNinjaGo (Post 1836395)
Is there any way users can search for users with the same things chosen?

EX: If I use this for "Video games currently playing"... and User A wants to find people to play Game A with... Could he search for all users who are playing Game A?

No.

trotskid 06-30-2009 11:36 PM

Hi, I have a database error when I reinstall the product:

HTML Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
ALTER TABLE vbuser ADD pitems text NOT NULL ;;

MySQL Error  : Duplicate column name 'pitems'
Error Number  : 1060
Request Date  : Wednesday, July 1st 2009 @ 02:29:11 AM
Error Date    : Wednesday, July 1st 2009 @ 02:29:12 AM
Script        : http://www.xxxx/foros/admincp/plugin.php?do=productimport
Referrer      : http://www.xxxx/foros/admincp/plugin.php?do=productadd
IP Address    : xxxxxxxx
Username      : xxxxxx
Classname    : vB_Database
MySQL Version : 5.0.45-log


Thanks

bananalive 07-01-2009 11:58 AM

1 Attachment(s)
Quote:

Originally Posted by trotskid (Post 1840445)
Hi, I have a database error when I reinstall the product:

HTML Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
ALTER TABLE vbuser ADD pitems text NOT NULL ;;

MySQL Error  : Duplicate column name 'pitems'
Error Number  : 1060
Request Date  : Wednesday, July 1st 2009 @ 02:29:11 AM
Error Date    : Wednesday, July 1st 2009 @ 02:29:12 AM
Script        : http://www.xxxx/foros/admincp/plugin.php?do=productimport
Referrer      : http://www.xxxx/foros/admincp/plugin.php?do=productadd
IP Address    : xxxxxxxx
Username      : xxxxxx
Classname    : vB_Database
MySQL Version : 5.0.45-log


Thanks

Import attached file

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 02:02 PM.

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.01141 seconds
  • Memory Usage 1,770KB
  • 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
  • (6)bbcode_html_printable
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete