Adult Script Pro Community Forums

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.

#26 Re: Troubleshooting » Adding photo module results in 404 not found » 2012-03-21 15:21:45

be sure you copy back the files in modules/photo/* as well as templates/yourtemplate/photo_*.tpl.php

#27 Re: Troubleshooting » Put logo on mobile » 2012-03-21 11:26:34

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.

#28 Re: Troubleshooting » Put logo on mobile » 2012-03-21 10:45:25

pvh wrote:

hdvideos.xxx/mobile/

<h1>...</h1>

drop the h1 tag from your code.

#29 Re: Troubleshooting » Put logo on mobile » 2012-03-21 10:16:23

pvh wrote:

not working for me

what's your website?

#30 Re: Troubleshooting » Put logo on mobile » 2012-03-21 06:58:16

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>

#31 Re: Bug Reports » [FIXED] Flag bug » 2012-03-19 09:53:36

symtab wrote:

I will check this.

bug confirmed. looking into...

#32 Re: Troubleshooting » upload a picture for thumbnail » 2012-03-16 08:37:33

Jeff wrote:

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.

Board footer

Powered by FluxBB