The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ajax Thread (1stPost) Preview 1.5 Gold Details »» | |||||||||||||||||||||||||||
Ajax Thread (1stPost) Preview 1.5 Gold
Developer Last Online: Mar 2013
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. Here is the link to his modification: Collapsable First Post using AJAX (or Last Post!) https://vborg.vbsupport.ru/showthread.php?t=145187 -Sky- Supporters / CoAuthors Show Your Support
|
Comments |
#72
|
||||
|
||||
Details! lol. What exactly isn't working? i.e. What's the problem?
-uploaded all the new files to the proper directory? -did all the template edits? -imported the product and made sure to select Overwrite: Yes? -hovered over the little arrow on the very left instead of the text? tried hovering over the paperclip also? |
#73
|
|||
|
|||
Quote:
|
#74
|
|||
|
|||
.... Sorry. Wrong window
|
#75
|
|||
|
|||
Quote:
text/named vs showthread.php is made by vBSEO |
#76
|
||||
|
||||
With this mod renaming a theme does not work!
Double cliques near a theme opens other field. How it to correct? |
#77
|
||||
|
||||
Whoops!
Find Code:
<if condition="!is_member_of($vbulletin->userinfo, $postpreviewusergroups) && $vbulletin->options[ajaxpostpreview_enable] == 1 && (!(in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))))"> <td class="alt2"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" onmouseover="showIbox('showthread_ajax.php?$session[sessionurl]t=$thread[threadid]',this, true);return false"><img src="$stylevar[imgdir_misc]/menu_open.gif" border="0"></td> </if> Code:
<if condition="!is_member_of($vbulletin->userinfo, $postpreviewusergroups) && $vbulletin->options[ajaxpostpreview_enable] == 1 && (!(in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))))"> <td class="alt2"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" onmouseover="showIbox('showthread_ajax.php?$session[sessionurl]t=$thread[threadid]',this, true);return false"><img src="$stylevar[imgdir_misc]/menu_open.gif" border="0"></td> </if> |
#78
|
||||
|
||||
I thank you!
Now works correctly! |
#79
|
|||
|
|||
I see the "Click Here to Close" code in the js file.
It there any way to have this shown at the top of the window instead of the bottom? |
#80
|
||||
|
||||
Quote:
Replace in ajax_postpreview.js Code:
var strHTML = "<div id=\"ibox_w\" style=\"display:none;\"></div>"; strHTML += "<div id=\"ibox_progress\" style=\"display:none;\">"; strHTML += indicator_img_html; strHTML += "</div>"; strHTML += "<div id=\"ibox_wrapper\" style=\"display:none;\">"; strHTML += "<div id=\"ibox_content\"></div>"; strHTML += "<div id=\"ibox_footer_wrapper\"><div id=\"ibox_close\" style=\"float:right;\">"; strHTML += "<a id=\"ibox_close_a\" href=\"javascript:void(null);\" >Click here to close</a></div>"; strHTML += "<div id=\"ibox_footer\"> </div></div></div></div>"; With: Code:
var strHTML = "<div id=\"ibox_w\" style=\"display:none;\"></div>"; strHTML += "<div id=\"ibox_progress\" style=\"display:none;\">"; strHTML += indicator_img_html; strHTML += "</div>"; strHTML += "<div id=\"ibox_wrapper\" style=\"display:none;\">"; strHTML += "<a id=\"ibox_close_a\" href=\"javascript:void(null);\" >Click here to close</a>"; strHTML += "<div id=\"ibox_content\"></div></div>"; strHTML += "</div></div>"; |
#81
|
|||
|
|||
Thanks.
Another odd thing, I am not sure if this is related to prior template alterations but when I double click in the thread title to involk the AJAX title editting, instead of the title of the thread becoming editable the small mousover image is replaced with an edit window which has the html code for that image HTML Code:
<IMG src="http://domain.com/images/misc/menu_open.gif" border=0>
Also when there is a soft deleted thread the display is messed up as well for that row due to colspan somewhere not lining up. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|