Login     Sign up
Community activitie
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

How to increase the number of community activities feed on the home(start page) which is 5 by default.
For example, when we open community.jcow.net without login, it shows 5 feeds under community activities. How to increase these feeds.
Thanks

173 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

page.tpl.php

[code]
<script type="text/javascript" src="'.uhome().'/js/jquery.vtricker.js"></script>
<script>
jQuery(document).ready(function($) {
$(\'#recent_activites\').vTicker({
speed: 800,
pause: 5000,
showItems: 4,
animation: \'fade\',
mousePause: false,
height: 350,
direction: \'down\'
});
});
</script>
<style>
[/code]

--> showItems

173 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

i did not find this code in blue theme? whats the suggestion?

173 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in blue theme, you find this in home.tpl.php

173 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

Not worked:( i increased the number but it is still showing 4.

173 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

yes now solved..thanks falcon

173 months ago
Jpichardo (@jpichardo)
Join date: Nov 17th 2010
Community posts: 2
View Profile
Send Message

how did you solve it jack41. i tried changing the showitems in page.tpl.php and it didn't work!

173 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

Change the height instead of showtime and u r all done.. :)

173 months ago