Hi,
I would like to create a link to k2 user profile, something like:
Visit also:
My K2 Profile
I have this code, that works inside k2
Code:
<div class="k2author">
<?php echo $user = JUser::getInstance($item->created_by) ?>
<a href="<?php echo $link = K2HelperRoute::getUserRoute($user->id) ?>"><?php echo JUser::getInstance($item->created_by)->name; ?></a>
</div>
but i tryied to creat a delimiter field with that code and no sucess, any tip for making this feature?
I am trying also to make a button inside k2 profile, like!
Visit also:
My CB Profile
thanks