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 - Advanced PM Options (https://vborg.vbsupport.ru/showthread.php?t=215702)

Fynnon 07-02-2009 09:53 AM

Attachments in PM would be nice....

Oblivion Knight 07-02-2009 10:41 AM

Quote:

Originally Posted by Fynnon (Post 1841305)
Attachments in PM would be nice....

https://vborg.vbsupport.ru/showthread.php?t=127113

Makc666 07-02-2009 11:37 AM

Quote:

Originally Posted by Oblivion Knight (Post 1841297)
Just a thought, does this alter any behaviour on the newly built-in "PM Quick Reply" system?

As I can see - no.

akanevsky 07-02-2009 07:39 PM

Quote:

Originally Posted by Oblivion Knight (Post 1841297)
Just a thought, does this alter any behaviour on the newly built-in "PM Quick Reply" system?

No, it does not.

Fynnon 07-06-2009 11:59 AM

Quote:

Originally Posted by Oblivion Knight (Post 1841334)

Yeah but that is very old mod, made for vB 3.6.x and i was just suggesting Psionic Vision because he`s a better coder to maybe think about integrating this feature in this mod or make another one 10x

Makc666 07-08-2009 09:36 AM

Quote:

1.3.1
[+] The checkbox "save copy" is now disabled on 3.8.x, since 3.8.x already has such a feature.
I can't figure why but this one doesn't work.

Tested on several forums. Even clean one.

Edit:

Found :D

Code:

<plugin active="0">
PHP Code:

        <plugin active="0">
            <
title>APODisable Save Copy Feature on 3.8.x</title>
            <
hookname>init_startup</hookname>
            <
phpcode><![CDATA[// fetch styling libraries
require_once(DIR '/includes/adminfunctions_template.php');

// disable save copy feature
if (!is_newer_version('3.8.0'$vbulletin->options['templateversion']))
{
    
define('ADVPMOPTIONS_NO_SAVECOPY'true);    
}]]></
phpcode>
        </
plugin

+

This one also have to be fixed: https://vborg.vbsupport.ru/showthread.php?p=1839416

ollie303 07-12-2009 07:07 PM

hi

am i able to set as default for all users to receive email notification on new PMs ?

cheers

mindfrost82 08-13-2009 01:51 AM

Quote:

Originally Posted by Makc666 (Post 1845024)
I can't figure why but this one doesn't work.

Tested on several forums. Even clean one.

Edit:

Found :D

Code:

<plugin active="0">
PHP Code:

        <plugin active="0">
            <
title>APODisable Save Copy Feature on 3.8.x</title>
            <
hookname>init_startup</hookname>
            <
phpcode><![CDATA[// fetch styling libraries
require_once(DIR '/includes/adminfunctions_template.php');

// disable save copy feature
if (!is_newer_version('3.8.0'$vbulletin->options['templateversion']))
{
    
define('ADVPMOPTIONS_NO_SAVECOPY'true);    
}]]></
phpcode>
        </
plugin

+

This one also have to be fixed: https://vborg.vbsupport.ru/showthread.php?p=1839416

Where is this code and what needs to be changed? I'm also getting this option on 3.8.3.

christon26 08-13-2009 03:54 AM

Hi! I installed this mod...then changed something in my usercp options, I got this error message which didn't happen after disabling the product to test:

Code:

warning: Invalid argument supplied for foreach() in [path]/includes/class_core.php on line 1773
Line 1773 reads:

Code:

                foreach ($variables AS $varname => $vartype)
Any ideas on how to fix? I'd love to use this mod lol

akanevsky 08-15-2009 01:03 PM

Released version 1.3.2 that fixed the above bugs. :)


All times are GMT. The time now is 02:16 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.01071 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)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
  • (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