View Single Post
Old September 18th, 2008, 04:53 AM   #48 (permalink)
Luciano
Moderator
Verified Customer
 
Join Date: Aug 2005
Posts: 1,231
very strange...
i just did a fresh install.. on localhost..
i did the fix in fetch_userinfo_query.php (the file edit one)
Attention.. in order to be able to use the profile.php?do=vbgalleryprofile you have to add the "profile" to the THIS_SCRIPT definitions..!!! (but thats only for my version of the fix)

i have 2 users..

i did what kirby said to reproduce the problem..
1. deactivated gallery
2. added new user tester via acp
3. activated gallery
4. went to profile of tester...
result => no problem...

actually the plugin i thought of above allready exists!!!...

it is called Add User to Gallery on Register
and called at hook: register_addmember_complete

content: require(DIR . '/includes/vbgallery/register_addmember_complete.php');

content of register_addmember_complete.php:
Code:
Content visible to verified customers only.
this hook is called if gallery is on or off...

so it seems I am missing something.. OR I misunderstood the problem.. because after applying the fix i cant find any problem remaining..


Luc
I'll reread the thread

Last edited by Luciano; September 18th, 2008 at 05:34 AM.
Luciano is offline   Reply With Quote