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)

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


All times are GMT. The time now is 06:02 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.01212 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)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
  • (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