on my 2.3.7 installation i added voting plugin and list seller items on public profile. Now, with 2.4 version these script don't work...they use osc_user_id() and osc_item_user_id() to generate the links, but i notice osc_user_id() value is 0!!
on contact form i changed
<input type="hidden" name="id" value="<?php echo osc_user_id();?>" />
in
<input name="id" value="<?php echo osc_user_id();?>" />
and value is 0!!!
but i can't find the problem....