PDA

View Full Version : Thread control disable !


chemvn.net
Sat 19th Apr '08, 4:39pm
Hi everybody !
My forum has just been upgraded from version vbulletin 3.0.9 to 3.7.0 release candidate 2. It has a error of thread control panel. Aministrator and Moderator group can not use thread control at some thread (usually belong to old version), and the new thread control without the features of split posts and delete posts. I don't know how to make these features re-appear.

I need some help from you as soon as possible! Thanks in advance !

Steve Machol
Sat 19th Apr '08, 9:57pm
To troubleshoot this, first reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Also be sure to upload the admincp files to whichever directory you have set in your config.php file. Then run 'Suspect File Versions' in Diagnostics to make sure you have all the original files for your version and that none show 'File does not contain expected contents':

Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]

Next, disable all plugins.

Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Then if you still have this problem, create a new style and choose no parent style. This will force it to use the default templates. Finally empty your browser cache, close all browser windows then try again. Make sure you change to the new style and view your forums with it. Do you have the same problem?

chemvn.net
Sun 20th Apr '08, 4:10am
Can you help me to enable again the features "split thread" and "delete posts" in thread control of each one. Now, Administrator and Moderator groups can not show these features in thread control ! :confused:

Jose Amaral Rego
Sun 20th Apr '08, 12:19pm
'Thread Tools' does not have an option "Split Thread or Delete Post(s)"

Close Thread
Move Thread
Copy Thread
Edit Thread
Delete Thread
Stick Thread
Merge Threads
Remove Redirects

'Moderation'
Merge
Move
Copy
Delete Post as Spam
Delete Post
Undelete Post
Approve Post
Unapprove Post
Approve Attachments
Unapprove Attachments

Admin Control Panel > Forums & Moderators > Show All Moderators > Group [Edit / Permissions]

chemvn.net
Mon 21st Apr '08, 5:38pm
Hi everybody !
Thanks for your reply !

Now, I want to set default to the registered user, always display a common avatar in user information (at the left side of thread), just for any user without use the custom avatar. I tried to edit postbit_legacy, but can not make it display.

Can anyone help me ! Thanks in advance !
:)

Steve Machol
Mon 21st Apr '08, 5:39pm
Sorry, there is no function to do this. This requires modifying the code. We cannot officially support code modifications or forums running modified code, however you can try searching or asking for help with this over at www.vbulletin.org.