vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - New PM System (https://vborg.vbsupport.ru/showthread.php?t=224898)

ChopSuey 10-28-2009 12:45 AM

Quote:

Originally Posted by Speysider (Post 1897177)
What the heck is a PN?

Im wondering the same thing...

grey_goose 10-28-2009 01:41 AM

ummm yeah, Tyran i want THAT

Trescom 10-30-2009 08:51 PM

I didn't realized that before, but after few PM's from my Users i started to think.
After installing this mod EVERY Message from any User (same from me) request a read receipt.
Even that this option is turned off.

Any idea how to fix that? For a longer period of time, clicking everytime "Confirm" while trying to read a new message is very annoying >.<

Drocr 10-30-2009 09:40 PM

Yeah that would be irritating but wow I absolutely love this mod. I hope its completed and stable soon!

Mister Magoo 10-31-2009 12:00 AM

There is a tut on page two that tells you how to switch that off. It involves editing the XML file.

Quote:

No tracking
Search in XML File:

PHP Code:

<plugin active="1">
<
title>save and track</title>
<
hookname>private_insertpm_process</hookname>
<
phpcode><![CDATA[$pmdm->set_info('savecopy'1); 
$pmdm->set_info('receipt'1);]]></phpcode>
</
plugin

and replace with:

PHP Code:

<plugin active="1">
<
title>save and track</title>
<
hookname>private_insertpm_process</hookname>
<
phpcode><![CDATA[$pmdm->set_info('savecopy'1);]]></phpcode>
</
plugin



Trescom 10-31-2009 09:20 PM

Thanks Magoo! I've read all post at least few times. How i missed that >.<

AeonGamer 01-06-2010 07:37 PM

Installed.

Awesome addon. Thanks very much.

Tyran1 01-13-2010 06:45 PM

The New Version is Online 1.5 !!! With English language ;)

1 Bug is in the Addon.

see : http://www.vbulletin-germany.org/sho...&postcount=214

cindy helmond 01-13-2010 09:25 PM

do you have english translation in the readme ? thx

Tyran1 01-13-2010 10:24 PM

Quote:

Originally Posted by cindy helmond (Post 1954881)
do you have english translation in the readme ? thx

No, sorry :rolleyes:

load: Upload
import the file!

See: https://vborg.vbsupport.ru/showpost....8&postcount=26

Taurus1 01-14-2010 06:10 AM

Thank you....looks much better!! Just one thing please. I checked the settings in the Usergroups for attaching files in their PM's but even when enabled, I can't seem to find the option to upload an attachment.

Can you help please??

Zi55 01-15-2010 09:38 AM

Can this work in 3.7 , and where the templete edit file , i didn't find it anywhere .
Thanks ,
Zi5

Taurus1 01-17-2010 04:08 AM

I really need to get attachments in the PM's. Can someone help please!!??

JamesC70 01-17-2010 05:51 PM

Quote:

Originally Posted by Taurus1 (Post 1957880)
I really need to get attachments in the PM's. Can someone help please!!??

Attachments worked fine when I did the English translation several months ago. Are both the sender and the recipient allowed to send attachments in PMs? Check the usergroup settings.

Taurus1 01-17-2010 06:07 PM

Quote:

Originally Posted by JamesC70 (Post 1958414)
Attachments worked fine when I did the English translation several months ago. Are both the sender and the recipient allowed to send attachments in PMs? Check the usergroup settings.

I fail to find where to even upload the attachment? How is it suppose to look? Should there not also be a little 'paperclip' in the editor taskbar? Or how else then? Thank for the reply!

JamesC70 01-17-2010 07:06 PM

Quote:

Originally Posted by Taurus1 (Post 1958440)
I fail to find where to even upload the attachment? How is it suppose to look? Should there not also be a little 'paperclip' in the editor taskbar? Or how else then? Thank for the reply!

I didn't save a screenshot of sending a PM when I did the other screenshots. I don't have the 3.8 test forum running anymore to make a screenshot of this (my test forum was upgraded to 4.0 last month).

