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