onlinemind Posted August 17, 2011 at 03:51 AM Share Posted August 17, 2011 at 03:51 AM 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
Jon Lachlan Posted September 29, 2011 at 01:50 PM Share Posted September 29, 2011 at 01:50 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
OpenSource Technologies Posted September 30, 2011 at 04:52 AM Share Posted September 30, 2011 at 04:52 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
onlinemind Posted September 30, 2011 at 05:04 AM Author Share Posted September 30, 2011 at 05:04 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
OpenSource Technologies Posted October 10, 2011 at 05:18 AM Share Posted October 10, 2011 at 05:18 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
KirkVosper Posted December 17, 2012 at 08:37 AM Share Posted December 17, 2012 at 08:37 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
OpenSource Technologies Posted December 17, 2012 at 01:12 PM Share Posted December 17, 2012 at 01:12 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts