Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
View Your PM Conversation Details »»
View Your PM Conversation
Version: 1.00, by ThorstenA ThorstenA is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.8.x Rating:
Released: 01-07-2009 Last Update: Never Installs: 54
Template Edits
Re-useable Code Translations  
No support by the author.

Notice: This mod uses Re-usable Code, so please feel free to port it to vbulletin 4 under your username. Thanks.

View Your Conversation
This mod puts a link "view your conversation with user ..." above received private messages to show all incoming private messages from this user.

1. In template pm_showpm replace
Code:
<if condition="$show['reportlink']">
with
Code:
<a href="private.php?$session[sessionurl]searchuser=$pm[fromusername]"><phrase 1="$pm[fromusername]">$vbphrase[view_your_conversation_with_x]</phrase></a>
<if condition="$show['reportlink']">
2. Done

About this modification
It uses standard vbulletin phrase view_your_conversation_with_x from profile page. If there are enough installs, I will make an auto-template product out of this template modification.

Screenshots

File Type: jpg view_conversation.jpg (19.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Abu2

Comments
  #2  
Old 01-08-2009, 08:52 PM
MrNase MrNase is offline
 
Join Date: May 2003
Location: Germany
Posts: 670
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea, thanks for sharing!
Reply With Quote
  #3  
Old 01-08-2009, 11:41 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice. thanks for this.
Reply With Quote
  #4  
Old 01-08-2009, 11:44 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I 2nd the Great idea!

/me clicks install
Reply With Quote
  #5  
Old 01-09-2009, 03:04 PM
adhmwagde adhmwagde is offline
 
Join Date: Sep 2006
Location: Egypt
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great
but sorry i didn't find

PHP Code:
    <div class="normal" style="float:$stylevar[right]">
        <if 
condition="$show['reportlink']"
in pm_showpm template

you can do it in XML File ?

thanks
Reply With Quote
  #6  
Old 01-09-2009, 03:14 PM
ThorstenA's Avatar
ThorstenA ThorstenA is offline
 
Join Date: Nov 2004
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by adhmwagde View Post
great
but sorry i didn't find

PHP Code:
    <div class="normal" style="float:$stylevar[right]">
        <if 
condition="$show['reportlink']"
in pm_showpm template

you can do it in XML File ?

thanks
1. In template pm_showpm replace
Code:
<if condition="$show['reportlink']">
with
Code:
<a href="private.php?$session[sessionurl]searchuser=$pm[fromusername]"><phrase 1="$pm[fromusername]">$vbphrase[view_your_conversation_with_x]</phrase></a>
<if condition="$show['reportlink']">
2. Done
Reply With Quote
  #7  
Old 01-09-2009, 03:26 PM
adhmwagde adhmwagde is offline
 
Join Date: Sep 2006
Location: Egypt
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThorstenA View Post
1. In template pm_showpm replace
Code:
<if condition="$show['reportlink']">
with
Code:
<a href="private.php?$session[sessionurl]searchuser=$pm[fromusername]"><phrase 1="$pm[fromusername]">$vbphrase[view_your_conversation_with_x]</phrase></a>
<if condition="$show['reportlink']">
2. Done

sorry is the same i have in pm_showpm life is

PHP Code:
<if condition="$show['receiptprompt']"
PHP Code:
<if condition="$show['receiptpopup']"
PHP Code:
<if condition="$show['recipients']"
PHP Code:
<if condition="$show['receiptprompt']"
i don't have

PHP Code:
<if condition="$show['reportlink']"
Reply With Quote
  #8  
Old 01-09-2009, 03:29 PM
ThorstenA's Avatar
ThorstenA ThorstenA is offline
 
Join Date: Nov 2004
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This Template Modification is for vbulletin 3.8 templates. It is possible, that while you have vbulletin 3.8 installed, your template pm_showpm needs to be reverted to vbulletin 3.8 standard.
Reply With Quote
  #9  
Old 01-09-2009, 03:35 PM
adhmwagde adhmwagde is offline
 
Join Date: Sep 2006
Location: Egypt
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThorstenA View Post
1. In template pm_showpm replace
Code:
<if condition="$show['reportlink']">
with
Code:
<a href="private.php?$session[sessionurl]searchuser=$pm[fromusername]"><phrase 1="$pm[fromusername]">$vbphrase[view_your_conversation_with_x]</phrase></a>
<if condition="$show['reportlink']">
2. Done
Quote:
Originally Posted by ThorstenA View Post
This Template Modification is for vbulletin 3.8 templates. It is possible, that while you have vbulletin 3.8 installed, your template pm_showpm needs to be reverted to vbulletin 3.8 standard.

Yes is true thanks
Reply With Quote
  #10  
Old 04-04-2009, 02:49 PM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't work. I get
Quote:
There are no messages to display. Try a different search.
even though there are messages in my inbox from the person.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:42 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
  • Page Generation 0.05914 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (7)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete