PDA

View Full Version : Private Messages Enhancements - Quote Post in PM


Makc666
03-01-2010, 10:00 PM
Quote Post in PM

=================
Info:
=================

This product adds a new option in user's popup menu "Quote this post in PM" with the new URL having the title attribute "Quote this post in PM to *username*".
This option passes to new personal message (PM): post's text, username of the post, post id, as well as the post title (if there is one), or thread title (if there is no post title).
It can also add image-link to 'postbit' and 'postbit_legacy' templates.
And even replace in popup menu the URL and the phrase for option "Private Message" with its own URL and phrase.

Futures of this hack:


There is option to enable/disable hack.
The hack is fully translatable.
The hack can update popup menu automatically using hook $template_hook[memberaction_dropdown_items]. You can disable this one.
The hack can update 'postbit' and 'postbit_legacy' templates automatically using hook $template_hook[postbit_controls]. You can disable this one.
The hack can replace in popup menu the URL and/or the phrase for "Private Message" option with its own URL and/or phrase.
The hack uses its own template "qpipm_quote". You can change it as you like. The variables: "$originalposterandpostid", "$originalposter", "$originalpostid" and "$pagetext" can be used in that template.
There is option "Automatically Quote Post / Thread Title". Setting this to "Yes" will automatically fill the title of new PM with either the thread or the parent post title, prefixed by 'Re: '.
You can change 'Re: ' for both threads' and posts' PMs. Search for phrases 'qpipm_re_thread' and 'qpipm_re_post'.
You can insert the template of this hack manually anywhere you want in user's popup menu by using "{vb:raw qpipm}". Read "Notes:" below.
You can insert the template of this hack manually anywhere you want in postbit by using "{vb:raw qpipm_postbit}". Read "Notes:" below.
You can translate this hack into your native language. Search for Phrases Containing "qpipm_".
You can set your own PM's title for both threads' and posts' PMs. Search for phrases 'qpipm_own_title_thread' and 'qpipm_own_title_post'.
Option "Use Post's Number in PM's Title". Setting this to "Yes" will use post's number instead of thread's or post's title in PM's title field where available.
Option "Use Thread's Title even if there is Post's Title". Setting this to "Yes" will always fill the new PM's title field with thread's title, even if there is post's title.
Option "Trim Post's Text" allows you to trim the post's text been quoted to new PM.
And other great options.


Use this version only with vBulletin 4.2.0 or greater.

For vBulletin 4.0.* or 4.1.* use version 4.0.106 which have the same functionality.

Enjoy!

=================
Installation:
=================

Install the product :)

=================
Administration:
=================

To set up the products options go to: AdminCP > vBulletin Options > Quote Post in PM
Make translation of phrases containing "qpipm_"

=================
Greetings:
=================

