How to hide bidder names
-
In the overview of bids it shows the user ID of every bidder, which may be a problem with privacy.
To cloak the bidders user-ID like in ebay: from abadez to a***zChange auction-description-tabs.php line 188
from: <?php echo $result->name; ?>
to: <?php echo substr_replace($result->name,’***’,1,-1); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to hide bidder names’ is closed to new replies.