vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - Change Threads/Posts Owner/Date for vB3.7 (https://vborg.vbsupport.ru/showthread.php?t=178208)

xorex 06-05-2008 08:35 PM

Phalynx

thanx

I am glad to translate good ideas of a hacks :)

maamon 06-06-2008 12:45 AM

Thank you

HxC 06-06-2008 05:03 AM

Hey, I'm using your mod and it works great. However, when I try to do it on posts that have been imported from a different database.

The error is:
Code:

Fatal error: Existing data passed is not an array
Called set_existing in [path]/inlinemod.php(378) : eval()'d code on line 296
Called eval in [path]/inlinemod.php on line 378
in [path]/includes/class_dm.php on line 235

Any idea why this might be?

Thanks.

Phalynx 06-10-2008 06:45 AM

Did you run a recounter on threads/postings? Seems your Database is not up to date, espacially lastpost.

q8salem 06-10-2008 10:05 AM

nice one

Thanks & good luck

HxC 06-10-2008 04:47 PM

Quote:

Originally Posted by Phalynx (Post 1545620)
Did you run a recounter on threads/postings? Seems your Database is not up to date, espacially lastpost.

I could've sworn I did that right after I imported. Oh well, thanks it worked :D

GoodKarmaKid 06-12-2008 08:12 AM

Great Hack, love it

You have a small typo in the info page:

v1.6, released 19 June 2008


I'ts not June 19th, 2008 yet??


Jason

mariocaz 06-17-2008 06:07 PM

I have this mod since I update from 3.6.8 to 3.7 and no problems but now when I updated to 3.7.1 I have this error in my forum because this great mod:

Code:

Parse error: syntax error, unexpected '^' in /home/allreef/public_html/inicio/inlinemod.php(382) : eval()'d code on line 267
Help please!!!

Phalynx 06-17-2008 06:17 PM

Read here:
https://vborg.vbsupport.ru/showpost....3&postcount=67

mariocaz 06-17-2008 06:34 PM

thank you a lot, now is working like always!

c.oper 06-20-2008 01:26 AM

Installed!

TimberFloorAu 06-21-2008 02:51 AM

How cool is that !!!

Thanks Installed| Deployed !

GraNdMaStEr-B 06-23-2008 07:17 PM

I installed this mod i goto vb options and it shows the mod in there. Where do i go to change the post to a new owner?

AScherff 06-23-2008 07:51 PM

using 3.7.1 PL2

with this mod i get

Parse error: syntax error, unexpected '^' in /path_to_htdocs/inlinemod.php(382) : eval()'d code on line 267

if i delete a post...

disabling the mod fixes...

what can i do?

Thanks
Alfred

Phalynx 06-23-2008 09:31 PM

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

https://vborg.vbsupport.ru/showpost....3&postcount=67

Phornixx 06-23-2008 11:30 PM

Can't get this to work, I really need this the options just don't show...

Phalynx 06-24-2008 07:33 AM

Update your templates to 3.7

Boofo 06-24-2008 07:40 AM

1.7 was relased BEFORE 1.6? ;)

Phalynx 06-24-2008 08:04 AM

How funny :)

Already mentioned here:
https://vborg.vbsupport.ru/showpost....7&postcount=87

Boofo 06-24-2008 08:06 AM

Sorry, I didn't read the whole thread. My bad. ;)

Phornixx 06-24-2008 11:49 AM

Quote:

Originally Posted by Phalynx (Post 1557520)
Update your templates to 3.7

You said it works in 3.8. I really don't have time to upadate. Can you tell me wich template edits should I do or something.


Thanks

Phalynx 06-24-2008 11:52 AM

vB 3.8 is not out yet. If you mean 3.6.8 - update your templates to 3.6.8
I said it *should* work, I used the word should because of the introduced template hooks. If you are using old templates you don't have the hooks.


Options are not displayed. How do I add them manually?
If you choose to not automatically add both options you have to add that options manually.

1. Disable automatic template edit in the Change threads/posts owner settings


2. Open the template FORUMDISPLAY.

Search for:
Code:

<option value="mergethread">$vbphrase[merge_threads]</option>
Add after it:
Code:

<option value="changethreadsowner">$vbphrase[changethreadsowner_link]</option>


3. Open the template SHOWTHREAD

Search for:
Code:

<option value="undeleteposts">$vbphrase[undelete_posts]</option>
Add after it:
Code:

<option value="changepostsowner">$vbphrase[changepostsowner_link]</option>

Phornixx 06-24-2008 12:16 PM

Working like a charm, Thankyou very much, and yes, I meant 3.6.8

obmob 06-28-2008 09:44 PM

Interesting! :3

-=Leb=- 06-29-2008 03:48 PM

wOw awesome hack and very easy to install.Thank you very much and good work ;)

malomairy 07-01-2008 02:34 PM

cool, thanks man. just installed.

OsideRida06 07-02-2008 09:09 AM

Thanks. Installed!

Fabsboards 07-16-2008 06:09 AM

One of our users was accidentally deleted and all of his posts were changed to Guest. I recreated the user id. Is there any way to do change all Guest posts to this new ID?

Phalynx 07-16-2008 07:00 AM

Did you tried to search by username? I don't know if vBulletin searches also guest postings.

Otherwise you will have to use a query:
update post set userid=XX where username="USERNAME"
update thread set postuserid=XX where postusername="USERNAME"

Project Boredom 07-16-2008 05:50 PM

Um, I installed the hack but I don't see it in my dropdown menu. I edited the options for the usergroups and everything, but I am seeing nothing. :S

Uegnet 07-20-2008 07:08 PM

This is just what I'm looking for!
But I've got the same problem as Project Boredom here ..
I install the xml in adminCP, but no change in the moderation drop down menu.

Running vB 3.7.2 Patch Level 1

Cheers
- Uegnet

Uegnet 07-21-2008 03:53 PM

Project Boredom, I got it working now.
Are you maybe running a 3.6 version theme on your forum?
I changed to a 3.7 now and installed again, worked like a charm. :)

Cheers, creator of the great plugin!

theOZer 07-21-2008 04:42 PM

This truly is an excellent, totally functional mod. Thank you.
Installed.

xXEsEtUlOnXx 07-31-2008 08:22 PM

Thanks, installed.

Michigan Morels 08-01-2008 06:51 AM

installed and it works TOO GOOD!

Never, never use this under the influence. LOL

I had an ex poster who was an A**h*le. I installed and thought I made all his post to "Ex-Member" but only one was attributed to that name. The rest of his 300 post went to MY NAME! LOL

Not a bug. I just forgot that I had checked "all post" before hand.

Live and learn eh? :rolleyes:

Phalynx 08-01-2008 07:28 AM

Learn from pain :>

digitalnorte 08-02-2008 02:33 PM

Excellent MOD ! Just I need ;)
Nominated and Installed !

Thanks Phalynx !

Ingress 08-03-2008 10:58 AM

Hello Phalynx,

did you mix up the release dates für the two versions? I can't believe you released 1.7 (4 June 2008) before 1.6 (19 June 2008) ;-)

Ingress

Phalynx 08-04-2008 09:38 AM

Ingress, you are the third one.

Merjawy 08-05-2008 09:48 PM

very nice and can be of alot of legit uses .. thanks


All times are GMT. The time now is 12:53 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.01260 seconds
  • Memory Usage 1,787KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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