K2 Users Module code changes - Joomla! Forum - community, help and support


i've made following changes users module default.php

does see problem?

removed line <ul> tag on line 12

code: select all

<ul>

and mate on line 78

code: select all

 </ul>

changed line 14 utilize <div> rather <li>

code: select all

<li class="<?php echo ($key%2) ? "odd" : "even"; if(count($users)==$key+1) echo ' lastitem'; ?>">

and mate on line 76

code: select all

</div>

put <h> tags on line 24

code: select all

 <h6><?php echo $user->name; ?></h6>

deleted line 63

code: select all

<h3><?php echo jtext::_('k2_recent_items'); ?></h3>

added <i> , <small> toge line 66

code: select all

<li><i><small>

and mates on line 70

code: select all

</small></i></li>

wait. test question? :eek:
or need help? ???





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support