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
what would i need to do to change the amout of news is shown on the front page of the website http://dirtydirtyangels.com/
i only want to show 3-5 lines then it asks if you want to read more but atm it gose down half the page and makes the website look werid
thanks for your help
Offline
You can use the same thing we use on the video view page. The code would look something like this:
<script type="text/javascript" src="<?php echo TPL_REL; ?>/js/jquery.truncator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".news").truncate({max_length: 200, more: '... Read More', less: 'Less'});
});
</script>
You need to add this to templates/your-template/frontpage.tpl.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Offline
Offline
Offline
It will show even if character length is less than 200.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1