A special thanks goes out to Dismounted for helping me with hook $template_hook[postbit_user_popup] problems. (https://vborg.vbsupport.ru/showthread.php?t=150769)
Thanks go to Abe1 for his comments. (https://vborg.vbsupport.ru/showthread.php?t=150769)
Thanks goes to amykhar for his original 'Quote Post in PM' hack idea.
Thanks goes to cellarius for his how to thread. (https://vborg.vbsupport.ru/showthread.php?t=228078)

=================
Notes:
=================

Please, read Read_Me - About.txt file inside archive!

=================
History:
=================

v3.7.100 - 02.07.2007
- First release

v3.7.101 - 01.08.2007
- Just removed the code which is not needed any more if you have vBulletin 3.6.8 or greater

v3.7.102 - 17.09.2007
- Made phrase "qpipm_quote_post_in_pm" more comfortable for translation
- Fixed template "qpipm_menu"

v3.7.103 - 29.04.2008
- Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
- New options "USERGROUPS can use quote", "USERGROUPS not allowed to use quote", "USERS not allowed to use quote"
- New variable "$originalposterandpostid" introduced - it is returned with post number in it
- vBulletin function fetch_quote_username() is used now in generating user's name in variable "$originalposterandpostid"
- vBulletin function fetch_quote_username() is used now in generating user's name in variable "$originalposter"
- Variables "$originalposter" and "$originalpostid" was removed from template "qpipm_quote" but you can still use them there if you want

v3.7.104 - 01.05.2008
- New option "Automatically Add Title" allows you to switch quoted PM's title at all
- New option "Always Use Thread's Title"
- Option "Automatically Add Prefix To Title" was separated
- From this version the product doesn't use some Boofo's copyrighted code without his permission

v3.8.105 - 08.03.2009
- Compatible with vBulletin 3.8 Gold (may not work with Beta/RC releases)
- All Templates are cached now
- The image-link can be inserted in postbit and postbit_legacy templates automatically
- You can use your own titles for threads' and posts' PMs
- You can set your own PM's title for both threads' and posts' PMs
- New option "Use Post's Number in PM's Title"
- New option "Use Thread's Title even if there is Post's Title"

v3.8.106 - 05.08.2009
- New option "Replace URL "Send a private message to" in Popup Menu"
- New option "Replace Phrase "Send a private message to" in Popup Menu"
- Added ' rel="nofollow"' to templates "qpipm_menu" and "qpipm_postbit" to follow vBulletin standard
- Fixed some phrases for settings

v4.0.100 - 10.01.2010
- Compatible with vBulletin 4.0.0 Gold

v4.0.102 - 02.03.2010
- Compatible with vBulletin 4.0.2 and above only
- New option "Use Left Popup Menu Column"
- Added one new phrase
- Updated some phrases

v4.0.103 - 03.03.2010
- Fixed PHP Warning: Unexpected character in input: '\\' (ASCII=92)
- Fixed option "Replace URL "Private Message" in Popup Menu" putting the same post number in every Popup Menu
- Added check that option "Replace URL "Private Message" will only work if the option "Update Popup Menu Automatically" is disabled!

v4.0.104 - 04.03.2010
- New option "Trim Post's Text"
- Fixed PHP Warning: fetch_template() calls should be replaced by the vB_Template class.
- Fixed PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array
- Old variables for template "qpipm_quote" replaced by new variables: "{vb:raw qpipm_originalposterandpostid}", "{vb:raw qpipm_originalposter}", "{vb:raw qpipm_originalpostid}" and "{vb:raw qpipm_pagetext}"
- Added one new phrase
- Updated some phrases

v4.0.105 - 18.10.2010
- Fixed plugin "Quote Post in PM (1)" (Thanks to Vitaly - post #2104969) - affected forums where option "Update Postbit Automatically" was set to "No" and option "Replace URL "Private Message" in Popup Menu" was set to "Yes".
- Replaced deprecated function split() with explode() function
- Updated template "qpipm_menu" to watch changes in latest revision of template "memberaction_dropdown"

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

v4.2.107 - 13.12.2012
- Updated dependency from 4.2.0 to 4.2.99 (will work only with version 4.2.0 and greater)
- Updated templates "qpipm_menu", "qpipm_postbit" to fit version 4.2.0 and greater
- Added seperator to template "qpipm_postbit" (I know it must be spelled "separator", but vBulletin Team still use "seperator" in some templates)
- Replaced icon used in "qpipm_postbit" for button used in "postbit" and "postbit_legacy" templates
- Updated phpcode for hook "postbit_display_complete" to fit version 4.2.0 and greater
- Tested on version 4.2.0 Patch Level 3

=================
How to Update:
=================

v4.0.106 -> v4.2.107
- No update needed if you don't use vBulletin 4.2.0 or greater
- If you use vBulletin 4.2.0 or greater:
-- Import the product
-- Revert templates "qpipm_menu", "qpipm_postbit" if you changed them

v4.*.* -> Latest One
- Import the product
- Revert templates "qpipm_menu", "qpipm_postbit", "qpipm_quote" if you changed them
- Update phrases

Any Old One -> Latest One
- Write down your settings for this product in "AdminCP > vBulletin Options > Quote Post in PM"
- Uninstall old version
- Import the product
- Set your settings back

=================
Mark as Installed:
=================

Click Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=237291) to get an email when an update is released! :D

=================
Other versions of modification:
=================


[3.8.x] Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=207751)
[3.7.x] Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=177502)
[3.6.x] Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=151163)

