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 |
#222
|
|||
|
|||
Hi,
thanks stinger, that's truely strange hack itself works the way it should (if you see the printthread insteadof showthread) it just shows up as it should (all hack functions are identical) So, it has to be some other hack that's interfering. please try the following: go to plugin manager and let me know which installed hacks use this hook: postbit_display_complete then edit this plugin of my hack fetch hide tag (same hook as mentioned above) and change the executionOrder. first, to 6 and if that doesn't help to something higher then the highest executionorder you can find in pluginmanager (sorry you have to click on edit to see executionOrdner) let me know 'sid |
#223
|
||||
|
||||
No Comment...
|
#224
|
||||
|
||||
hi sid..thanks for the reply and sorry for being late...i was a way the whole day
the hacks using this hook were Code:
hide hack ajax request fetch hide tag Thank You Hank User Name Glow From postbit_display_complete i disabled the glowing user hack plus ...changed the excution order to 6 same thing.....nothing changed....... the funny thing ....all my other hacks have the excution order (5) i mean all of them..... only your hack had excution order (126)....why ,...i dont know...but i made all of them with excutionorder 6 i also disabled ALL the hacks EXCEPT the thankyou + the hide same thing happens..........now it became really a puzzel to me but any way ..nothing changed............hope you can find the solution soon |
#225
|
||||
|
||||
please do not change this thread to a discussion about another coder.....psionic is one of the finest coders i have seen...and a fine gentleman
his hide hack is more than perfect...the only downside (for me at least) is it needs too much file edites.....which makes it difficult to maintain when combined with all the other hacks during VB upgrades..... |
#226
|
|||
|
|||
hi stinger2,
I use alle the hacks you've listed except the username glow thingy I'll have to triplecheck all codes. Due to the X-mas issue these days, I will be late with an appropriate answer Thanks for your remark! As I said earlier in this thread: Please do not disrespect any other person in this thread, no coders, no users simply no one! I'd love to have this a support-thread only, maybe the one or other offtopic word, but no hatred, no disrespecting, no bad words; it's Christmastime and all ist (terror, I know... but it should be) love! 'sid PS just a thought: disable postcaching, maybe this will help (didn't try) pps: see you soon, have some beautiful days you all |
#227
|
||||
|
||||
disabled post cache.....did not help
hey.....dont worry about it.....have a merry christmas...and enjoy your time .....we can solve this after the holidays..... cya later |
#228
|
|||
|
|||
So...
finally back in working condition (almost) stinger2, I'm sorry, uninstalled all my hack, and installed all the latest versions of the ones you mentioned "above"... No Way to reproduce your boards behaviour! I checked all imaginable settings in all different hacks, cached as much as I could, but I could not find any setting, that would lead to this error. You're not the only one out there, so it has to be a bug somewhere, I've seen it with my own eyes (browsers), but I simply cannot find or reproduce where it stuck. The only thing that would make a sense would be a missing userid so that my last trigger Code:
if(!$bbuserinfo[userid]){ $hide_read = false; } You could give that a try by replacing that (in plugin: "choose wether or not to show in printable version") with Code:
if(!$bbuserinfo[userid]){ $post['message'] =$post['message'].'..:H:..'; //$hide_read = false; } cheers 'sid |
#229
|
||||
|
||||
thanks sid.....how was christmas....i hope you enjoyed it
we did not have any snow this year........rare....but anyway back to bussines i made the change in the plugin..in 3 places where this was found..imported it again overwriting the old one.....but nothing changed i also do not see any ..:H:..at the end of a post containing hidden content in printthread.php oh and i am workring on a test board(identical to the actual) with all plugins disabled except thankyou and hide |
#230
|
|||
|
|||
[OffTopic]well, exhausting in fact six ceremonys in three days, but had some fun
And yess.. no snow at all, welcome to global warming *gg*[/OffTopic] What to say about that, but F***?? One thing I discovered looking at your forum is that the hide tag isn't parsed correctly (see attached image: mine vs yours) to fix that go to acp "custom vB Codes" and edit [hide]{param}[/hide] to [hide]<i>{param}</i>[/hide] click save, edit back and save again. Now it should look like mine again Don't know what scrambled up that one And, I can see all hidden content at your board without any thanks or reply; is that because of the same error, or is it just an emergency "let's show it all as long as it hides too often"? Let me know what php and mySql Version you're running, just to start from scratch again. 'sid |
#231
|
||||
|
||||
thanks again sid
Automatically parse links in text is disabled in my board.......i removed it a long time ago...maybe that was the reason?? i made a small detour to the hack....some fine adjustments to bypass the problem temporary i enabled see the hidden content for all user member groups...except the newly registered......when they reach certain postcount..they dont have to thank to see the hidden content this way only new members have to click the thankyou.. check it now...i changed the user i gave you to newly registered........ ok now back to the hack i added the code ...and tested it..same thing...and i removed it...also same thing..... should I bring.the Automatically parse links in text back and check it out.....?? EDIT i disabled this plugin the Automatically parse links in text also but nothing changed......still the same...hmmmm |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|