vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Read PMs (https://vborg.vbsupport.ru/showthread.php?t=91369)

bensterzback 05-24-2010 07:31 PM

Quote:

Originally Posted by Spika (Post 2031805)
Don?t work in 4.0.3 PL1.

I cannot import xml file "Invalid file especified" :(

*edit - read instructions properly*

Spika 05-25-2010 01:06 PM

Quote:

Originally Posted by bensterzback (Post 2042810)
*edit - read instructions properly*

Sorry I?m stupid!
Works fine!

Thanks

VoltageKing 03-03-2011 03:32 AM

Ive tried for one hour to follow your instruction an apply this to the Admin Control Panel (vBulletin 3.8.3) and I can get it to work.

It keeps saying invalid file. I have imported like you said the following:

Installation
- Upload "read_pms.php" to your admincp folder
- Upload "cpnav_rpm.xml" to your includes/xml folder

So now what do I do? Where do I find the menu for the PM's? What am I doing wrong here? Thank you for any help. Im new to this.

Meestor_X 05-16-2011 04:19 PM

Quote:

Originally Posted by Stoebi (Post 949219)
Hi,

open admincp/read_pms.php

go to line 183 or search for:
PHP Code:

print_label_row('To'htmlspecialchars($pm['touserarray'])); 

replace:
PHP Code:

print_label_row('To' is_array(unserialize($pm['touserarray'])) ? implode(", "array_values(unserialize($pm['touserarray']))) : null); 

Ideas taken/stolen from MarcoH64 ;-)


Kind Regards,

Stoebi

Looks like the product now has similar code added by the author.
Line 210-212:
PHP Code:

$to is_array(unserialize($pm['touserarray'])) ? implode(", "array_values(unserialize($pm['touserarray']))) : null;
$to = ($to == 'Array') ? htmlspecialchars($pm['touserarray']) : $to;
print_label_row('To' $to); 

Even with that code in there, I still see the gobbledygook before and after the username on the "To:" line. e.g. (red highlight):
To a:1:{s:2:"cc";a:1:{i:1701;s:5:"Bravo";}}

I am using 4.1.3 (and it still works perfectly except for that stuff on the To: line). Worked the same from 3.6.3 all the way to 4.1.3.

Any suggestions how to fix this?

teach1st 08-01-2011 05:21 AM

Works for me with 4.1.5. I've used it since 3.5, so I don't know if there are installation issues now.

Painful 07-23-2012 07:33 PM

Isnt there something similar availbe for VB 4 ?
Couldnt find one :/

Meestor_X 07-23-2012 07:59 PM

Quote:

Originally Posted by Painful (Post 2350846)
Isnt there something similar availbe for VB 4 ?
Couldnt find one :/

As everyone has said, it works fine in vb4


All times are GMT. The time now is 04:56 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.01447 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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