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.
be sure you copy back the files in modules/photo/* as well as templates/yourtemplate/photo_*.tpl.php
both of you removed the <h1><?php echo e($this->title); ?></h1> after the code inserted for logo and the logo is covered by the button that changes language because you have data-role="dialog" instead of data-role="button".
the final code should look like:
<a href="<?php echo RELATIVE_URL; ?>/" class="logo"><img src="<?php echo TPL_REL; ?>/images/logo.png" alt="<?php echo e($this->cfg['site_name']); ?>" /></a>
<h1><?php echo e($this->title); ?></h1>
<a href="<?php echo MOBILE_REL; ?>/language/?url=<?php echo base64_encode(CURRENT_URL); ?>" data-icon="gear" data-role="button" data-rel="dialog" data-transition="pop" data-theme="b" class="ui-btn-right"><img src="<?php echo MEDIA_REL; ?>/flags/<?php echo $this->flag; ?>.png" /></a>
also do a smaller logo, that is way to big.
hdvideos.xxx/mobile/
<h1>...</h1>
drop the h1 tag from your code.
not working for me
what's your website?
copy the logo yourdomain.com/mobile/templates/default/images/logo.png
then edit yourdomain.com/mobile/templates/default/header.tpl.php and add on line 19 just after
<div data-role="header">
this code
<a href="<?php echo RELATIVE_URL; ?>/" class="logo"><img src="<?php echo TPL_REL; ?>/images/logo.png" alt="<?php echo e($this->cfg['site_name']); ?>" /></a>
I will check this.
bug confirmed. looking into...
I want to upload a thumbnail to the folder.
but the new generated folder is set to chmod 644
default permission depends on the default umask. is not something that the script change.