Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 02-07-2012, 09:06 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh....i use 4.1.9, there are no option for this....
Maybe try this:

ACP -> Maintenace -> SQL-Query
Maybe there is an option for this. Otherwise we must wait for tomorow, Lynne know the table for this command (iam sure).
Reply With Quote
  #12  
Old 02-07-2012, 09:09 PM
GateKeeper_ GateKeeper_ is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kraxell View Post
Ahhh....i use 4.1.9, there are no option for this....
Maybe try this:

ACP -> Maintenace -> SQL-Query
Maybe there is an option for this. Otherwise we must wait for tomorow, Lynne know the table for this command (iam sure).
Yeah there is no option in SQL-Query, I will just do as many as I can today, and wait for the command tomorrow.
Reply With Quote
  #13  
Old 02-07-2012, 09:12 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

stop to do that manually, you can do it tomorow with one command, i'll help you then.
Reply With Quote
  #14  
Old 02-07-2012, 09:49 PM
GateKeeper_ GateKeeper_ is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kraxell View Post
stop to do that manually, you can do it tomorow with one command, i'll help you then.
Okay I will wait until tomorrow thank you for your help and time.
Reply With Quote
  #15  
Old 02-07-2012, 10:17 PM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Gatekeeper,

Sorry to hear about all the trouble you're having. I just got an email about this. I just got home from work and will take a look at a fix for this. Can't promise a fix tonight but I'll do my best.

Thanks
Jim
Reply With Quote
2 благодарности(ей) от:
Kraxell, ProFifaLeagues
  #16  
Old 02-07-2012, 11:58 PM
GateKeeper_ GateKeeper_ is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TalkVirginia View Post
Hey Gatekeeper,

Sorry to hear about all the trouble you're having. I just got an email about this. I just got home from work and will take a look at a fix for this. Can't promise a fix tonight but I'll do my best.

Thanks
Jim
Thank you so much. I really appreciate your help. I will be waiting for the fix.

Best Regards,
GateKeeper
Reply With Quote
  #17  
Old 02-08-2012, 12:47 AM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GateKeeper_ View Post
Thank you so much. I really appreciate your help. I will be waiting for the fix.

Best Regards,
GateKeeper
How many top-level forum categories do you have?

I recommend taking a backup of your forum database before doing this.

You can run this SQL Query to enable the options listed below for ALL forums and categories however it will also change ALL of your top-level forum categories to look and act as forums. You will need to edit the options under the forum posting options to switch them back to top level categories.

Allow BB Code
Allow [IMG] Code
Allow [VIDEO] Code
Allow Smilies
Allow Post Icons
Allow Thread Ratings in this Forum
Count Posts Made in this Forum Towards User Post Counts
Show this Forum and Child Forums on the Quick Navigation menu


You will need to change to query to match the table prefix you are using. For instance, I'm using the "vb_" in front of all my vb table names. You should be able to run this from the maintenance section of your admincp or you can use phpmysqladmin.

Code:
UPDATE TABLEPREFIX_forum
SET options = '360135';
I'll try to add these options this weekend to the addon. Let me know if you have any questions.
hopefully this will make things a little easier. This was tested on vb 4.1.10.

Jim
Reply With Quote
Благодарность от:
GateKeeper_
  #18  
Old 02-08-2012, 01:54 AM
GateKeeper_ GateKeeper_ is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Jim, it worked but there are extra lines now. Is that normal and what does that mean? Anyways this saved me tons of time! Really appreciate it.



--------------- Added [DATE]1328670730[/DATE] at [TIME]1328670730[/TIME] ---------------

I used ACP > Management > Execute SQL Query >

UPDATE TABLEPREFIX_forum
SET options = '360135';

(With my table prefix)
Reply With Quote
  #19  
Old 02-08-2012, 05:44 AM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GateKeeper_ View Post
Thank you Jim, it worked but there are extra lines now. Is that normal and what does that mean? Anyways this saved me tons of time! Really appreciate it.

I used ACP > Management > Execute SQL Query >

UPDATE TABLEPREFIX_forum
SET options = '360135';

(With my table prefix)
Glad to hear it helped. I'm not sure what you mean by extra lines though.
Reply With Quote
  #20  
Old 02-12-2012, 10:17 PM
GateKeeper_ GateKeeper_ is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TalkVirginia View Post
Glad to hear it helped. I'm not sure what you mean by extra lines though.
Can you also give me the sql command that enables "Moderate Thread" under "Moderation Options" please. I forgot to enable this option for over 10,000 child forums. Doing it manually will take me over 24 hours of work.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04401 seconds
  • Memory Usage 2,271KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete