Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
profile.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2006 at 10:42 UTC
Updated:
21 Sep 2011 at 08:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
Egon Bianchet commentedComment #2
sangamreddi commentedLooks like a good option.
Comment #3
scroogie commentedOne of the custom nodetype modules like flexinode or CCK should be core, and profile should use these to generate its fields. This problem and many others would then be solved.
Comment #4
LAsan commentedAny thoughts about this?
Feature request moving to cvs.
Comment #5
maheshvanneldas commentedHello
I am newbie to the drupal 6.0
I tried to add the image field to the Profile module. If anybody go through the code and test the same. I have tested it on my end its working fine.
This is the whole profile module, we have to replace original profile module with the attached profile.zip.
Comment #6
kusiwa commentedVery nice but i get this problem
user warning: Table '444fg_drupal.profile_images' doesn't exist query: select fid, uid, user_type, filename, filepath, filemime, filesize, status, img_order, timestamp from profile_images where fid = '383' in /var/www/vhosts/learnoverip.com/httpdocs/en/modules/profile/profile.module on line 559.
What can I do? I am a total noob without any oho knowledge
Comment #7
maheshvanneldas commentedHi kusiwa,
Try to implement on test server first once your confident then only install it on the live website.
Before installing the new modified profile module, you need to uninstall the old profile module and then install the new module. This add a new table "profile_images" to the database.
If this doesn't solves the problem then you can manually create the table and here the sql query for table creation is
CREATE TABLE `profile_images` (
`fid` int(11) unsigned NOT NULL auto_increment,
`uid` int(11) default NULL,
`user_type` varchar(150) default NULL,
`filename` varchar(255) default NULL,
`filepath` varchar(255) default NULL,
`filemime` varchar(150) default NULL,
`filesize` int(10) unsigned default NULL,
`status` tinyint(1) default NULL,
`img_order` int(4) default NULL,
`timestamp` int(10) default NULL,
PRIMARY KEY (`fid`),
KEY `uid` (`uid`,`status`,`img_order`,`timestamp`)
)
Comment #8
kusiwa commentedIt works very well!!!!
But in the panel module i get this:
Foto
388
Look at here: http://learnoverip.com/en/user/11
Why is there a number instead of the foto?
Comment #9
marklein commentedI have created a profile field image, i can see in user´s profile but don´t use and can´t see in views.... I see in view type user other profile fields but type image don´t see.
Sorry for my bad english.
Help!
Comment #10
marklein commentedHow i can integrate in views?
Comment #11
hugafish commentedYes I am wanting this as well to have users place their banner ads to their profiles for others to see as well as bypassing the email me a banner issue. I can just grab the banner as an administrator and place it anywhere I want on my site. This would be a definite improvement to the standard profile module and Drupal as a whole. Does the Zip file in post #5 work for a site not using panels, just the standard profile module? Post #8 talks about errors with panel module, is this required? Also it would be great if there were settings to limit the file size and width x height params, does this module allow for that? I am aware of setting the general and roles restrictions to file uploads etc. However this module should have it's own set of rules for this. I want large banners on the custom profile tabs but not on the basic avatar uploads etc.
Eric
Comment #12
a_c_m commentedYou might be interested in http://drupal.org/project/profile_pictures (but make sure you get the beta)
Comment #13
hugafish commentedThanks a_c_m , I'll give it a look over. Right now I am using both Content Profile and the default profile module so until I figure out how to make content profile all cool looking I will offer best for both that I am able to.
Eric
Comment #14
damien tournoud commented6.x is not open to feature request. For Drupal 7 onward, the profile
module is obsolete. Won't fix.
Comment #15
dewancodes commentedThanks a lot for this module. It works fine for me.
Comment #16
sanjay chauhan commentedjust go through this module it works fine for attaced image in profile module???/