"Featured" item logo in user page view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 29, 2014 11:50 am
Reply with quote
Report this post
Hi everyone,

I'm trying to add the "Featured" text on user item view (/itemlist/user/) on featured items, like it appears in k2 item view (/item) ("Featured" is called "Vendu" in my case). Please see images below.
How could i do this ?
Thanks for your response,

Laurent

Joomla 2.5.24 / K2 2.6.8 / Gavick StoreBox template
User avatar
Fresh Boarder

teitbite
Mon Dec 29, 2014 12:02 pm
Reply with quote
Report this post
Hi

I do not think user view has such information picked up from database. I will need an access to ftp to add it in code of Your site.
User avatar
Moderator

teitbite
Mon Dec 29, 2014 8:07 pm
Reply with quote
Report this post
Hi

I got an access and checked that it's working, but I do not know Your site's url :) Can You please send it as well ?
User avatar
Moderator

GK User
Tue Dec 30, 2014 11:58 am
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Wed Dec 31, 2014 3:24 pm
Reply with quote
Report this post
Hi

Done. I've added this code to <h2> header of /html/com_k2/templates/default/tag.php

Code: Select all
                              <?php if($item->params->get('catItemFeaturedNotice') && $item->featured): ?>
                              <sup><?php echo JText::_('K2_FEATURED'); ?></sup>
                              <?php endif; ?>
User avatar
Moderator

GK User
Wed Dec 31, 2014 4:51 pm
Reply with quote
Report this post
Great many thanks !
It works in tag view, but unfortunately not in user item view :/ I'm gonna try to reproduce this code in user item list view.
Thanks again, and wish you the best for 2015 ;-)
User avatar
Fresh Boarder

teitbite
Fri Jan 02, 2015 11:15 am
Reply with quote
Report this post
Hi

Sorry, my mistake. I thought it was about tag view. I've just copied the same code to /html/com_k2/templates/default/user.php looks to be working.
User avatar
Moderator

GK User
Fri Jan 02, 2015 11:48 am
Reply with quote
Report this post
It's working like a charm !!

Thank again for your help
User avatar
Fresh Boarder


cron