By benben80 on
Hi everyone
I m a newbie with Drupal, and i have some problem with something that should be pretty simple for a older user...
I d like my user to be able to add 3,4 or 5 pictures on their profile...
I met searches about that, and i found out Nodeprofile...that i installed.
I thought it would give me more fields on my profile admin (images fiels, other than just avatar)..it s not the case.
I m really lost, i thought about CCK to add pictures too, but some fields cannot be removed (title....i don t need that...i just want a page with 3 upload buttons :-( )
How is Nodeprofile supposed to work? Is there any other module that can be usefull for what i look for?
Thank you!
Comments
I believe you're on the
I believe you're on the right track. Probably the easiest way to get what you want is to add a cck imagefield to the nodeprofile profile content type. Enable the 'multiple values' option and set the max to 5.
Nodes must have titles, if you want to hide the title, you could look at the http://drupal.org/project/auto_nodetitle module.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Hi Worldfallz!
Yes..indeed...i finally understand how to do to create a profile and the usernode module is very convenient...
My problem now is to find how i can change the usernode depending on the role of the user...ouch...
Unfortunately, I've no idea
Unfortunately, I've no idea how to do that in d5-- iirc, it's non-trivial though.
But on a positive note, even though it doesn't help you now, it's much easier with d6 and content_profile.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
i found rolesignup module to
i found rolesignup module to help me to change the usernode according to the role of the user...
now the problem is that the link "create a content" is just useless for my members when they have already fulfill their profile usernode...whatever i do, it seems it cannot be perfect...
finally i m gonna install D6 and content_profile... but is there any stable paypment module with 6? Ecommerce is not stable yet and Ubercart is not ready yet neither :-S
Thank you for your answer anyway