Login     Sign up
how can increase this line?<pic>
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

[img]http://dc249.4shared.com/img/bSErTl70/s7/Untitledxxxx.jpg[/img]

please help me!

163 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

[code]echo '
<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>

recent_activites li{

    margin:0;
    padding:0;
    }
</style>
<strong>'.t('Community activities').'</strong>
<div id="recent_activites">
<ul>
';
$res = sql_query("SELECT s.*,u.username,u.avatar from `".tb()."streams` as s left join ".tb()."accounts as u on u.id=s.uid where s.hide!=1  order by s.id desc limit 20");
while ($stream = sql_fetch_array($res)) {
    $stream['attachment'] = unserialize($stream['attachment']);
    echo '<li>'.stream_display($stream,'simple').'</li>';
}
echo '</ul>
<div style="position:absolute;left:0;bottom:0px;height:20px;width:100%;background:url('.uhome().'/files/common_css/fade.png) repeat-x"> </div></div>';
}

}
echo '</td>';[/code]

i don't know , i must change where!

163 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

what image exactly did you mean..

163 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

[quote=switch48]what image exactly did you mean.. [/quote]

sorry, this image!

163 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

can help me i where can underestand this app!

163 months ago