?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->user_id);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $userFollowsValue->user_id);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($userFollowsValue->user_id);
        ?>
</strong> Following</a></span>
                            </p>
                        </div>

                        <!--Display some pins of that user-->
                        <div class="convo_blk attribution">
                            <?php 
        $i = 0;
        ?>
                            <?php 
        if (is_array($pinCount)) {
            ?>
                                <?php 
            foreach ($pinCount as $key => $value) {
        ?>
"><?php 
        echo getUserFollowersCount($searchUsersValue->id);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $searchUsersValue->id);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($searchUsersValue->id);
        ?>
</strong> Following</a></span>
                            </p>
                        </div>
                        <div class="convo_blk attribution">
                            <?php 
        $i = 0;
        ?>
                            <?php 
        if (is_array($pinCount)) {
            ?>
                                <?php 
            foreach ($pinCount as $key => $value) {
                ?>
                                     <?php 
        ?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->is_following);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $userFollowsValue->is_following);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($userFollowsValue->is_following);
        ?>
</strong> Following</a></span>
                            </p>
                        </div>

                          <!--Display some pins of that user-->
                        <div class="convo_blk attribution">
                            <?php 
        $i = 0;
        ?>
                            <?php 
        if (is_array($pinCount)) {
            ?>
                                <?php 
            foreach ($pinCount as $key => $value) {
Example #4
0
"><?php 
echo getUserFollowersCount($id);
?>
</strong> Followers</a></div></li>
                        <li><span class="arrow"></span></li>
                        <li><div class="sortboard-blue-button"><a  href="<?php 
echo site_url('follow/following/' . $id);
?>
" title="The people <?php 
echo $userDetails['name'];
?>
 is watching"><strong id="following_count_<?php 
echo $id_ref;
?>
"><?php 
echo getUserFollowingCount($id);
?>
</strong> Following</a></div></li>
                    </ul>
                </div>
            </div>

            <div class="ColumnContainer">

                <!--Rearrange board text-->
                <div id="SortableButtons" style="margin-right: 250px;display:none">
                    <h2 class="colorless">Rearrange Boards</h2>
                    <h3 class="colorless">Drag around your boards to reorder them.</h3>

                </div>