When I had Gallery2/Mambo set to auto-create the album when the user first visits, it created the album with the users 'name' (first and last name).
I turned this feature off and allow the users to click on the link
"You currently don't have a photo album, but you're entitled to one. Create my album!"
at the top of the page that will create their album. Now it creates the album with the 'username' and not the 'name'.
Any idea where to change this? I really want the 'name' so it is easier to figure out who it is.
Also, if I do change this, can I just go change the album name of the ones that are wrong or is there some other tables that I have to change as well?
glassparman
Posts: 430
you can just change the names no tables needed.
You have to adjust the com_galler2/pages/user_albums.php
and search for ->username and change it in ->fullname
regards,
Michiel
Posts: 9
Michiel, thanks for the reply but the dir and the file you specify do not exist on my system.
glassparman
Posts: 430
which version are you using then?
regards,
Michiel
Posts: 9
I'm using G2B4.
glassparman
Posts: 430
and which component version?
regards,
Michiel
G2+mambo test Site. This my latest version on the test bench.
Get the latest gallery2 core here
Posts: 9
Opps, sorry, I meant to put that also.
version.php says:
$version['com'] = '2.0.6.B.1';
$version['g2_min'] = '0.9.31';
$version['modulemin'] = '2.0.0';
glassparman