Makc666
03-02-2010, 01:35 PM
Reserved

ChopSuey
03-02-2010, 02:50 PM
First! I'll check this out later thanks.

Allan
03-02-2010, 03:24 PM
Very good idea :)

Xeyn
03-02-2010, 04:08 PM
installed......now i get lots of errors in threads like

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/xxxxxx/public_html/forum/includes/class_postbit.php(314) : eval()'d code on line 345

using 4.0.2

Cableguy69
03-02-2010, 11:04 PM
When I go to a thread I get this.

Unable to add cookies, header already sent.
File: /home/clandigi/public_html/includes/class_postbit.php(314) : eval()'d code
Line: 369

OturanBoğa
03-03-2010, 09:23 AM
Reserved. Very good...

Makc666
03-03-2010, 11:42 AM
Very good idea :)

Reserved. Very good...

Thanks people!

installed......now i get lots of errors in threads like

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/xxxxxx/public_html/forum/includes/class_postbit.php(314) : eval()'d code on line 345

using 4.0.2

When I go to a thread I get this.

This one if fixed now!
Thanks!

archet1337
03-03-2010, 02:02 PM
Nice mod but I get this error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: qpipm_quote in [path]/includes/functions.php on line 3932

ChopSuey
03-03-2010, 02:13 PM
@Coder replace the fetch(templatename) with fetch(vB_Template)

Good luck.

Sworm
03-03-2010, 05:41 PM
Nice mod but I get this error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: qpipm_quote in [path]/includes/functions.php on line 3932

Same error for me!! Only disable for the moment, waiting a fix.

Makc666
03-04-2010, 08:39 AM
Nice mod but I get this error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: qpipm_quote in [path]/includes/functions.php on line 3932

Same error for me!! Only disable for the moment, waiting a fix.
Get a new one, please! :cool:

v4.0.104 - 04.03.2010
- New option "Trim Post's Text"
- Fixed PHP Warning: fetch_template() calls should be replaced by the vB_Template class.
- Fixed PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array
- Old variables for template "qpipm_quote" replaced by new variables: "{vb:raw qpipm_originalposterandpostid}", "{vb:raw qpipm_originalposter}", "{vb:raw qpipm_originalpostid}" and "{vb:raw qpipm_pagetext}"
- Added one new phrase
- Updated some phrases

@Coder replace the fetch(templatename) with fetch(vB_Template)

Good luck.

I know this one. I just forgot to update that code.
Fixed now!
Thanks for your comment! :)

darren1981
03-04-2010, 10:40 AM
Very impressive :)

Sunka
04-11-2010, 11:11 PM
Installed!

iadventure
04-21-2010, 06:29 PM
can I get the 4.01 version?

Makc666
04-23-2010, 08:27 AM
can I get the 4.01 version?
I can't understand your question.

vBulletin prior to version 4.0.2 has some bugs which don't allow this product (and some others) to work.

ChopSuey
05-21-2010, 02:04 AM
Can you make a version without template edits? Thanks.

Vitaly
09-30-2010, 07:44 AM
Because of wrong variable use, this mod crash nicks in threads sometime.

in hook postbit_display_complete

Find all
htmlspecialchars(\'' . "$post[username]" . '\'))

Replace for
htmlspecialchars($memberinfo[username]))

Makc666
10-18-2010, 09:14 AM
Updated

