Gallery and Registering questions

General topics relating to phpBB3 to be posted in here.
Post Reply
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Gallery and Registering questions

Post 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.
User avatar
Ashley
Forum Member
Forum Member
Posts: 242
Joined: Fri May 30, 2008 10:15 pm

Re: Gallery and Registering questions

Post 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.
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Gallery and Registering questions

Post 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.
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: Gallery and Registering questions

Post 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.
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Gallery and Registering questions

Post 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?
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: Gallery and Registering questions

Post 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)
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Gallery and Registering questions

Post by GirlieGirl »

Hi Sewell,
Tried it and still nothing. :(
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: Gallery and Registering questions

Post by Sewell »

The user definitely has a personal gallery set up?
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Gallery and Registering questions

Post 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.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Gallery and Registering questions

Post 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
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Gallery and Registering questions

Post by GirlieGirl »

Ill do that, thank you.
Post Reply