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 05-08-2008 12:02 AM

Great hack !!

russian translate attachment


installed nominated

Phalynx update first post please

FleaBag 05-08-2008 12:02 AM

Quote:

Originally Posted by Phalynx (Post 1510134)
Next version will do that.

Great - I have lots of mp3 threads where I had to upload the files due to PHP timeouts, and I would like to assign them to their' rightful owners! :)

princeedward 05-08-2008 07:39 AM

Quote:

Originally Posted by Phalynx (Post 1510246)
See settings, there you can set the usergroup permission.

OH!...i thought we don't have any acp vb option for that...co'z i did't see any image to it here...you might add this screenshot to your start page...if you want it...

once again...thanks....

Phalynx 05-08-2008 07:44 AM

Thanks for russian translation and image from ACP. Added this to the hack.

GoodKarmaKid 05-10-2008 03:12 AM

Quote:

Originally Posted by Junkie (Post 1509435)
What general purpose can this MOD serve? What reasons would there be for the original post owner be changed to someone else?

Quote:

Originally Posted by echo2kk5 (Post 1509438)
Maybe I'm missing something here...why would you need/use this? :confused:

One example, is that I use both the "admin" account (for some admincp functions) and also my personal account. Occassionally, I'm accidently logged in as "admin" and reply to a post or start a new thread, this mod would easily enable me to change it to my normal user acct.

I actually looked for this in the standard Vbulletin and was expecting to find it, seems like it is something that would come up fairly often. I'm happy to find this mod and give it a try.

Thanks,
Jason

Fabsboards 05-12-2008 06:34 AM

My main account was deleted and the messages created under that account were changed to "Guest". Is there any way to do a mass search and replace on these messages?

Phalynx 05-12-2008 11:07 AM

No, this modification does not work with guest posts.
Instead, you will have to run a query to assign the posts to a user.

Fabsboards 05-13-2008 08:03 AM

It does work on guest posts. I tried it. Problem - I have to do it all manually.

How would I do this with a query?

Phalynx 05-13-2008 08:16 AM

Code:

update post set userid=X where username="Username"
update thread set postuserid=X where postusername="Username"

X = UserID

Super Jinni 05-18-2008 09:53 AM

ok, when change the thread owner, the posts in the threads by the old owner change to the new owner, right?

or they don't change and only the thread changes?

thanks for the good work


All times are GMT. The time now is 03:01 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.01746 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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