v4.0.105 - 18.10.2010
- Fixed plugin "Quote Post in PM (1)" (Thanks to Vitaly - post #2104969) - could affect some forums if "Update Postbit Automatically" was not used (set to "No")
- Replaced deprecated function split() with explode() function
- Updated template "qpipm_menu" to watch changes in latest revision of template "memberaction_dropdown"

Can you make a version without template edits? Thanks.
This Modification is Auto-Template version.

You can use Manual-Template option in this Modification if you want to edit your templates manually if they are heavy modified.

Because of wrong variable use, this mod crash nicks in threads sometime.

in hook postbit_display_complete
...
Thanks, Vitaly!

I have replaced:
htmlspecialchars(\'' . "$post[username]" . '\')

with:
htmlspecialchars(\' . $memberinfo[\'username\'] . \')

Hippy
10-18-2010, 06:50 PM
thanks for the great mod Makc666.
I am going to instlall this later tonight
can't believe I missed this mod..

Vitaly
10-19-2010, 01:43 AM
Last fix is incorrect. I've lost nicks again.

Attached my one, wich works.

Makc666
10-20-2010, 07:36 AM
thanks for the great mod Makc666.
I am going to instlall this later tonight
can't believe I missed this mod..
Don't forget to download the archive today as there was a silent update of it :)

Last fix is incorrect. I've lost nicks again.

Attached my one, wich works.

Thanks, Vitaly, one more time.

I have replaced the archive with more correct fix.

The bug affected forums where option "Update Postbit Automatically" was set to "No" and option "Replace URL "Private Message" in Popup Menu" was set to "Yes".

Hippy
10-20-2010, 06:57 PM
2 thumbs up Makc666
the one I install before you upgraded, I did not find any issues with
But I will upgrade all the same
thank for your hard work
Regards
Hippy

murekhalir
10-30-2010, 09:06 PM
is there any way to just make it a button on a postbit without looking at someone's profile name?

Hippy
10-30-2010, 10:44 PM
is there any way to just make it a button on a postbit without looking at someone's profile name?

https://vborg.vbsupport.ru/attachment.php?attachmentid=113404&d=1267544298

should be in the instructions

Taurus1
12-05-2010, 05:28 AM
Can we get an update for vb4.1 PL2 please. Seems that after upgrading there is now some extra text in the text field:

<!-- BEGIN TEMPLATE: qpipm_quote -->
<!-- END TEMPLATE: qpipm_quote -->

Hippy
12-05-2010, 09:56 AM
Can we get an update for vb4.1 PL2 please. Seems that after upgrading there is now some extra text in the text field:

<!-- BEGIN TEMPLATE: qpipm_quote -->
<!-- END TEMPLATE: qpipm_quote -->

running vb4.1 PL2 here and I am not getting this ..

live board or the test board

Jman423
12-05-2010, 01:35 PM
I'm not getting the button below the post, even with the option enabled. This might be because I am running 4.1 PL2.

Hippy
12-05-2010, 06:12 PM
add the xml file again.. allow overwrite

working 100% wit the lastest 4.0.1pl2

smirkley
12-07-2010, 02:40 AM
Just downloaded and installed....

Note to coder: update dependancies to reflect current versions as at the moment will not install with 4.1.0PL2.

Made changes and works as designed.

Thanks

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

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


replace with

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


The proceed with normal install. :)

Makc666
12-24-2010, 02:53 PM
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
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
What's wrong locate after installed process of v4.0.106 - 24.12.2010

http://img375.imageshack.us/img375/7984/27122553183942.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:

<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
Problem : Modified on postbit_legacy following by your method step

I got your problem.

Try this one:

****************************************
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
I got your problem.

Try this one:

****************************************
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.

Dr.osamA
01-05-2011, 08:44 PM
thank you bro

installed + 5 stars + translation to Arabic

Edit: no file

Makc666
01-08-2011, 09:14 PM
Can you, please, attach not the product translated into Arabic, but only the language file.
Also, please, remove the product XML file from your post above.

You can get the language file by:


Go to ACP
Languages & Phrases -> Download / Upload Languages
Language -> Arabic
Product -> Quote Post in PM
Include Custom Phrases -> Yes
Just fetch phrases -> Yes
Press "Download"

Miss T
01-09-2011, 05:36 PM
installed :) looks good

ill make sure you get my danish translation once ive located all the various places youve put the phrases.. that was the not so easy part of this :)

but thanks for making it - its great :)

Makc666
01-09-2011, 07:55 PM
Miss T, you can download English language file using instructions above your post.

