hi,
i have just succesfully migrated a 1.5 gallery to 2.0 without any problems.
had some fun and games with permissions but managed to work it out eventually.
i have two questions about G2 :
1. is it possible to edit all the album settings at once, say to activate the random highlight, or do I have to edit each and every album ?
2. is there any way for admins to be notified when users log in ? there was a hack to the login.php script that used to work for G1.
thanks in advance.
Posts: 32509
1. nope. we don't have recursive / batch features for edit album yet.
2. there's a login event in g2. you could create a module that listens for this event and e.g. sends an email to the admin.
Posts: 5
thanks for the quick response. unfortunately my total lack of any programming/scripting skills is going to prevent me from creating any code