vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Private Messages Enhancements - New PM button in messagelist (https://vborg.vbsupport.ru/showthread.php?t=179113)

caltek 12-19-2008 02:53 AM

OMG...thank you. Makes navigating that section a little easier!

*INSTALLED*

Bill from Cleve 12-23-2008 03:03 PM

Very nice. Installed!

SSJB_7 12-31-2008 08:29 AM

can i added also in postbit or postbit_legacy ?
it will work there?

yotsume 08-09-2009 08:51 PM

Id like to see a PM tool bar actually. So right across the top it would say: New Message - Inbox - Sent - Saved, etc...

Each item on the tool bar would be an Ajax tabbed item. There is zero reason why we have to reload a whole page anymore these days because Ajax is now perfectly integrated with VB.

yotsume 08-09-2009 09:48 PM

More Buttons in PMs!

Aaa now this is how I like my PMs! (see my screenshot!)

I added more buttons in the line and already my members are in love with me! LOL

Here is the code I am using to do the replacement:

Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td><a href="private.php?do=newpm"><img src="$stylevar[imgdir_button]/newmessage.gif" alt="$vbphrase[send_new_message]" border="0" /></a> <a href="private.php?s=&pp=&folderid=0"><img src="$stylevar[imgdir_button]/inbox.gif" alt="Inbox" border="0" /></a> <a href="private.php?s=&pp=&folderid=-1"><img src="$stylevar[imgdir_button]/sent.gif" alt="Sent Items" border="0" /></a></td>
 <if condition="$pagenav">
<td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>


Mr_Pat 10-27-2009 11:38 PM

Nice, Thanks for your hard work!

Mr_Pat 10-27-2009 11:52 PM

Quote:

Originally Posted by yotsume (Post 1864235)
More Buttons in PMs!

Aaa now this is how I like my PMs! (see my screenshot!)

I added more buttons in the line and already my members are in love with me! LOL

Here is the code I am using to do the replacement:

Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td><a href="private.php?do=newpm"><img src="$stylevar[imgdir_button]/newmessage.gif" alt="$vbphrase[send_new_message]" border="0" /></a> <a href="private.php?s=&pp=&folderid=0"><img src="$stylevar[imgdir_button]/inbox.gif" alt="Inbox" border="0" /></a> <a href="private.php?s=&pp=&folderid=-1"><img src="$stylevar[imgdir_button]/sent.gif" alt="Sent Items" border="0" /></a></td>
 <if condition="$pagenav">
<td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>


I like that a lot, does anyone have some icons to use with it? I have no idea how to make an icon.

93Corvette 10-30-2009 01:09 AM

I really like this mod.... I am also looking for Icons.... Any know of a good site that has the New PM, Inbox, and Sent?

Mazinger 11-02-2009 12:02 PM

Quote:

Originally Posted by 93Corvette (Post 1908126)
I really like this mod.... I am also looking for Icons.... Any know of a good site that has the New PM, Inbox, and Sent?

You can find some in the Graphics Section.


All times are GMT. The time now is 02:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01058 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete