Page 1 of 1

Gallery and Registering questions

Posted: Tue Sep 02, 2008 12:09 pm
by GirlieGirl
Hi,
How can I add a link from a persons profile to their personal gallery?
Also, how can I add new fields for a person to fill out when registering?
Aaaanndd...How can I have a field that a person fills out when registering always show up as a tagline? For example: I run a bike forum, so when folks register I want there to be a field for 'what do you ride' or what kind of bike do you have etc. and then have the information they filled out there show as a tagline, or maybe a line under their avatar, on all their posts and threads.
Thank you.

Re: Gallery and Registering questions

Posted: Tue Sep 02, 2008 8:13 pm
by Ashley
Is there not a gallery link in the profiles anyway if they have set up a personal gallery, or am I just thinking about the link on profile in posts, I will have to check that one out :?:

You can create a custom field on registry to what you want. Open admin, and look at Users & Groups, then one side look for Custom Profile Fields, then create a new one. It's easy as there are check buttons to make sure it's put on register page and stuff.

Re: Gallery and Registering questions

Posted: Wed Sep 03, 2008 1:17 pm
by GirlieGirl
Hi Ashley,
Thanks for the info. The new profile field worked perfectly.
But no, I dont see a link in a members profile for their gallery, and Im sure they have one.
Thanks for the help.

Re: Gallery and Registering questions

Posted: Thu Sep 04, 2008 4:32 pm
by Sewell
It will show in profiles as a picture the same it does in posts. Granted, it should say 'Personal Gallery' but you could change the default picture.

Re: Gallery and Registering questions

Posted: Thu Sep 04, 2008 10:50 pm
by GirlieGirl
Hmm, only picture in any of my members profiles is their own avatar, and thats it.
How do I get it to show up?

Re: Gallery and Registering questions

Posted: Fri Sep 05, 2008 12:29 pm
by Sewell
Try this.

Open your prosilver style template, and open memberlist_view.html

Find:
On line 69

Code: Select all

<!-- IF U_JABBER and S_JABBER_ENABLED --><dt>{L_JABBER}:</dt> <dd><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_JABBER_MESSAGE}</a></dd><!-- ELSEIF USER_JABBER --><dt>{L_JABBER}:</dt> <dd>{USER_JABBER}</dd><!-- ENDIF -->
Underneath add this:

Code: Select all

<!-- IF postrow.U_GALLERY --><li class="gallery-icon"><a href="{postrow.U_GALLERY}" title="{L_PERSONAL_ALBUM}"><span>{L_PERSONAL_ALBUM}</span></a></li><!-- ENDIF -->
Let me know how you get on. Remember the user must have a personal gallery running for it to show (I think)

Re: Gallery and Registering questions

Posted: Fri Sep 05, 2008 5:09 pm
by GirlieGirl
Hi Sewell,
Tried it and still nothing. :(

Re: Gallery and Registering questions

Posted: Sat Sep 06, 2008 4:19 pm
by Sewell
The user definitely has a personal gallery set up?

Re: Gallery and Registering questions

Posted: Sun Sep 07, 2008 5:31 am
by GirlieGirl
Sewell wrote:The user definitely has a personal gallery set up?
Yes, definetly. I checked my proflle and 3 others that I know have photos in their gallery.
Thanks for your help.

Re: Gallery and Registering questions

Posted: Sun Sep 07, 2008 11:26 pm
by LDM
GirlieGirl, it may be worth asking Nick in the Gallery topic on phpbb, it's probably just a small edit. I'm sure that the camera image appeared on profile aswell if user had personal gallery, guess not. :o

Re: Gallery and Registering questions

Posted: Sun Sep 21, 2008 6:03 am
by GirlieGirl
Ill do that, thank you.