Jump to content

Jomsocial profile in detail view


onlinemind

Recommended Posts

Helo,

 

I try to add jomsocial profile information into the listing detail template by adding:

 

<?php echo $Community->about($listing);?>

 

as below:

 

        <?php if($this->Config->list_show_author):?>       

            <?php echo $Community->avatar($listing); // Listing owner avatar?>

            <?php echo $Community->about($listing);?>

              <?php __t("Written by");?> <?php echo $Community->screenName($listing);?>    

          <?php endif;?>

 

I am looking for a cheap quote for this modification

Link to comment
  • 1 month later...
  • 2 weeks later...
  • 1 year later...
×
×
  • Create New...