The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[hide] hack incl post thank you "addon" Details »» | |||||||||||||||||||||||||
UPDATE sid's [hide] hack 0.3.5 Hi again, I've tried my best to build a [hide] hack that will fit to to the wonderful POST THANK YOU HACK but for sure you can use it without, then it'll work if user replies to a post with hidden content You can coose in acp to show hidden content to admins mods or users of a certain usergroup (if you have useradmins or something) too. It will show up some hint that will let your users know what to do (thank, answer, or even nothing) by now with some small text, soon with a set of images BUT
NOW UPDATED Thanks to Andreas of vbhacks-germany
cheers 'sid ps Sorry for updating that fast UPDATE 0.3.0 uninstall previous version before installing the update! So, here's what you've all been waiting for *grin* Tha ajaxified version of my hide hack. BUT, this is rather bruteforcing ajax, so be warned First: you could fully disable ajax for this script in ACP! Now how it goes, it checks the length of pagecontent every three seconds (usersides, no worries about serverload here), and if it finds some new "content" like a filled thanks-box or a new post it calls all the posts that have hidden content (of this page only of course) and tries to refill the postbits, this causes some sql-queries, almost as much as to totally reload the page itself. AS soon as I find a more elegant method I will update again. Nothing else was changed though since 2.6, only modified in handling the ajax-request. If you encounter any problems with the ajax of this script, just deactivate, no javascript at all then will be loaded from this script, and you'll have a "normal" version in hands. (size is due to an pic-install-help-image ) UPDATE 0.3.5 reduced querys, smarter installations code. that's all cheers 'sid PS If you encounter any problems not seeing thanked posts hidden content after reload, try this codechange PPS Sorry, Support only for those who clicked "install" Show Your Support
|
Благодарность от: | ||
lange |
Comments |
#122
|
|||
|
|||
I've checked the javascript multiple times misskalunji,
before releasing this version and after you said you've got errors to handle... well, on my system tested (nowhere else) and i can't find any error not even any "nonworking" condition but to have an disabled ajax in the acp. Well, please check as described: activate ajax for your board in acp and activate ajax for this hack too then find any hidden content that you CANNOT see by default (if you're an administrator or mod or hack is disabled in that forum or something) to check wait for the page loaded completely (even better wait some seconds more ) then reply to the thread or click the thanks button. (you will have to wait then for servers reply to that request, first hidden content is updated first then second (if visible) and so on.) maybe this will take upto another five seconds (if you have large posts to be updated) If you still don't see any hidden content without page reload, this javascript wont work with your javascript-engine installed (please let me know which one that is) Or: you don't have javascripts enabled, but then you will have no ajax throughout the vbulletin page... 'sid |
#123
|
||||
|
||||
Is this supposed to work on Quick reply? or only on Post reply?
|
#124
|
|||
|
|||
quickreply; post-reply will need no ajax at all, because it reloads the entire page itself.
hopefully you have checked the (show hide on reply) radiobutton, otherwise you will see nothing for sure |
#125
|
||||
|
||||
yeah i did it doesnt like me ah well! i'll live with it that way Thanks for ur help
|
#126
|
|||
|
|||
I'm sorry MissKalunji...
I have no idea why this wont do on vb3.6.0 maybe just the fetch_object function is working in a different way or is called a different name, I cannot check that out But to be sure not to have unnecessary and notworking requests send to your forum, please be sure to deactivate AJAX in this hacks settings dialog, just to erase that javascriptstuff from being loaded into users browsers. (first ask some other user to test for you on a different system, maybe it's just because of your js engine (still an option)) 'sid |
#127
|
||||
|
||||
Quote:
Another option to upgrade |
#128
|
||||
|
||||
Quote:
I'll see maybe :P thanks for all ur help keep u updated |
#129
|
||||
|
||||
Hello,
When installing this hack in vB 3.6.3 a got this error (even by deactivating AJAX or not) when clicking to view a thread: Code:
Database error in vBulletin 3.6.3: Invalid SQL: SELECT COUNT(postid) AS count FROM vb_post WHERE userid='2' AND post.visible = 1 AND threadid='837'; MySQL Error : Unknown column 'post.visible' in 'where clause' Error Number : 1054 Date : Sunday, November 19th 2006 @ 01:36:56 PM Script : http://xxxxxxxxx/showthread.php?t=837 Referrer : http://xxxxxxxxx/forumdisplay.php?f=27 IP Address : xxxxxxxxxxxxx Username : Genjuro-Sensei Classname : vb_database Thx a lot !! |
#130
|
|||
|
|||
well, in the unaltered database of vb 3.6.3 there has to be the column post.visible , that's the item that handles softdeleted posts (userdeleted but visible to mods and admins)
I cannot say where the problem comes from, maybe another hack that removes or alters this column (nerver heard of such, but that doesn't mean anything) Dermio had/has almost the same problem a page ago, so I verified the existance of this table and column. Same friend of mine (who gave me the sql-layout) installed this hack in his very clean 3.6.3 testboard and it worked without any errors. Again, I have to say sorry, but I have no idea what's causing your problems hang on a sec, i'll try to im my friend to find some hint in vb3.6.3 [EDIT] So.. that's fast isn't it ? there are 59 hits, searching for "post.visible" within the original vb 3.6.3 files. for example this one: PHP Code:
maybe we run different versions of MySQL and/or php. Just to try: Open the xml file with an appropate Editor (notepad++ ultraedit or even a simple wordpad) something with numbered lines best. Edit Line 173 : find post.visible replace with visible same in line 272 and 341. save and try again. I can't promise that this will help, but I assume do not edit the way mentioned if you do not have THIS ERROR 'sid |
#131
|
|||
|
|||
Quote:
so.. the problem is when the hack is enabled, i can't see the preview, but when i disable your hack, i can see it |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|