Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/01/2014 in all areas

  1. The League of Legends skin converted to IP.Board. Created this for a client. Probably not my best work, but some of you may like it! Preview: Board Index (Top) Board Index (Bottom) Topic View #1 Topic View #2 Profile View Let me know what you guys think.
    1 point
  2. It means he has no php experience at all. Here is his while. <if test="is_array( $records ) && count( $records )"> <div class='ipsSideBlock clearfix' id='recent_articles'> <h3>{$title}</h3> <ul class='block_list'> <foreach loop="$records as $r"> <php>$likeRecs = array(); ipsRegistry::DB()->build(array('select' => 'field_1 as title, field_3 as content, record_updated as date, record_dynamic_url as url', 'from' => 'ccs_custom_database_1', 'where' => 'member_id='.$r['member_id'].' and post_key != "'.$r['post_key'].'"')); $rnew = ipsRegistry::DB()->execute(); while( $rlikes = ipsRegistry::DB()->fetch($rnew) ) // Below is the while he wants { // whatever he wants goes in here } // Above is the while he wants </php> <li> <a href='{$r['url']}'>{parse expression="IPSText::truncate( $r['field_1_value'], 30 )"}</a> </li> </foreach> </ul> </div> <br /> </if>
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...