Or you can use this product and translate all phrases using it.

Dr.osamA
01-09-2011, 09:03 PM
Can you, please, attach not the product translated into Arabic, but only the language file.
Also, please, remove the product XML file from your post above.

You can get the language file by:


Go to ACP
Languages & Phrases -> Download / Upload Languages
Language -> Arabic
Product -> Quote Post in PM
Include Custom Phrases -> Yes
Just fetch phrases -> Yes
Press "Download"


thank you sir

i remove file
and i know how to make language file >>
but it is esly to install for users when he donload product with lang.

anywas thank you

LVGgebruiker
01-19-2011, 05:08 PM
Nice mod, thank you for it. Have installed it on 4.1.1

Eq4bits
03-21-2011, 06:38 PM
Is this working on 4.1.2?

Makc666
03-25-2011, 12:40 PM
Is this working on 4.1.2?
Yes, it does.

Why it doesn't have to work? :confused:

Rofo
04-05-2011, 08:24 PM
Thanks, this is nice mod. I have done the template edits manually and also tried again with the auto template change with fresh upload. I have the "Quote post" under the username, but can't get the button. I saw there was a issue a page or two back, but Hippy said it was resolved. Anyone else having this issue again or do I need to go try again?

Thanks again, very nice mod! Marked Installed and rated

Hippy
04-05-2011, 08:38 PM
I would convert all templates you edited back ..
make sure all the templates for the mod are converted back..
re install the xml. allow overwrite..

(I scratch my head)

still working with the latest..

as far as I know..

Rofo
04-05-2011, 08:55 PM
LOL. I'll try that, Thanks!

Hippy
04-05-2011, 08:57 PM
are you looking here
https://vborg.vbsupport.ru/attachment.php?attachmentid=113403&d=1267544298
or here ?

https://vborg.vbsupport.ru/attachment.php?attachmentid=113404&d=1267544298

becasue the last one I don't use ..
and never tested it..
but the first screen shot works..

Rofo
04-05-2011, 09:06 PM
are you looking here
https://vborg.vbsupport.ru/attachment.php?attachmentid=113403&d=1267544298
or here ?

https://vborg.vbsupport.ru/attachment.php?attachmentid=113404&d=1267544298

becasue the last one I don't use ..
and never tested it..
but the first screen shot works..

Yea, I have the first screen shot working great. I guess I thought the button was also suppose to appear. Thinking about it now, I suppose that would be redundant.

Thanks again, Mod working great on 4.1.1 :)

Makc666
04-07-2011, 10:23 PM
Yea, I have the first screen shot working great. I guess I thought the button was also suppose to appear. Thinking about it now, I suppose that would be redundant.

Thanks again, Mod working great on 4.1.1 :)

Button will appear automatically if you will set it on in add-on's settings and if use default theme or your theme has template's hook 'postbit_controls' in place.


Admin CP -> Settings -> Options -> Quote Post in PM
Update Postbit Automatically -> Yes

ss@solidsignal
01-27-2012, 09:26 PM
I'm sure I'm doing something wrong. This is a brand new vbulletin 4.1.10 install and the popup works but the button does not. I did set update postbit automatically to "Yes."

ss@solidsignal
01-27-2012, 09:55 PM
Figured it out... the plugin was asking for an image called "sendtofriend.gif" and I hadn't added it to the images folder. Duh.

mgurain
04-13-2012, 07:08 AM
This works in 4.1.12, but is it fully compatible with latest version ?
Last Update: 28 Dec 2010,
it should be updated for latest version please,,

Thanks,,

Alan_SP
04-14-2012, 11:40 PM
Just to explain something. :)

If it works, it works. Some mods can work for years to come. I'm using mods that were made for vB3.6, or maybe even earlier. Thing is, PHP (plugins) usually can work. Things that don't work are templates.

So, depending on how complicated php code is and what it does, it can work for years.

Only thing is if you need new features, in that case it needs to programed in.

mgurain
04-15-2012, 02:55 PM
Ok, coder can just update latest version it's compatible with then, so that every body know ,,

