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
Hi
All the pages in Porn Stars (http://xvidz69.com/pornstar/) the meta title is "browse-meta-title"
Is it possible to fix this?
Thanks
Offline
Yes, this can be fixed. In Admin -> Extend -> Language Manager -> your-lang -> pornstar do you have browse-meta-title?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Hello
I have everything normal in Admin -> Extend -> Language Manager -> your-lang -> pornstar
browse-title PORNSTARS
The upgrade from version 1.0.8 to version 1.0.9 made changes in module of Porn Stars, and the problem is in this file: /modules/pornstar/components/browse.php
V 1.0.8
$tpl = VF::factory('template');
$tpl->menu = 'pornstar';
$tpl->title = $order_name.' '.__('pornstars').$letter_name;
$tpl->meta_title = $tpl->title.$letter_name; (here its ok)
$tpl->css = array(TPL_REL.'/css/style_pornstar.css');
$tpl->order = $order;
V 1.0.9
$tpl = VF::factory('template');
$tpl->menu = 'pornstar';
$tpl->title = $order_name.' '.__('pornstars').$letter_name;
$tpl->meta_title = __('browse-meta-title', array($order_name, $letter_name, $page)); ('browse-meta-title' humm It is the same that appears on the site)
$tpl->css = array(TPL_REL.'/css/style_pornstar.css');
See here: http://xvidz69.com/pornstar/
thank you
Offline
Do you have browe-meta-title in the language?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Please add the following to Admin -> Extend -> Language Manager -> your-lang -> pornstar:
'browse-meta-title' => '%s Pornstars%s - Page %d',
'search-meta-title' => 'Search Pornstars at %s - Page %d',
'pornstar-videos-meta-title' => '%s Videos - Page %d - %s',
'pornstar-albums-meta-title' => '%s Photos - Page %d - %s'
Did you run the upgrade script when you upgraded?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
This bug only appears if the upgrade script was not run or the upgrade returned a error.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1