PDA

View Full Version : Profile extras


amagab
09-03-2010, 07:48 PM
Our members would like to have a page in their profile where they can enter things related to our forum

For example, let's say we have a car forum. They would like a tab or area in their profile where they can enter the cars they own

Current Cars:
* Audi
* BMW
* Ford

Previous Cars:

* Lexus
* Chevrolet
* Skoda
* Ferrari

Also, it should be an option in the postbit to access this quickly.

Is there a module for this? Can it be done easily? How?

Thanks!

mmfgamer5
09-03-2010, 09:22 PM
Go to User Profile Fields > User Profile Field Categories > Add New Profile Field Category > Location on Profile Page > Main Column, Last Tab > Save.

User Profile Fields > Add New User Profile Field > Multiple-line text box > Profile Field Category > [Car category].

That'll add a car tab in the profiles. Not sure what you mean about the postbit, though.

amagab
09-03-2010, 10:17 PM
Thanks, that will do for now. With postbit I meant that you could click on someone's username and link to the info from there.

mmfgamer5
09-04-2010, 08:45 AM
Add this in the memberaction_dropdown template, above the "{vb:raw template_hook.memberaction_dropdown_items}" code.
<li class="left">
<img src="[car icon URL]" alt="" />
<a href="[link to car tab]">
My Cars
</a>
</li>
I'm not sure how to link to the right tab, though.