Jump to content
WebFlake
  • 0

Need help regarding the PM system!


Imlerith

Question

Hey i noticed something regarding the PM system so usually when you receive a new pm you can check the start of the text even before opening the pm.

This is very convenient but its not suited for my forum because we have sellers/users who post sensitive info in a privnote.com link and the mods need to see if the recipient actually opened the pm and read it.

You can see in this screenshots below how it looks like and how i want it to look like,one of my competitors changed this perfectly so we need to do it the same!

 

As you can see we dont want any text showing there!

I tried to look everywhere for the settings in ACP for this but i wasnt able to find anything so do i need a special custom plugin for this or do i have to edit something in CSS or HTML?

 

NotextPm.png.2b1ce9ea91047e6f4a963704ba916a6b.png         

 

BadPmText.png.762a722ff1df0e6e4dea4ce2f37a8753.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Really only one way to achieve this.

Go into the theme's html templates from the customization area in the ACP, search for ipsDataItem_meta ipsContained_container ipsMessageRow it'll be in the messagelistRow

<div class='ipsDataItem_meta ipsContained_container ipsMessageRow' data-ipsTruncate data-ipsTruncate-type="remove" data-ipsTruncate-size="1 lines">
		{{if $row['last_message']}}<span class='ipsType_break ipsContained'>{$row['last_message']->truncated( TRUE )|raw}</span>{{endif}}
</div>

Delete the whole if/endif statement, save. Voila.

Edited by Voldri
  • Thanks 1
Link to comment
Share on other sites

  • 0
On 4/21/2020 at 5:05 AM, Voldri said:

Really only one way to achieve this.

Go into the theme's html templates from the customization area in the ACP, search for ipsDataItem_meta ipsContained_container ipsMessageRow it'll be in the messagelistRow


<div class='ipsDataItem_meta ipsContained_container ipsMessageRow' data-ipsTruncate data-ipsTruncate-type="remove" data-ipsTruncate-size="1 lines">
		{{if $row['last_message']}}<span class='ipsType_break ipsContained'>{$row['last_message']->truncated( TRUE )|raw}</span>{{endif}}
</div>

Delete the whole if/endif statement, save. Voila.

Omg it works!!! ? you cannot imagine how happy i am because i was looking everywhere for a solution! thanx again!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...