By Annelize Burger on Monday, 18 June 2018
Posted in General
Replies 1
Likes 0
Views 421
Votes 0
http://orgtology.org/index.php/service-providers/orgtologists/orgtologists
http://orgtology.org/index.php/service-providers/orgtologists/orgtology-specialist

The description of the profile types on the above links is very short. How can the profile description be increased to view the complete description and not the shortened version?
If you do not want to truncate this, you can modify the file /components/com_easysocial/themes/wireframe/helpers/miniheader/objects.php and replace the codes below,

[gist]
<?php echo $this->html('string.truncate', $description, 200, '', false, false);?>
[/gist]

With,

[gist]
<?php echo $description;?>
[/gist]
·
Monday, 18 June 2018 21:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post