But if I remember correctly, the option to attach to a PM is below the text entry area, as a "Manage Attachments" button, similar to how vBulletin allows attachments to forum posts.

Taurus1 01-18-2010 02:51 AM

1 Attachment(s)
I thought that it should be like that, but I don't have that.

Attachment 110316

lille L 01-18-2010 03:51 PM

After innstalling this, the left colum with choices as :send ny message +++ gone. I only have the inbox colum. Is there any way to fix this, so the users want have to go all the way back to CP to send a message?

JamesC70 01-18-2010 07:23 PM

Quote:

Originally Posted by lille L (Post 1959300)
After innstalling this, the left colum with choices as :send ny message +++ gone. I only have the inbox colum. Is there any way to fix this, so the users want have to go all the way back to CP to send a message?

That's part of the point of this particular mod: to redesign the PM system.

I refer you to the screenshot I made several months ago: https://vborg.vbsupport.ru/attachmen...3&d=1255379017

Things that used to be on the left side, such as Folders or Send A PM, are now in tabs along the top of the private message list, as seen in this screenshot.

If you really want the menu down the left, you might prefer this mod instead: https://vborg.vbsupport.ru/showthread.php?t=230434

JamesC70 01-18-2010 07:24 PM

Quote:

Originally Posted by Taurus1 (Post 1958832)
I thought that it should be like that, but I don't have that.

What do you see if you scroll down, below the Submit Message and Preview Message buttons?

Taurus1 01-19-2010 03:58 AM

Quote:

Originally Posted by JamesC70 (Post 1959503)
What do you see if you scroll down, below the Submit Message and Preview Message buttons?

I also have this Mod installed: https://vborg.vbsupport.ru/showthread.php?t=196249

So I think that this might have something to do with it. Is it possible to have both.

Thanks for your efforts mate. Appreciated!!

mgurain 01-19-2010 06:44 AM

Hi,
It seems a good system,
If I install it, then for any purpose I disabled it or uninstall it, will normal vb system works fine ?
I think PM system should be like threads with replies, if you can enhance this one.
Thanks,,

JamesC70 01-19-2010 03:28 PM

Quote:

Originally Posted by Taurus1 (Post 1959895)
I also have this Mod installed: https://vborg.vbsupport.ru/showthread.php?t=196249

So I think that this might have something to do with it. Is it possible to have both.

They could be conflicting. I've not used the mod you link to, so I can't tell you 100%. And as I said earlier, my test forum has been upgraded to 4.0, so I can't quickly install both of these mods to check for incompatibilities.

Have you tried disabling the Imageshack mod to see if the New PM file attachment option reappears? That'd be my first course of action.

Though it seems to me that having both would be redundant. The New PM mod stores attachments on your forum, where the Imageshack mod stores them off your forum, but they do the same thing. :rolleyes:

JamesC70 01-19-2010 03:29 PM

Quote:

Originally Posted by mgurain (Post 1959964)
If I install it, then for any purpose I disabled it or uninstall it, will normal vb system works fine ?

If you uninstall this mod through Uninstall in AdminCP -> Plugins and Products -> Manage Products, then yes the normal vB system will work fine. :)

ScottiG 01-19-2010 11:53 PM

1 Attachment(s)
Marked as installed!

Display issue...

The mod installed quite easily using TMS, but after install I have noticed that my "send new message" shows as a button instead of a tab like it does in the screenshots for the mod.

What went wrong? Where/what/how can I fix this?

Thanks in advance!

ScottiG

JamesC70 01-20-2010 03:43 PM

Quote:

Originally Posted by ScottiG (Post 1960725)
The mod installed quite easily using TMS, but after install I have noticed that my "send new message" shows as a button instead of a tab like it does in the screenshots for the mod.

What went wrong? Where/what/how can I fix this?

My screenshots are from 1.4, this may have been changed in 1.5.

Personally, I think the button makes more sense than the tab. The tabs select different existing message and receipt folders, and having the "Send New Message" tab in the middle of them just seemed out of place to me.

