• Resolved grk1

    (@grk1)


    Hi,

    I have pushed the asgaros forum on my homepage but it doens’t work. When i click a link on it it answers “Nothing to display”.

    If I moove it back to a non homepage page, it works well displaying posts and subforums etc …

    Any clue ?

    Tahnk’s,

    Quentin

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @grk1

    The “Nothing to display” message is not generated by the Asgaros Forum plugin. Do you use some other plugins for SEO or URL-rewriting? What is your permalink-structure? Can check if other plugins are responsible for this by temporary disable them?

    Thread Starter grk1

    (@grk1)

    Hi @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

    Thread Starter grk1

    (@grk1)

    Hi back,

    Here are some screens if it can help

    argaros forum bug1
    argaros forum bug2
    argaros forum bug3

    Plugin Author Asgaros

    (@asgaros)

    Hello again, @grk1

    First of all: Are you using the latest version of the plugin?

    If yes: Did you set the “Forum location” to the correct page (not post) in the forum settings?

    If the answer to this is also yes: Can you please enable the search functionality and check if the search view is working by adding only this parameters to the homepage:
    my-website.com/my-path-to-wordpress/?view=search

    Checking this things will help me to reproduce the error because with your settings everything is working fine on my test installation.

    Thread Starter grk1

    (@grk1)

    Thank’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 search

    Works well

    Other maybe important info : i’m under a multisite wordpress (not standalone)

    argaros4

    Plugin Author Asgaros

    (@asgaros)

    @grk1

    When the view-parameter is working it seems a problem with the id-parameter. I had the same problem a couple of days ago when using the forum at the homepage when I registered the id-parameter as a query-var for testing purposes in the plugin. WordPress doesnt do this by default and I am not exactly sure yet why this happens. So it seems to be that another plugin or your theme is doing this query-var definition.

    Have you tested to disable all other plugins to ensure that it is no compatibility issue?

    Thread Starter grk1

    (@grk1)

    Ok,

    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

    Thread Starter grk1

    (@grk1)

    Renamed

    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

    Plugin Author Asgaros

    (@asgaros)

    @grk1

    I will try to find a way to fix this as soon as possible because I will need this also for SEO-friendly URLs. But it will be not in the next release so you have to make this little change to your code again after an update.

    Sorry for the circumstances! ??

    Thread Starter grk1

    (@grk1)

    Hi @asgaros,

    No problem.

    Thank’s a lot for your support.

    Quentin

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Asgaros forum on the homepage’ is closed to new replies.