quote on post, goes on loading forever

Started by scimmiotto, June 30, 2012, 09:39:07 AM

Previous topic - Next topic

scimmiotto

Hi to all


in my forum http://ingegneriaforum.it, whenever i attempt to quote some posts in quick reply, it remains with "loading" without showing the quote on quick reply box.


How to solve? :(
Loop code example:
The following statement is FALSE
The previous statement is TRUE.

kat

Try disabling "Quick reply".

Does that change anything?

scimmiotto

yes, if i disable quick reply, the quote loads correctly....but i need the quick reply :(


another thing. If i go in layout template, and try to modify settings for all users, when i click save, it reloads the page without modifications.
Loop code example:
The following statement is FALSE
The previous statement is TRUE.

scimmiotto

Loop code example:
The following statement is FALSE
The previous statement is TRUE.

kat

Let's stick with the quick reply, for now. (Especially as I don't understand what you mean by "layout template")

I believe this has been covered a number of times, here. Did you try a search, if you're in such a big hurry?

What mods do you have?

Have you tried disabling WYSIWYG? (It's crap, anyway)

Have you tried emptying your browser's cache and your forum cache?


scimmiotto


All was done without results.

another small tip...

it seems that both shout box ajxachat, both wysiwyg doesn't work now....all after had updated my forum to the latest version...what is the problem?
Loop code example:
The following statement is FALSE
The previous statement is TRUE.

kat

Did you look to see if there's an updated version of Ajax chat?

emanuele

Which spoiler mod do you have installed?

Find where this code is appended to the beginning of the page and probably all your javascript related problems will go away. ;)


<script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript src="http://code.jquery.com/jquery.min.js"%3E%3C/script%3E'))</script>



<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[

jQuery(document).ready(function() {

var is_visible = false;



jQuery('.spoiler_toggle').prev().append(' [<a href="#" class="spoiler_toggle_link">' + 'Show' + '</a>]');

jQuery('.spoiler_toggle').hide();



jQuery('a.spoiler_toggle_link').click(function() {

is_visible = !is_visible;



jQuery(this).html((!is_visible) ? 'Show' : 'Hide');

jQuery(this).parent().next('.spoiler_toggle').toggle('slow');



return false;

});

});

// ]]></script><


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.


Advertisement: