grk1
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageForum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageRenamed
id to asgarosid in forum.php
here:
$elementID = (isset($_GET[‘asgarosid’])) ? absint($_GET[‘asgarosid’]) : false;And here:
$link = ($elementID) ? add_query_arg(‘asgarosid’, $elementID, $this->links[$type]) : $this->links[$type];It seem to work.
But I have a doubt when you will provide upgrade of your plugin.
Is it possible to push this for your future releases ?
Thank’s a lot again @asgaros for your help
Forum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageOk,
I found the other wordpress plugin enterring in conflict :
It’s sendpress ??Unfortunately I can’t disable it.
Is there is a way to rename quickly the id parameter from your wonderful forum ?
Quentin
Forum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageThank’s a lot for your Quick answer.
Asgaros Forum 1.3.4
The forum location is well setted to the home page
(—> If I set this to another page and call the shortcode on the other page, it works perfectly, the issue is only on the homepage when I try to pass a &id= parameter)In the backend :
Enabled the searchWorks well
Other maybe important info : i’m under a multisite wordpress (not standalone)
Forum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageHi back,
Here are some screens if it can help
Forum: Plugins
In reply to: [Asgaros Forum] Asgaros forum on the homepageHi @asgaros,
No YOAST SEO or other plugins,
Permalinks are set to “Date and Title”The prepare() method is called but it seems it cannot retrieve the value of $post->ID (empty answer when I click a link) but post->ID is well setted without trying to access any element of the forum (no ?view=XX&id=YY)
When trying with the &id=stg -> bogus
Without this get parameter -> homepage load is ok