vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Private Messages Enhancements - Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=237291)

8thos 12-22-2010 03:15 AM

I love it!

OldSchoolDSL 12-22-2010 05:05 AM

Installed and working on 4.1 PL2

Important:

To install on 4.1, you will need to open quote_post_in_pm_v4-0-105.xml

find

PHP Code:

<dependency dependencytype="vbulletin" minversion="4.0.2" maxversion="4.0.99" /> 


replace with

PHP Code:

<dependency dependencytype="vbulletin" minversion="4.0.2" maxversion="4.2.99" /> 


The proceed with normal install. :)

Makc666 12-24-2010 02:53 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2137504)
Installed and working on 4.1 PL2

Important:

To install on 4.1, you will need to open quote_post_in_pm_v4-0-105.xml

The proceed with normal install. :)

Thanks OldSchoolDSL for a note!

I have updated this one.

Updated

v4.0.106 - 24.12.2010
- Updated dependency to 4.1.99
- Tested on Version 4.1.0 Patch Level 2
- Updated manually installation instruction

OldSchoolDSL 12-27-2010 12:56 AM

Quote:

Originally Posted by Makc666 (Post 2138638)
Thanks OldSchoolDSL for a note!

I have updated this one.

Updated

v4.0.106 - 24.12.2010
- Updated dependency to 4.1.99
- Tested on Version 4.1.0 Patch Level 2

As expect. Update works also.

BaanFarsang 12-27-2010 09:42 AM

What's wrong locate after installed process of v4.0.106 - 24.12.2010

https://vborg.vbsupport.ru/

Makc666 12-27-2010 03:11 PM

Quote:

Originally Posted by Sriubol (Post 2139514)
What's wrong locate after installed process of v4.0.106 - 24.12.2010

http://img375.imageshack.us/img375/7...2553183942.png

This mod doesn't add any separator to postbit.

So look for some other mod which does this one.

The code for postbit of this MOD looks like:

HTML Code:

                <template name="qpipm_postbit" templatetype="template" date="1249473893" username="Makc666" version="4.0.102"><![CDATA[<vb:if condition="$show['pmlink']">
                        <a style="background:url({vb:stylevar imgdir_button}/sendtofriend.gif) no-repeat scroll left center transparent; padding-left:20px;" href="private.php?{vb:raw session.sessionurl}do=newpm&amp;u={vb:raw post.userid}&amp;postid={vb:raw post.postid}" rel="nofollow" title="{vb:phrase qpipm_quote_post_in_pm_postbit, {vb:raw post.username}}">&nbsp;</a>
                        </vb:if>]]></template>


As you can see there is no any separator image in it.

BaanFarsang 12-27-2010 04:04 PM

Problem : Modified on postbit_legacy following by your method step

2.
Open Templates: (Note: there are two different templates to open!)

4.10 Patch Level 2

Makc666 12-28-2010 06:32 AM

Quote:

Originally Posted by BaanFarsang (Post 2139667)
Problem : Modified on postbit_legacy following by your method step

I got your problem.

Try this one:

Code:

****************************************
For postbit and postbit_legacy templates
****************************************
1.
Go to "AdminCP > vBulletin Options > Quote Post in PM"
Set "Update Postbit Automatically" to "No".

2.
Open Templates: (Note: there are two different templates to open!)
---------------------
postbit
postbit_legacy
---------------------

Find:
---------------------
                                        {vb:raw post.iplogged}
---------------------

Add Before:
---------------------
                                        {vb:raw qpipm_postbit}
---------------------


BaanFarsang, try to understand that you can add {vb:raw qpipm_postbit} any were you like.

The instructions I gave is just an example. Just an example.

BaanFarsang 12-28-2010 07:33 AM

Quote:

Originally Posted by Makc666 (Post 2140005)
I got your problem.

Try this one:

Code:

****************************************
For postbit and postbit_legacy templates
****************************************
1.
Go to "AdminCP > vBulletin Options > Quote Post in PM"
Set "Update Postbit Automatically" to "No".

2.
Open Templates: (Note: there are two different templates to open!)
---------------------
postbit
postbit_legacy
---------------------

Find:
---------------------
                                        {vb:raw post.iplogged}
---------------------

Add Before:
---------------------
                                        {vb:raw qpipm_postbit}
---------------------


BaanFarsang, try to understand that you can add {vb:raw qpipm_postbit} any were you like.

The instructions I gave is just an example. Just an example.

OK, worked, thanks.

Makc666 12-29-2010 08:49 AM

I am glad that the problem is solved.


All times are GMT. The time now is 08:00 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.01134 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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