Okay well I have two people who report the same thing and digging through there responses try this as I have been digging through looking for site links to see integration types
in sellerspost.php
line 186
global $ugcat, $uganno, $ugview, $ugpost, $ueditpho, $ueditposts, $exclude_cat;
change to this
global $Catperms, $ueditpho, $ueditposts, $exclude_cat;
Line 245
if ($ugview[$thecat] == 1) {
change to this
if ($CatPerms['ugview'][$thecat] == 1) {
TRY THAT OUT