The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PM Preview Details »» | |||||||||||||||||||||||||||||||
PM Preview
Description: PM Preview Installation:
Styles & Templates-> Style Manager-> Stylevars-> Private_Messages Languages: - English History: 23-02-11: v4.0 First Release 22-06-11: v4.1 - Font, Color & Padding can be easily changed 13-07-11: v4.1.1 - Minor bug fix (Stylevars were not displayed) This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation. Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
please help ^
|
#23
|
|||
|
|||
Quote:
HTML Code:
{vb:raw pm.title}</a>
|
#24
|
|||
|
|||
The same Problem on my Board.
private_messagelist_start has following Content: Code:
require_once(DIR . '/includes/class_template_parser.php'); $parser = new vB_TemplateParser('{vb:raw pm.title}</a>'); $parser->dom_doc = new vB_DomDocument($parser->fetch_dom_compatible()); $find = trim($parser->_parse_nodes($parser->dom_doc->childNodes())); $parser = new vB_TemplateParser('{vb:raw pm.title}</a> <div>{vb:raw pm.preview}</div>'); $parser->dom_doc = new vB_DomDocument($parser->fetch_dom_compatible()); $replace = trim($parser->_parse_nodes($parser->dom_doc->childNodes())); $vbulletin->templatecache['pm_messagelistbit'] = str_replace($find, $replace, $vbulletin->templatecache['pm_messagelistbit']); |
#25
|
||||
|
||||
Are you using the default style?
|
#26
|
|||
|
|||
I searched for templates with this content:
{vb:raw pm.title}</a> The only template that has this code in it is: pm_messagelistbit. This is the content: 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']"> <a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a> <ol class="commalist">{vb:raw userbit}</ol> <vb:else /> <span class="unread"> <a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a> </span> <ol class="commalist">{vb:raw userbit}</ol> </vb:if> <hr class="none" /> </li> Both not working. I cant even find the private_messagelist_start template! Even not when i try to search for templates with the folowing content (copied the first line of code from Lolly01) The only PM templates I have are these: pm_editfolderbit pm_editfolders pm_emptyfolder pm_filter pm_messagelist pm_messagelistbit pm_messagelistbit_ignore pm_messagelistbit_user pm_messagelist_periodgroup pm_movepm pm_newpm pm_nomessagehistory pm_popup_script pm_quickreply pm_receipts pm_receiptsbit pm_showpm pm_trackpm |
#27
|
|||
|
|||
Quote:
Sent you a PM. |
#28
|
||||
|
||||
Adrian, are you planning up updating this with the changes you said or do we need to look elsewhere?
|
#29
|
|||
|
|||
Quote:
The first task is update this add-on |
#30
|
||||
|
||||
LOL Glad to have you back, sir. What does the pd stand for in the pic?
|
#31
|
|||
|
|||
@Boofo
I don't know if ForumsMods speaks spanish, but in spanish, it's the same as PS, it means Posdata in spanish. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|