Jump to content
WebFlake
  • 0

IP.Downloads Description Removal (help)


DarkXess

Question

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:

 

uG7NnOJ.jpg?1

 

 

Also this one:

 

RIkix3E.jpg?1

 

 

Thanks in advance for the help guys 

 

:)

Edited by DarkXess
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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> -->
  • Upvote 1
Link to comment
Share on other sites

  • 0

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> -->
  • Upvote 1
  • Downvote 1
Link to comment
Share on other sites

  • 0

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

×
×
  • Create New...