The Arcive of vBulletin Modifications Site. |
|
Simple PM Inbox/Outbox mod Details »»
|
|||||||||||||||||||||||||
Personally I dislike that drop down list that allows you to select the Inbox or Outbox. I don't know why but I find it tedious. So I edited it a little to show direct links to the inbox/outbox as opposed to the little drop-down list.
Find template: pm_messagelist Find PHP Code:
Replace with: PHP Code:
I do not make mods but when I make something for myself I usually share it. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
cool idea - I find dropdowns to be annoying also, especially when it is only choosing between 2 options, but why not use the phrases?
Code:
<td> $vbphrase[jump_to_folder]: <a href="private.php?s=&pp=&folderid=0">$vbphrase[inbox]</a> <a href="private.php?s=&pp=&folderid=-1">$vbphrase[sent_items]</a> </td> |
|
#3
|
|||
|
|||
|
The drop down is good fo those who created folders. With this change they no longer have access to them.
|
|
#4
|
|||
|
|||
|
It says it at the top so I did not bother but I will look into it anyway. I am an amateur coder only been doing it a month or two. I will figure it out and update soon.
|
|
#5
|
||||
|
||||
|
good point - I never create folders, but I imagine other people do, so I forgot about that.
|
|
#6
|
|||
|
|||
|
Quote:
You are right though, if you create additional folder this is probably not for you. |
|
#7
|
|||
|
|||
|
Not necessarily me, but you don't know others who did so you can't add their folders therefore cannot add what you don't know :-)
|
|
#8
|
|||
|
|||
|
Best would be to add the direct links, instead of replacing the dropdown. Then you would have best of both worlds.
|
|
#9
|
||||
|
||||
|
Cool
|
|
#10
|
|||
|
|||
|
I like it - I just added the code in instead of replacing it like Marco suggested - both options are there now. Works well!
|
![]() |
|
|