Makc666
04-17-2012, 11:37 AM
Ok, coder can just update latest version it's compatible with then, so that every body know ,,

Why I have to update the version?
Not all people use latest 4.1.*

There is a note in the first post:
Use this version only with vBulletin 4.0.2 or greater.

Taurus1
05-01-2012, 10:32 AM
I am getting these in the posts when quoting:

<!-- BEGIN TEMPLATE: qpipm_quote -->
<!-- END TEMPLATE: qpipm_quote -->

Can you please help. Thanks.

Hippy
05-02-2012, 12:21 AM
I am getting these in the posts when quoting:

<!-- BEGIN TEMPLATE: qpipm_quote -->
<!-- END TEMPLATE: qpipm_quote -->

Can you please help. Thanks.

make sure you have "Add Template Name in HTML Comments" off in the admincp options

Taurus1
05-02-2012, 12:59 AM
make sure you have "Add Template Name in HTML Comments" off in the admincp options

Thanks Hippy. Where is that option please?

Hippy
05-02-2012, 01:05 AM
go to your admincp then options.. scroll down till you
Add Template Name in HTML Comments

Taurus1
05-02-2012, 01:57 AM
Thanks. It is actually under options, then General Settings, then Add Template Name in HTML Comments. But anyway, it was on for some reason.

mgurain
05-23-2012, 10:33 PM
It's working on 4.2, but shouldn't this be upgraded ?

Regards,,

Makc666
05-25-2012, 09:39 PM
It's working on 4.2, but shouldn't this be upgraded ?


I have changed to vB Version: 4.x.x.

Hope all will be happy for now! :)

zascok
07-29-2012, 03:47 PM
Nice mode, was looking for something like this.

Sorry everyone, just had to say this to the developer.

Приветсвую, имховчанин! ;)

Makc666
08-09-2012, 05:23 PM
Nice mode, was looking for something like this.

Sorry everyone, just had to say this to the developer.

I am glad you liked it.

With no hope but I'll ask is there anything I can do so it will quote only a limited chars from the original post?

My concern is that my beloved users will quote the hell out of PM's :) Considering they like to post long topics... you know what do I mean?

You cut this one from your post but I will reply.

Option "Trim Post's Text" allows you to trim the post's text been quoted to new PM.

Приветсвую, имховчанин! ;)

И Вам не хворать! :)

justicechick
12-10-2012, 11:01 PM
<i>When I attempt to us this in my 4.2 I get the following message.
The following dependencies were not met:

This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.99 and greater)</i>

Makc666
12-12-2012, 01:16 PM
When I attempt to us this in my 4.2 I get the following message.
The following dependencies were not met:

This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.99 and greater)

This one is not compatible with 4.2.*

As usual vBulletin team change things they don't have to change.
So update for the hack will be released.

Makc666
12-13-2012, 11:24 AM
Quote Post in PM 4.2.107 for vBulletin 4.2.0 or greater is out!

Use this version only with vBulletin 4.2.0 or greater.

For vBulletin 4.0.* or 4.1.* use version 4.0.106 which have the same functionality.

History:

v4.2.107 - 13.12.2012
- Updated dependency from 4.2.0 to 4.2.99 (will work only with version 4.2.0 and greater)
- Updated templates "qpipm_menu", "qpipm_postbit" to fit version 4.2.0 and greater
- Added seperator to template "qpipm_postbit" (I know it must be spelled "separator", but vBulletin Team still use "seperator" in some templates)
- Replaced icon used in "qpipm_postbit" for button used in "postbit" and "postbit_legacy" templates
- Updated phpcode for hook "postbit_display_complete" to fit version 4.2.0 and greater
- Tested on version 4.2.0 Patch Level 3

Myago
10-29-2014, 12:50 AM
Thank!!

stevieb
10-29-2014, 10:50 PM
Reserved. Looks good :)

BolS^
09-15-2023, 11:10 AM
Hello, I want to add my own text next to {vb:raw qpipm_postbit} in postbit_legacy. How to do it? Currently only the icon is displayed.