![]() |
Move Private Message Download Options
1 Attachment(s)
This is fairly straightforward, and something I've done because so many of my users overlooked that they could download their Private Messages. Basically, we're moving the option from the easily-overlooked bottom of the page to where the other relevant info is: the usage bar, and the other "All" option -- Delete. Now users can easily see that saving their messages is an option.
ACP > Styles & Templates > Search in Templates > pm_messagelist Find (Line 105 of a default template): Code:
<h3 class="blocksubhead">{vb:rawphrase x_contains_y_z_messages_of_xx, {vb:raw foldername} {vb:raw totalmessages} {vb:raw pmtotal}, {vb:raw pmquota}} (<a href="private.php?{vb:raw session.sessionurl}do=emptyfolder&folderid={vb:raw folderid}">{vb:rawphrase empty_folder}</a>)</h3> Code:
<h3 class="blocksubhead">{vb:rawphrase x_contains_y_z_messages_of_xx, {vb:raw foldername} {vb:raw totalmessages} {vb:raw pmtotal}, {vb:raw pmquota}} Code:
<div> |
Looks good. Tagged for later! Thanks :)
|
Great stuff. Thanks. Works a charm. I think it will look even better if we can move that whole part to the top. Does anyone know how to do that perhaps? Thanks!
|
Cool :)
Taurus1, take this and copy/paste it, replacing your whole pm_messagelist. It will move the usage bar, etc. to the top as well as doing the move options. NOTE: Back up your old pm_messagelist first, in case you change your mind. Code:
<vb:if condition="$show['messagelist']"> |
Thank you so much!! Makes it even easier now!
|
Thanks for this. Like Taurus1 I also enjoyed moving it all to the top - great work.
|
when I do this the previous
Quote:
|
Ah, indeed. I didn't remove the one at the bottom. I've updated the original mod post; or you can copy/paste this:
Code:
<vb:if condition="$show['messagelist']"> |
I was able to delete the original by myself by finding the code thru FF's "View Selection Source"
Felt great figuring it out by myself since I'm still a noob Anyway installed and rated Thanks |
Thanks for this
|
All times are GMT. The time now is 07:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|