|
Quick Reply's Loading Icon loading forever
|
|
03-26-2011, 12:05 PM
Post: #11
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
yess Ok Thankss!
|
|||
|
03-27-2011, 10:51 AM
Post: #12
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
I know this is weird and stupid but for some reason, the issue came back again. I didn't touched anything at all, and the retweet and like widgets I had are removed.
Can you please look into it again and hope you can point out what's causing the issue. test/test101 should still be available. |
|||
|
03-27-2011, 11:50 AM
(This post was last modified: 03-27-2011 11:51 AM by Aries-Belgium.)
Post: #13
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
What version of MyBB are you running? I know, 1.4 but which exactly? I've looked on 1.4.15 and your thread.js seems to be different from that from mine. I would suggest downloading the latest version of 1.4 and overwrite all the files.
Also the post id is missing from the postbit which breaks the Quick Reply script. In postbit and postbit_classic, check if the table has this attribute: Code: id="post_{$post['pid']}"My latest plugins: Extra Forum Permissions | Facebook Meta Tags | Auto Unapprove Reported Posts
|
|||
|
03-27-2011, 11:59 AM
(This post was last modified: 03-27-2011 11:59 AM by MattRogowski.)
Post: #14
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
There's a problem with your postbit template (what was just posted above). It seems you (or your theme author) has put the code for the postbit_classic template into the postbit template; this is why I don't recommend people do this, it doesn't work.
Can you post your postbit template here?? Download My Plugins My Personal Site - Twitter |
|||
|
03-27-2011, 12:20 PM
(This post was last modified: 03-27-2011 12:21 PM by rangana.)
Post: #15
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
Appreciate the response. I am doing the customization and I had been doing this right straight from the template, which I just realized that now, with the advent of MyBB 1.6, I will have a hard time to upgrade, so once I have time, I'll create a new theme and port over my changes there...meanwhile, hope you can contend on this theme whose customizations are all on the default templates.
@Aries-Belgium: I'm running on 1.4.13 (yet). As per request Matt, here's my postbit template: PHP Code: {$ignore_bit}I do understand that I need to something like: PHP Code: id="post_{$post['pid']}" ...apparently, I don't know which exact element I'll have to append this attribute. My apologies. |
|||
|
03-27-2011, 12:37 PM
Post: #16
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
Third line there:
Code: <table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder" width="100%">change to: Code: <table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="2" class="tborder" width="100%" id="post_{$post['pid']}" >Download My Plugins My Personal Site - Twitter |
|||
|
03-27-2011, 01:19 PM
(This post was last modified: 03-27-2011 01:20 PM by rangana.)
Post: #17
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
I have modified postbit already Matt adding:
PHP Code: id="post_{$post['pid']}" ...and the issue seemed to be reproducible still. |
|||
|
03-27-2011, 01:45 PM
Post: #18
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
Looks like you've got some non-default javascript files too. Download your version of 1.4 from here [Wiki: Versions] and upload a fresh copy of ./jscripts/thread.js
Download My Plugins My Personal Site - Twitter |
|||
|
03-28-2011, 02:25 AM
Post: #19
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
Sorry for all the trouble Matt, but I had already replaced thread.js with the default version (1.4.13) before I opened this thread, but anyway, I just did it again. Redownloaded 1.4.13 and uploaded thread.js didn't seem to resolve the issue.
|
|||
|
03-28-2011, 08:31 AM
Post: #20
|
|||
|
|||
RE: Quick Reply's Loading Icon loading forever
(03-28-2011 02:25 AM)rangana Wrote: Sorry for all the trouble Matt, but I had already replaced thread.js with the default version (1.4.13) before I opened this thread, but anyway, I just did it again. Redownloaded 1.4.13 and uploaded thread.js didn't seem to resolve the issue. It seems to work over here, now. Maybe you have to do a hard refresh to clear cache. CTRL+F5 My latest plugins: Extra Forum Permissions | Facebook Meta Tags | Auto Unapprove Reported Posts
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread:
Search
Member List
Calendar
Help


RE: Quick Reply's Loading Icon loading forever 

![[Image: sig.png]](http://img-url.com/u/sig.png)