DarkXess Posted May 3, 2015 Share Posted May 3, 2015 (edited) Hey guys, how can I remove/hide the description from when browsing files within IP.Downloads and also the featured files please? As shown in the images below: Also this one: Thanks in advance for the help guys Edited May 3, 2015 by DarkXess Link to comment Share on other sites More sharing options...
0 bandnan Posted May 3, 2015 Share Posted May 3, 2015 Thank you, that has worked for the Category listing but the featured files are still showing the description. Any help on that too? Thanks mate Under Acp > Look And Feel > your templete > downloadsPortal > downloadsPortal Look for <br /><br /><span class='desc'>{IPSText::truncate( strip_tags( IPSText::getTextClass('bbcode')->stripAllTags( $featured['file_desc'] ), '<br>' ), 120 )}</span> And Replace with <!-- <br /><br /><span class='desc'>{IPSText::truncate( strip_tags( IPSText::getTextClass('bbcode')->stripAllTags( $featured['file_desc'] ), '<br>' ), 120 )}</span> --> 1 Link to comment Share on other sites More sharing options...
0 bandnan Posted May 3, 2015 Share Posted May 3, 2015 Under acp --> look and feel --> your template --> (Downloads) Download Manager --> categoryListing Replace <if test="hasDescription:|:$data['file_desc']"><br /><span class='desc'>{parse expression="IPSText::truncate( strip_tags( IPSText::getTextClass('bbcode')->stripAllTags( $data['file_desc'] ), '<br />' ), 70 )"}</span> </if> With <!-- <if test="hasDescription:|:$data['file_desc']"><br /><span class='desc'>{parse expression="IPSText::truncate( strip_tags( IPSText::getTextClass('bbcode')->stripAllTags( $data['file_desc'] ), '<br />' ), 70 )"}</span> </if> --> 1 1 Link to comment Share on other sites More sharing options...
0 DarkXess Posted May 3, 2015 Author Share Posted May 3, 2015 Thank you, that has worked for the Category listing but the featured files are still showing the description. Any help on that too? Thanks mate 1 Link to comment Share on other sites More sharing options...
0 DarkXess Posted May 4, 2015 Author Share Posted May 4, 2015 Thank you very much, I should point out your mistake though in this line: "Under Acp > Look And Feel > your templete > downloadsPortal > downloadsPortal" This should actually be "Under Acp > Look And Feel > your templete > (Downloads) Download Manager > downloadsPortal". Found though and im very greatful for your help, thanks mate Link to comment Share on other sites More sharing options...
0 Stake™ Posted May 4, 2015 Share Posted May 4, 2015 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
DarkXess
Hey guys, how can I remove/hide the description from when browsing files within IP.Downloads and also the featured files please?
As shown in the images below:
Also this one:
Thanks in advance for the help guys

Edited by DarkXessLink to comment
Share on other sites
5 answers to this question
Recommended Posts