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)
-   -   Administrative and Maintenance Tools - Change Threads/Posts Owner/Date for vB4 (https://vborg.vbsupport.ru/showthread.php?t=245183)

Steve English 07-27-2017 07:28 PM

Quote:

Originally Posted by fwulfers (Post 2588942)
I just reinstalled but still the same error. So it sounds like this may have to do with PHP 7?

I recon, split() is not recognised in PHP 7 AFAIK

Regards


Steve

Mark.B 07-27-2017 10:24 PM

Try changing the split to explode.

It's in the Change Thread/Post owner (inline) plugin, at inlinemod_start.

I haven't tested this as I don't run php 7.

Steve English 07-28-2017 05:06 PM

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

This is reported to be working with php 7 :)

Regards


Steve

gsk8 11-03-2017 08:21 PM

Any hope for this mod for VB5? It's really been helpful!

1MoreGoodGuy 12-15-2017 09:12 PM

Can this be modified so that timestamps on visitor messages can be changed?

If so, how can I do that?

Mn3m0n1c 01-25-2018 09:46 AM

Quote:

Originally Posted by Mark.B (Post 2588945)
Try changing the split to explode.

It's in the Change Thread/Post owner (inline) plugin, at inlinemod_start.

I haven't tested this as I don't run php 7.

It works like a charm! Thank you

imported_polygrinder 01-27-2018 05:02 PM

I have this installed on 4.2.5. It will let me change the owner of a thread, no problem. But if I try to change the date of a post in the thread it generates random dates. It will not change to the specific date I set.

Raptor 03-04-2018 06:43 PM

Updated to PHP 7.0 and it has broken completely

Code:

Call to undefined function split() on line 50 in /home/*******/public_html/forums/inlinemod.php(372) : eval()'d code
#0 /home/*******/public_html/forums/inlinemod.php(372): eval()
#1 {main}

Update: this update fixed the PHP7 issues https://vborg.vbsupport.ru/showpost....&postcount=154

gsk8 03-04-2018 07:42 PM

Strange. Installed on 4.2.5 and PHP 7.0.24. Working fine here? Maybe try to re-install the mod?

Kirauni 05-13-2018 07:37 AM

I updated my board from 4.2.4 to 4.2.5 yesterday and set the PHP version from 5.6 to 7.1. However, I got the same error as Raptor when I tried to change a post's owner. Thanks to Masterross's attached file it works perfectly now. :) And thanks to Raptor for linking to it!

BrettC Frontier 08-15-2018 07:19 AM

Quote:

Originally Posted by Raptor (Post 2593276)
Updated to PHP 7.0 and it has broken completely

Code:

Call to undefined function split() on line 50 in /home/*******/public_html/forums/inlinemod.php(372) : eval()'d code
#0 /home/*******/public_html/forums/inlinemod.php(372): eval()
#1 {main}

Update: this update fixed the PHP7 issues https://vborg.vbsupport.ru/showpost....&postcount=154

Quote:

Originally Posted by Kirauni (Post 2594685)
I updated my board from 4.2.4 to 4.2.5 yesterday and set the PHP version from 5.6 to 7.1. However, I got the same error as Raptor when I tried to change a post's owner. Thanks to Masterross's attached file it works perfectly now. :) And thanks to Raptor for linking to it!

In PHP 7, split() was removed. Changing split to explode should suffice. Alternatively, you can use the preg_split and using what the link above has. :)

On line 199 of the addon, setting split to explode will make it function once more.

You can also edit the plugin's hook at inlinemod_start titled "Change Thread/Post owner (inline)", and changing the above.

decentplayboy 10-20-2018 02:13 PM

is this mod still work for vb5?


All times are GMT. The time now is 12:59 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.01168 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)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
  • (12)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