PDA

View Full Version : Profile Enhancements - Profile Selector


bananalive
06-22-2009, 10:00 PM
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 phrasesInstallation Instructions
Upload unzip archive
Upload the contents of the upload/ folder to your forum directory
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
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
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:

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
Hi, I have a database error when I reinstall the product:

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
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
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:


Images uploaded get automatically resized to 150x150px.
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
Thank you. So what I must to do to increase the width?

Edit admincp/profileselector.php:

Find:
$this->maxwidth = 150;
$this->maxheight = 150;
Replace:
$this->maxwidth = 300;
$this->maxheight = 300;

Find in template: memberinfo_block_pitems
height:155px;
width:120px;
Replace
height:325px;
width:325px;

bananalive
07-09-2009, 03:34 PM
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
Edit admincp/profileselector.php:

Find:
$this->maxwidth = 150;
$this->maxheight = 150;
Replace:
$this->maxwidth = 300;
$this->maxheight = 300;

Find in template: memberinfo_block_pitems
height:155px;
width:120px;
Replace
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?