I apologize for sloppy writing and calling them "comparative arrays". What I meant to say was that the symbols "=>" or "=" or "==" or "===" are all array *operators* that check the state of a variable and that in PHP each can return slightly different results depending on the types of fields being checked and a few other cases. As far as I can tell, "===" is considered the most accurate, but for most purposes "=>" works fine.
can someone help me? I want to show only the last three news on start-site ... to use the droplet is no problem - but the display-mode and css want to use a slider like display-mode 4 - but it's too height - it doesn't look very nice change the width, I was able to do.. but how can I change that it's not that high as original template?
div.newsslider1 .flexslider { padding:15px 15px 15px 70px; background: #DDEDED url(../images/news_bg.png) 10px 10px no-repeat;}.flexslider img {border: 2px solid #ffffff;}
here my code div.mod_anynews1 .flexslider { max-width: 808px; min-height: 100px; background-color: #DDEDED; border: 1px solid #00808E; padding:0; margin:0; color:#000000;}
src="{SYSVAR:MEDIA_REL}/you_image.jpg"
<div class="anynews"><!-- BEGIN news_block --><div class="row"> <div class="col-1-3"> <div class="wrap-col"> <div class="item t-center"> <div class="item-container"> <tt></tt>{GROUP_IMAGE}<br /> </div> <div class="item-info"> <hr /><h3><tt></tt>{TITLE}<br /></h3><tt></tt>{CONTENT_SHORT}<br /><tt></tt><p><a href="{LINK}">{TXT_READMORE}</a></p><br /> </div> </div> </div> </div><!-- END news_block --></div>
<div class="anynews"><div class="row"> <div class="col-1-3"> <div class="wrap-col"> <div class="item t-center"> <div class="item-container"> <tt></tt><br> </div> <div class="item-info"> <hr><h3><tt></tt>Заглание на новина 2<br></h3><tt></tt><p>Тук ще сложим анонса на новина две, който също ще ни послужи, за да видим как стои на екрана.</p><br><tt></tt><p><a href="http://localhost/iwork/pages/posts/zaglanie-na-novina-2-4.php">read more</a></p><br> </div> </div> </div> </div><div class="row"> <div class="col-1-3"> <div class="wrap-col"> <div class="item t-center"> <div class="item-container"> <tt></tt><br> </div> <div class="item-info"> <hr><h3><tt></tt>Заглавие на новина <br></h3><tt></tt><p>Анонс на новина тук! Трябва да има текси, за да се вижда как изглежда анонса и т.н.</p><br><tt></tt><p><a href="http://localhost/iwork/pages/posts/zaglavie-na-novina-3.php">read more</a></p><br> </div> </div> </div> </div></div> <div class="row"> <div class="col-2-3"> <div class="wrap-col"> <div class="slider"> <!-- Content- Left HERE --> <div class="clear"></div> </div> </div> </div> <div class="col-1-3"> <div class="wrap-col"> <!-- Content- Right HERE --> </div> </div> </div> </div> </div>
<tt></tt>{GROUP_IMAGE}<br />
$custom_placeholder = array('IMG_LINK' => '%img%', 'MY_VAR' => '#(test)#i'
{{ news.GROUP_IMAGE }}
displayNewsItems( $group_id = 0, $max_news_items = 6, $max_news_lenght = -1, $display_mode = 4, $lang_id = 'BG', $strip_tags = true, $allowed_tags = '<p><a><img>', $custom_placeholder = false, $sort_by = 1, $sort_order = 1, $not_older_than = 0 );
$set = @mysql_query ('SET NAMES utf8'); $set = @mysql_query ('SET COLLATION_CONNECTION=utf8_general_ci');