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
A friend of mine made a button to replace the out of place looking white refresh button.
How would I go about putting it on my site?
Last edited by jaydenblair@live.co.uk (2011-12-16 00:28:47)
Offline
Edit templates/your-template/css/style.css and replace:
content-box a.content-box-refresh {
border: 1px solid #999999;
padding: 1px 2px 1px 22px;
color: #1169A5;
font-weight: bold;
text-decoration: none;
background-color: #FFF;
background: #FFF url('../images/arrow_refresh.png') no-repeat 3% 50%;
}
with:
.content-box a.content-box-refresh {
text-decoration: none;
background-image: url('../images/refresh.png');
background-repeat: no-repeat;
width: 100px;
height: 30px;
}
Also edit templates/your-template/frontpage.tpl.php and replace:
<?php echo __('refresh'); ?>
with:
Thats it!
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yes. I personally dont think that the multi-language site (unless you run a chinese only, jap only, indian only) for porn sites is not that important.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I done everything you said and it did not work
Offline
I did exactly the same on my box and it worked Please send me FTP access.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
how do i get rid of the refresh button completely?
Offline
You just edit templates/your-template/frontpage.tpl.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Hmmm...did you did the exact modifications from above?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
i was naming the image the wrong name
Last edited by jaydenblair@live.co.uk (2012-02-11 13:16:16)
Offline
i did that and now i have no refresh button. in the default pink
Offline
Install web developer for firefox and then check if there are any 404 when you request the frontpage. Probably you didnt do something correctly.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1