The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PM Preview Details »» | |||||||||||||||||||||||||||||
Info:
Add a Preview to the PM Inbox making it easier to manage your Private Messages Main Features: - One step installation (no file uploads, no manual template modifications required) - Option to enable/disable the Preview - Preview Character Length can be altered by Admin. Installation: -Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] To set options: Go to: AdminCP > vBulletin Options > PM Preview Versions: v0.1 - Feb 21, 2010 - First Version. v0.2 - Feb 21, 2010 - Second Version: Fixed a Bug with the settings. Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
|||
|
|||
Hi
I am using the default style. |
#43
|
|||
|
|||
I just installed the PM mod mentioned in the post at the top of this page and it is working fine.
Many thanks for your help Boofo. |
#44
|
|||
|
|||
I have the same problem.
Exapmle of a PM in my list: Array postings verwijderd en een link geplaatst naar uw site Hallo Arien, bij deze de mededeling dat wij div postings hebben verwijder en in een bericht de link hebben geplaatst naar jou site voor het verhaal over kds. hopende je hiermede voldoende te hebben geïnformeerd. The word Array has to be the username who send me the PM in the inbox or the username who i send the PM to in the send box. I remember me that i have to change something with bbuserinfo.... Don't know what exactly. There was a change in that. The mod on the first post of this page dosn't work for me, the coder has tried to get it right for me, but gave up. I use a custom style and a standard style. Both styles have the same problem. Please help me out. |
#45
|
|||
|
|||
I have tried some more and narrowed the problem down i think.
In the "pm_messagelistbit_preview" template is the following code: Code:
<li class="blockrow pmbit" id="pm_{vb:raw pm.pmid}"> <div class="datetime"> <label for="pm_imod_checkbox_{vb:raw pmid}">{vb:raw pm.senddate} <span class="time">{vb:raw pm.sendtime}</span> <vb:if condition="$show['pmcheckbox']"><input type="checkbox" name="pm[{vb:raw pmid}]" id="pm_imod_checkbox_{vb:raw pmid}" value="{vb:raw groupid}" /></vb:if></label> </div> <img src="{vb:stylevar imgdir_statusicon}/pm_{vb:raw pm.statusicon}.png" class="threadicon" alt="" /> <vb:if condition="$show['pmicon']"> <img src="{vb:raw pm.iconpath}" class="posticon" alt="{vb:raw pm.icontitle}" /> </vb:if> <vb:if condition="!$show['unread']"> {vb:raw userbit} <a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a> <fieldset style="padding-left:10px;width:80%;">{vb:raw preview}</fieldset> <vb:else /> <span class="unread"> {vb:raw userbit} <a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a> </span> <fieldset style="padding-left:10px;width:80%;">{vb:raw preview}</fieldset> </vb:if> <hr class="none" /> </li> If I remove the red marked code, the word "Array" is gone. However, there is also no username from who you got the PM. Is there an other code for "{vb:raw userbit}"? |
#46
|
||||
|
||||
Try ForumsMods PM preview for vb 4. It works fine.
|
#47
|
|||
|
|||
No, this mod doesn't work for me.
Adrian has tried to fix my problem with that mod. Gave him access to my ACP and all, but he couldn't get it work. The problem with that mod is if you have 10 PM's, the first PM perview is correct. The second preview the text is double. The third preview the text is triple and so on. So at the 10th PM you see the preview 10 times!!! |
#48
|
|||
|
|||
in new vb , mod not working.
name user replacament word : array |
#49
|
|||
|
|||
Same problem
|
#50
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showpost.php?p=2289206&postcount=46" target="_blank">https://vborg.vbsupport.ru/showp...6&postcount=46</a>
|
#51
|
|||
|
|||
For those who are getting the "Array" message you just need to replace "{vb:raw userbit}" by
<vb:each from="userbit" value="row"> <a href="{vb:link member|js, {vb:raw row}}" class="username understate"><b>{vb:raw row.username}:</b></a>{vb:raw row.comma} </vb:each> In the template pm_messagelistbit There is also a better mod in this thread : > https://vborg.vbsupport.ru/showthread.php?t=277502 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|