Please or Register to create posts and topics.

Advanced Custom Fields plugin

Hi,

I am testing your plugin.

I am using Advanced Custom Fields plugin.

I have placed your forum into my post [forum]. The page URL is:

http://MY.pl/pl/grupydedykowane/grupa-virtual-reality/

It is displayed properly. But when I am trying to submit a new post I get 404 error, URL is

http://MY.pl/pl/grupa-virtual-reality/

Could you help?

Regards

Hello antonijakubaik

Your link is not working for me. I can only see a contact formular. Please also check other plugins, maybe it is a compatibility. You can try to disable them and switch to one of the default themes for testing purposes to ensure that it is not a forum bug.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I think, that the problem lies in the canonical URL’s at my website, they do not looks properly.

A quick fix for me is to modify the setLinks function… But I am not sure about it.

 public static function setLinks() {
 global $wp;
 $links = array();
// $links['home'] = get_page_link(self::$asgarosforum->options['location']);
 $links['home'] = add_query_arg('', '', trailingslashit(home_url($wp->request)));


I still can not see the forum at all on your page. I only get this page when I open your link:

Kontakt z właścicielem domeny my.pl

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!