Version: 1.5 Gold, by SkyCatcher
Developer Last Online: Mar 2013
Category: Show Thread Enhancements -
Version: 3.6.4
Rating:
Released: 02-03-2007
Last Update: Never
Installs: 101
Uses Plugins Template Edits
Additional Files
No support by the author.
I have abandoned this modification as I find myself lacking time to do any additional modifications to get it 100% stable.
I would highly recommend that you check out this hack by magnus, as this one seems to be 100% AND looks great. I fell in love with it so I am using it myself
The only thing it doesn't do is give you a preview of the attachments, so you're welcome to keep the attachments part of this hack and use it in conjunction with magnus' hack.
I may just rewrite the attachments part of this hack and re-release it as a standalone.
Perfect.......... However, you should put in there Import product in the install.txt file to be more exact but overall perfect hack for the "Thread Preview" (Pitchfork Paul)
i am finding a couple of things, i really don't know how to fix it. For some reason i want the Preview to pop up in the middle. However it actually opens all the way to the right and i have to scroll over. I dont know if this is a bug but The time is abit off too. Some times i will get the full 8 seconds and sometimes i will only get a sec of preview. Also, it seems to be Transparent like when i select it if there is a forum name under it then it gets mixed in with the writing
I'm not sure what is happening there I can't seem to emulate the problem on any of my forums and I've double checked to make sure, and none of the windows are transparent.
The time thing can get screwy if the script loads too many times, too quickly. Then you can simply refresh the page and the timer should work again.
Like I said, JS... doesn't always want to do what I want to do :/
About the positioning, it's always going to display to the right and a little below the thread. If I include a css file you "may" be able to position it in the center of the screen, but I'm not positive on this yet so I'll play with it over the next couple of days.
I'm not sure what is happening there I can't seem to emulate the problem on any of my forums and I've double checked to make sure, and none of the windows are transparent.
The time thing can get screwy if the script loads too many times, too quickly. Then you can simply refresh the page and the timer should work again.
Like I said, JS... doesn't always want to do what I want to do :/
About the positioning, it's always going to display to the right and a little below the thread. If I include a css file you "may" be able to position it in the center of the screen, but I'm not positive on this yet so I'll play with it over the next couple of days.
i dont know if u saw the pic i attatched, it aint really transparent. You can just see any buttons below. Ya i would def like it alot if it could open up in the center instead of to the right. I like it so far though
Edit ajax_postpreview-dynamic-content.js and edit the text:
document.getElementById(divId).innerHTML = 'Loading content - please wait';
As far as the other two go, probably not, but I am leaning towards a possible css although it's going to change the look and feel of the hack. It's 4:55am in Germany so let me get some sleep first
You're using some kind of redirect modification. It's not going to work because this hack is telling it to use showthread_ajax.php for the preview but it's instead, being redirected to showthread.php, essentially showing you a popup of showthread with all the posts.
I don't think there's any workaround for this unless you can somehow exclude a url or file from redirecting :/
Which hack are you using for redirects? I'll take a look but I'm 99% sure it won't work.