Edit: Yeah, this looks to have been changed in 1.5. Looking at the white-ish screenshots above, there's an envelope with a pencil, and a link, where you have the button. Maybe that link is inheriting some styling from your theme, making it look like a button? (Yours looks good, though. The button makes that link stand out so your members can find it.)

ScottiG 01-20-2010 05:16 PM

James,

Thanks for the response. I hear what you are saying in regard to the button instead of the tab, but the tab just looks cleaner to me. Perhaps I can make a new button graphic and figure out how to move it to a more visually pleasing location - Still, I think the tab looks cleaner and more refined.

The button displays in different locations in different styles, so it is not as intuitive as I would like. Whereas the tab would be in the same location in each style.

If I had the template code from version 1.4 I could probably merge the two to get the look I'd like.

JamesC70 01-20-2010 05:39 PM

Quote:

Originally Posted by ScottiG (Post 1961388)
The button displays in different locations in different styles, so it is not as intuitive as I would like. Whereas the tab would be in the same location in each style.

If I had the template code from version 1.4 I could probably merge the two to get the look I'd like.

Um..... 1.4 is still available to download, it's in the first post of this thread.

tlwwolfseye 01-27-2010 09:48 AM

I dont have TMS installed. I just installed this Mod (1.5) but it still looks like before, my PM area. I do have a custom theme !

It would help if i would know what template changes to do manually. But nowhere in the Readme or TXT File i see how to do that.

Please help !

UPDATE:

I could only find the mention of a "OHNE TMS.TXT" file in this thread. That File isnt included in the 1.5 Release but only in the 1.4 (GERMAN) Release. Then I did all the Template changes to the letter that are mentioned in this .TXT File.
These Templates were, like necessary for this Mod, not altered before !

After that I took a look at my PM area and it doesn't look anything like in the pictures.

http://img6.imageshack.us/img6/8407/pnsystemprob4.jpg
http://img40.imageshack.us/img40/909/pnsystemprob3.jpg
http://img686.imageshack.us/img686/3...ystemprob2.jpg
http://img43.imageshack.us/img43/2391/pnsystemprob1.jpg

Also you can see in the Footer of the Inbox (Image 1) that it says Version 1.31 of that Mod. Typo ? Wrong ZIP content ?
Whats wrong ? :eek:

JamesC70 01-28-2010 07:21 PM

Quote:

Originally Posted by tlwwolfseye (Post 1967829)
I dont have TMS installed. I just installed this Mod (1.5) but it still looks like before, my PM area. I do have a custom theme !

It would help if i would know what template changes to do manually. But nowhere in the Readme or TXT File i see how to do that.

I could only find the mention of a "OHNE TMS.TXT" file in this thread. That File isnt included in the 1.5 Release but only in the 1.4 (GERMAN) Release. Then I did all the Template changes to the letter that are mentioned in this .TXT File.

Sounds to me that you mixed 1.4 and 1.5. Either way, it's up to the installing forum owner to adjust code for a custom theme. No add-on author can predict every potential theme possibility and adjust for it.

I've not played with 1.5, but I documented installing 1.4 in post 26 of this mod.

Ljusya 03-01-2010 12:43 AM

Will you create this hack for Vb4 ?

Tyran1 08-15-2010 09:05 AM

Quote:

Originally Posted by Ljusya (Post 1994159)
Will you create this hack for Vb4 ?

No!!

The New Version 1.5.1 is Online.

Fixed: errors when the delete the mails

Mostjolly 12-11-2010 06:33 AM

I've just installed this on vB version 3.8.2, doesn't seem to be working properly.. currently mine is looking like #1.. even tho I prefer having the UserCP Shell on left side like on #2:

#1:
https://vborg.vbsupport.ru/attachmen...9&d=1256388342

#2: https://vborg.vbsupport.ru/external/2010/12/67.jpg

Currently I'm not using TMS as it interfere with some of the mods I'm using... could someone provides details/info how one could custom edit templates without any TMS hacks?

Appreciate for all the support,
-LMN


All times are GMT. The time now is 08:06 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.01856 seconds
  • Memory Usage 1,828KB
  • 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_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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