1 myob9a Oct 05, 2011 06:36
3 myob9a Oct 05, 2011 23:45
See http://www.cla.asn.au/page/articles.php with Ajax on. This site has cross blogs running and only the Article related posts have Ajax enabled for this exercise. That is http://www.cla.asn.au/page/subs.php will provide examples of what happens when Ajax is off. The Home page is a mix of posts.
Thanks
4 sam2kb Oct 06, 2011 00:13
mootools.js may be a problem here
First see if removing mootools.js tag fixes the forms, if it is we'll figure out a more elegant solution :)
5 myob9a Oct 06, 2011 00:41
The only place I can see mootools.js in the files is in the _footnotes_plugin which is not used/called. A search of all files does not reveal it been called anywhere else. I renamed the plugin.
However, the issue remains.
6 sam2kb Oct 06, 2011 03:59
mootools.js is gone now. However I realized that forms don't load simply because you don't have jQuery library.
Make sure you have this line at the end of <head> section in your skin, usually in _html_header.inc.php
include_headlines();
You may also want to compare your custom _html_header.inc.php with the original in /skins directory, and transfer changes.
7 myob9a Oct 06, 2011 04:34
Yep - worked. Thanks for the help. However, I have to turn-off Ajax to get the re-captcha plug-in to work. Is there an advantage in not using re-captcha and only using Ajax or should one use both and if so how?
8 sam2kb Oct 06, 2011 04:42
AJAX forms give you a great level of protection against average spammers. More advanced spammers can bypass both AJAX forms and captcha anyway.
My choice would be enable AJAX forms and page cache, and disable captcha for a few days and see how it goes.
9 sam2kb Oct 06, 2011 04:45
BTW I just sent a test comment and it looks like it went through!
10 sam2kb Oct 09, 2011 22:00
Ok, here's a completely rewritten new version of reCaptcha plugin, compatible with b2evo 4.x and AJAX forms
11 ednong Oct 22, 2011 02:46
If I'm not logged in and look on the side for feedback/comments of the post, there will be the flash circle - and nothing happens.
Version 4.1.1 of b2evo now from 4.0.5, FF 7.0.1 Flash and Javascript is active.
1. Where I can deactivate this - not so good - thing with this flash for the comment side?
2. Is it right, that at the URI "http://domain.tld/blogs/admin.php?ctrl=settings" the tab "General" (in german: Allgemein) is not working?
thanks for your answer
12 sam2kb Oct 22, 2011 02:49
1. Where I can deactivate this - not so good - thing with this flash for the comment side?
Blog settings > Advanced > AJAX forms
Could you give a link to your blog?
2. Is it right, that at the URI "http://domain.tld/blogs/admin.php?ctrl=settings" the tab "General" (in german: Allgemein) is not working?
This bug will be fixed in 4.1.2
13 ednong Oct 22, 2011 02:56
Hi
Could you give a link to your blog?
blogs.ednong.de/
2. Is it right, that at the URI "http://domain.tld/blogs/admin.php?ctrl=settings" the tab "General" (in german: Allgemein) is not working?
This bug will be fixed in 4.1.2
Nice to hear - but how get I access to this settings?
thanks for your answer
ed
14 sam2kb Oct 22, 2011 03:11
Well.. you disabled AJAX forms already. Can you enable them back for a few minutes so I can check what's going wrong?
Nice to hear - but how get I access to this settings?
15 ednong Oct 22, 2011 03:18
sam2kb wrote:
Well.. you disabled AJAX forms already. Can you enable them back for a few minutes so I can check what's going wrong?
Enabled, Sir. Now! ;) until 3:30 h CEST
Now I change it back - I hope, it was enough time for testing.
Thx for your help.
16 sam2kb Oct 22, 2011 03:38
Ok, now disable captcha plugin and see if forms are working ;)
If they are you may want to install the latest reCaptcha plugin which takes care of registration and login screens leaving AJAX comment forms alone. You don't really need both captcha and AJAX forms.
17 ednong Oct 25, 2011 01:44
Nope,
I will not disable the captcha. And no, I will not install the recaptcha thing. I like the captcha from blueyed - it's great and enough.
So I will let disabled the AJAX thing because it will not work with some browser together and let enabled the latest captcha thing from blueyed. So no Spam here now and in future, I guess.
Thx for your help
ednong
18 myob9a Nov 07, 2011 04:22
sam2kb
Just uploaded V4.1.2 (changed files only) and my problem with loading Ajax forms has returned.
The file has retained your earlier suggestion of including just before </head> the code <? include_headlines(); ?>
Any suggestions?
19 rent Nov 18, 2011 00:41
myob9a wrote:
sam2kb
Just uploaded V4.1.2 (changed files only) and my problem with loading Ajax forms has returned.
The file has retained your earlier suggestion of including just before </head> the code <? include_headlines(); ?>
Any suggestions?
Same here :/
Furthermore disabling AJAX in preference tab does not work for me.
You need to have javascript enabled to load AJAX forms.
Can you post a link to your website and enable AJAX form for a while?