View Full Version : Quick Edit freezes
lilfields10
08-02-2008, 05:25 AM
I'm making a new style and I've come to find that the quick edit freezes with this new style. It freezes in the sense that once you save it or cancel it, it stays in it's edit form...but if you do actually edit something it saves it...it just doesn't revert back to the post. I hope I'm making sense. I would really appreciate some help in figuring out what I have done. I've gone and looked at all the templates, reverted some...and I can't figure out what it is. Is there some line of code that is vital to the quick edit reverting back to the post once you press cancel or save? :confused:
The quick edit works with other styles I have, so it is the style itself, which is why I'm posting this here. I'm running vBulletin? Version 3.6.7
Lynne
08-02-2008, 02:10 PM
Really the only way to figure this out is to compare your templates to the default ones that work. I'd look to make sure all scripts are including and not left out of the new templates. You could also look at a page in a working style and compare the source code to the same page in the non-working style. See what is missing, find the template, and add it. I can't think of any other easier way.
lilfields10
08-03-2008, 05:08 AM
I narrowed it down to it being that the forum is encased in a table, but I don't know why that has this effect. I kind of need that table because it's the backbone of the style and I know of no way I can duplicate it. I would link to it, but it's not live for the public right now because it's still buggy.
Lynne
08-03-2008, 02:09 PM
I seem to recall something about people using tables and some code in the footer getting stuck 'in' the table and thus it didn't work. So, you might want to look at the footer template and make sure any code is 'outside' of the table.
Princeton
08-04-2008, 02:15 PM
just taking a guess..
check that all the ID attributes has been transferred to new style
lilfields10
08-04-2008, 09:45 PM
They have been transferred over, I'm pretty sure...
Here, I made a section that visitors can post and edit in so you can see what I mean and look at my code:
http://www.alienwareniche.com/forums/showthread.php?p=36091
Lynne
08-05-2008, 03:11 AM
I tried hitting Post Reply, but the page never finishes loading for me. It's stuck connecting to ads . clickser . com
lilfields10
08-05-2008, 05:13 AM
yeah, I don't know what's with their server lately, try it now, I took of the clicksor ads. I really appreciate the help. One of my members said it works for him, but I don't think he knows what I'm talking about :P
--------------- Added 1217950815 at 1217950815 ---------------
Woah, ok, so I just put two and two together with what my member was saying and evidently it isn't the table, it's "PredictAd" -> http://www.predictad.com/
Lynne
08-05-2008, 02:43 PM
I see the problem, but I can't see why it is happening. It looks like the scripts are there. The only thing I can think to do is view the page with your new style and view the source code. Then view the same page with a style that works and view the source code. Then compare the two source codes and see what the differences are. Also, note where you table is and see what sort of things are called inside that table.
lilfields10
08-05-2008, 06:29 PM
I see the problem, but I can't see why it is happening. It looks like the scripts are there. The only thing I can think to do is view the page with your new style and view the source code. Then view the same page with a style that works and view the source code. Then compare the two source codes and see what the differences are. Also, note where you table is and see what sort of things are called inside that table.
It turned out to be PredictAd's javascript...I don't know why that caused it...but that was it. Now I'm trying to figure out if I can even use PredictAd without it causing problems. It also blocked out the status mod :confused:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.