The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Natural bust yes/no is not displayed. I found the small bug, the variable is missing in templates/your-template/pornstar_view.tpl.php
Quick fix:
add after
<span class="legend clear"><?php echo __('measurements'); ?>:</span>
<span class="value"><?php echo e($this->pornstar['measurements']); ?></span>
<span class="legend clear"><?php echo __('Natural Bust'); ?>:</span>
<span class="value"><?php echo e($this->pornstar['natural_bust']); ?></span>
I KNOW that the language variable for Natural-Bust is missing. I hardcoded it into the added line. You can add that Variable via ACP
Offline
Fixing. Also Adding The Natural Bust Language Field!
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1