![]() |
Posiable for this to be ported to 3.6 (RC3 or gold)?
I have it on my 3.5.4 board and going to be upgradeing to 3.6 here as soon as gold is released and still want to keep it. |
Thank you. Great work. No proplem with 3.5.4. Installed!
|
Quote:
|
A Soft Deleted Archive stock in 3.6.0? I don't think so, if it is there is no way to access it. There is currently no way to see what has been soft deleted in the admincp and chhose wether or not to keep them or hard delete them.
|
Installed on 3.5.4 smooth as can be. This will be very helpful, thank you.
*clicked installed* |
Quote:
Bugger knows why they didn't put a copy in the AdminCP but still, it's there. |
There is no option to do anything with post you have soft deleted in the userscp, not sure what you have installed that would show that but it is not in my stock version of 3.6.0.
|
Quote:
Under User Control Panel > on the left menu > under Subscribed Threads > Moderation: Deleted Threads Deleted Posts Moderated Threads Moderated Posts If you want to extend it's usage: https://vborg.vbsupport.ru/showpost....4&postcount=78 |
If it's still not there you might need to revert the usercp_shell template.
Good tips NeutralizeR, they really ought to have included a tick all and per page selector.. hopefully in 3.6.1 |
Ok first off I dont feel like looking at every single user to see if there are post of theres that where soft deleted and hard delete them, and there has been nothing done with my usercp that would require a revert. It only shows post/threads that I have subscribed to, not that others are subscribed to and have been deleted.
second I would like the option to be in the AdminCP where it is ALL in one place...just like it is in 3.5.4 |
Try this link.... and ya dont have to search every user lol
http://www.bashys-place.com/forums/m...s&type=deleted Quote:
|
Hi,
I keep getting this error: Database error in vBulletin 3.6.1: Invalid SQL: SELECT deletionlog.*, deletionlog.primaryid AS postid, deletionlog.type AS deltype, deletionlog.userid AS userid, thread.*, thread.title AS threadtitle, thread.forumid AS forumid, forum.*, forum.title AS forumtitle, user.username FROM deletionlog AS deletionlog LEFT JOIN user AS user USING(userid) LEFT JOIN thread AS thread ON thread.threadid = deletionlog.primaryid LEFT JOIN forum AS forum ON forum.forumid = thread.forumid WHERE deletionlog.type = 'thread' ORDER BY `dateline` DESC LIMIT 0, 15; MySQL Error : Column 'dateline' in order clause is ambiguous Error Number : 1052 Is this because I use 3.6.1? |
yes because of 3.6.1
is there any new version of this hack? i need this... |
Quote:
SELECT deletionlog.*, deletionlog.primaryid AS postid, deletionlog.type AS deltype, deletionlog.userid AS userid, thread.*, thread.title AS threadtitle, thread.forumid AS forumid, forum.*, forum.title AS forumtitle, user.username FROM deletionlog AS deletionlog LEFT JOIN user AS user USING(userid) LEFT JOIN thread AS thread ON thread.threadid = deletionlog.primaryid LEFT JOIN forum AS forum ON forum.forumid = thread.forumid WHERE deletionlog.type = 'thread' ORDER BY `dateline` DESC LIMIT 0, 15; =============== Fix SELECT deletionlog.*, deletionlog.primaryid AS postid, deletionlog.type AS deltype, deletionlog.userid AS userid, post.dateline AS postdateline, thread.*, thread.title AS threadtitle, thread.forumid AS forumid, forum.*, forum.title AS forumtitle, user.username FROM deletionlog AS deletionlog LEFT JOIN user AS user USING(userid) LEFT JOIN post AS post ON post.postid=deletionlog.primaryid LEFT JOIN thread AS thread ON thread.threadid = deletionlog.primaryid LEFT JOIN forum AS forum ON forum.forumid = thread.forumid WHERE deletionlog.type = 'thread' ORDER BY `dateline` DESC LIMIT 0, 15; Im test VBB 3.6.2 Open file softdeladmin.php Find line: ORDER BY `dateline` $sqlorder Replate with: ORDER BY `primaryid` $sqlorder Or dele line: ORDER BY `dateline` $sqlorder Or dowload attach file. Done! |
Quote:
|
Will this work with 3.60?
|
Quote:
3.6 has something simliar built in, you can search / view / prune soft deleted posts. |
Quote:
you only have an option for soft deleted THREADS BUT not soft deleted POSTS |
Quote:
3.6 has an option to find and delete all "soft deleted POSTS", They put it in UserCP not AdminCP User Control Panel -> Moderation -> Deleted posts http://Yourdomain/forums/moderation....s&type=deleted |
damn .....you are right.......when did they add this??
thanks for telling me...........i never look there in normal circumstances....hehe thanks again |
Quote:
|
I've been looking high and low for this, what a totally bizarre place to stick it in, and not to also include it in the AdminCP. sucks tho that I can select 4 at a time..i've got like 50 pages to click through.
|
do you have an update yet?
|
im getting this error in vb 3.6.4
Fatal error: Existing data passed is not an array Called set_existing in /home/forumi/public_html/includes/functions_databuild.php on line 164 Called build_forum_counters in /home/forumi/public_html/admincp/softdeladmin.php on line 405 in /includes/class_dm.php on line 235 i did everything freecodevn said and it worked than after i deleted about 30 it started giving me this error |
do you have an update? i use 3.6.7 now
|
Ist there a way to check all soft deleted posts and hard delete them?
I am using vbulletin 3.6.7 |
Great hack. Thanks.
|
do you have this for VB 3.6 version yet?
|
Is there an update?
|
Hi, I now installed this Hack on my vBulletin 3.6.8 Patch Level 2 with the Version from Post #94 and it show me all soft deleted posts.
But I cannot flag all Posts by mark "Flag Posts" No mark will be set, so I have to mark all by hand. Could you please tell me how to fix it? cu logofreax |
will this hack work on 3.7.3?
|
All times are GMT. The time now is 03:04 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|