PDA

View Full Version : [Solved] View personal messages history


Stratis
07-02-2015, 02:35 PM
Can some one help? in P.M section at the end of page we have the option to press
and "View History" of pm's, is there a way this to be auto expand so no need to press
to read the conversation.

Thanks in advanced

ForceHSS
07-02-2015, 04:23 PM
Why you want to read other members pms for when they are private

Stratis
07-02-2015, 04:39 PM
I don't want to read others pm, as I say above at the end of our personal messages there is
the option that we can read ours conversation by pressing view history.

ForceHSS
07-02-2015, 04:57 PM
Can you post a ss as I cant find that on my site or dont have it also what version is this for

Stratis
07-02-2015, 05:19 PM
vb4.2.0

152757

When I press where the arrow shows, I see all conversation I have in that message with the user that send pm to me.

ForceHSS
07-02-2015, 05:32 PM
Yes, I have this checking options to see if it can be auto expanded give me a few mins

--------------- Added 1435867197 at 1435867197 ---------------

Dont see any options to do what you want

Stratis
07-02-2015, 06:08 PM
in template pm_showpm I found the phrase showhistory
I don't know if I change something there should take effect?

Any way thank you for your time. :)

ForceHSS
07-02-2015, 06:11 PM
Changing the phrase wont do anything if you know what to do then best to edit the private.php

MarkFL
07-02-2015, 06:36 PM
This may or may not be what you're after, but try opening your template "pm_messagelistbit" and locate the line:

<a href="private.php?{vb:raw session.sessionurl}do=showpm&amp;pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a>

and change it to read:

<a href="private.php?{vb:raw session.sessionurl}do=showpm&amp;pmid={vb:raw pm.pmid}&showhistory=1" class="title">{vb:raw pm.title}</a>

ForceHSS
07-02-2015, 09:17 PM
It should work mark it's what I was looking for a while ago but so many things going around in my head could not think :)

Stratis
07-03-2015, 05:48 AM
Changing the phrase wont do anything
Yes I know that, I just focus to template. thank you.

This may or may not be what you're after, but try opening your template "pm_messagelistbit"
Mark that's what I meant. Yes now I can read the message conversation.
I will try to make it better inserting a button to expand - collapse.
As now its auto expand and nice. Thank you very much.