PDA

View Full Version : Can you embed a usercp template (profile fields) into forumhome?


greigeh
02-03-2015, 08:55 PM
Hi there, I'm trying to figure out something. Is it possible to embed a template used in the usercp into the forumhome template?

Pretty much what I am trying to do I want a user to be able to update certain profile fields of their account on the forum homepage. I have a 'user' section on the FORUMHOME and therefore want to just have a quick way for them to update their profile that way.

(e.g. see when on a users profile they can quickly update their about me section by clicking the edit button, want a extremely similar concept but in forumhome)

If anyone has tips/advice on going about this that would be very helpful!
Thank you

Dr.CustUmz
02-04-2015, 06:32 AM
<if condition="$bbuserinfo[fieldFIELDID]">
$bbuserinfo[fieldFIELDID]
</if>

ozzy47
02-04-2015, 10:35 PM
That would just show them the field, not give the users the ability to edit from the forumhome.

It can be done, but it is not a simple quick thing, it would require some custom coding. You may want to pay someone for it by posting in the, Requests for Paid Services (https://vborg.vbsupport.ru/forumdisplay.php?f=30) forum. Just make sure you read the sticky threads in there before hiring someone. :)

Dr.CustUmz
02-05-2015, 10:16 AM
That would just show them the field, not give the users the ability to edit from the forumhome.

i was thinking he wanted a field section shown on forumhome and users can edit it from their usercp, didnt process the edit quickly on forumhome part lol.

so yeah the way i said placing that code where you want will work.... although, users will have to update the section via their usercp. If you cant bare with that than I too would suggest what Ozzy suggested =)