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 This is a "backported" vb3 version of my new vb4 hack (https://vborg.vbsupport.ru/showthrea...27#post1988327) 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. Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Will get those installed and see if I can the problem.
|
#13
|
|||
|
|||
I disabled those two and still had the same problem. If you can't reproduce it I'll provide a list of all the hacks installed, one of them may be the culprit, but as of now I can't seem to get any of the messages to select if I check the "All" box. It's a minor thing, but kinda annoying. The old 3.6 mod for PM Preview did the same thing for me too.
|
#14
|
|||
|
|||
hmmm.. very odd, on my demo board the select all works on 1, 5, 20 messages.. haven't tested it with any more than that now.. It really shouldn't affect the select all as it doesn't interact with that, but I'll keep looking..
|
#15
|
||||
|
||||
Installed,
one thing, how can I change the color of the preview text to Gray ? Thanks,, |
#16
|
|||
|
|||
Ehh, edit the templates perhaps.
|
#17
|
|||
|
|||
Quote:
Code:
<fieldset style="padding-left:10px;width:80%;border:0px;">$pm[pmpreview]</fieldset> Code:
<fieldset style="padding-left:10px;width:80%;border:0px;"><span style="color:silver;">$pm[pmpreview]</span></fieldset> |
#18
|
||||
|
||||
Hi,
thanks for the AddOn, I start change some things to work with my styles and i found a small problem at the template You open 2 <div> tags, but you close 3. Look Here (with Red Color the open and close div tags) Code:
<tr> <td class="alt1" width="16"><img src="$stylevar[imgdir_statusicon]/pm_$pm[statusicon].gif" alt="" border="0" width="16" height="16" /></td> <if condition="$show['pmicons']"><td class="alt2" width="16"><if condition="$show['pmicon']"><img src="$pm[iconpath]" alt="$pm[icontitle]" border="0" width="16" height="16" /><else /> </if></td></if> <td class="alt1Active" id="m$pm[pmid]" width="100%"> <div> <div class="smallfont" style="float:$stylevar[right]"><if condition="$show['unread']"><strong>$pm[senddate] <span class="time">$pm[sendtime]</span></strong><else />$pm[senddate] <span class="time">$pm[sendtime]</span></if></div> <if condition="$show['unread']"><strong>$userbit</strong><else />$userbit</if>: <a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]"><if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if></a> </div> <fieldset style="padding-left:10px;width:80%;border:0px;">$pm[pmpreview]</fieldset> </div> </td> <if condition="$show['pmcheckbox']"><td class="alt2" align="center" style="padding:0px"><input type="checkbox" name="pm[$pmid]" value="$groupid" /></td></if> </tr> |
#19
|
||||
|
||||
Hi again,
i have another problem, much bigger now..... you overwrite pm_messagelistbit with pm_messagelistbit_preview That make a lot of problems if someone use also other AddOns on PM's who make changes to pm_messagelistbit. you plan to change that or not? also what about UserGroup Pemssions and User Options ? |
#20
|
|||
|
|||
Same problem. When I disable this hack the select all option works.
|
#21
|
||||
|
||||
Probably (though untested) the same problem found in this hack: https://vborg.vbsupport.ru/showthread.php?t=178203 with the fix in post #45 https://vborg.vbsupport.ru/showpost....7&postcount=45
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|