1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Resolved Links not shown correctly

Discussion in 'AMS Support' started by hollosch, May 20, 2019.

Tags:
  1. hollosch

    hollosch New Member AMS Premium UBS Premium

    Hi Bob,
    what can be the problem with displaying the links to an article not correctly?
    How to configure correctly?

    thx a lot

    SCREEN#1452-2019-05-20.png
     
  2. Bob

    Bob Developer Staff Member

    'ams' is the base ROUTE in AMS. The ROUTE shown in the image you posted is using a ROUTE FILTER named 'artikel'.

    My GUESS is that you have either changed the ROUTE FILTER to something other than 'artikel' OR the ROUTE FILTER has been disabled or deleted.

    Can you confirm that you have a ROUTE FILTER in place for AMS and that the ROUTE FILTER is /artikel and not something else?

    Links embedded into Post are not DYNAMIC, so you can not change a ROUTE FILTER and expect those links to change, as LINKS in posts are hard coded to what ever they were when added to the post.
     
  3. Bob

    Bob Developer Staff Member

    Just FYI... if it IS a case of a changed or remove ROUTE FILTER, Kier (for XF1) and Chris (for XF2) have released addons named "Post Content Find/Replace". You can use those addons to search all posts to find those links with the OLD ROUTE FILTERS and replace them with the NEW ROUTE FILTER (or the base route). @alfa1 did this not too long ago.
     
    alfa1 likes this.
  4. hollosch

    hollosch New Member AMS Premium UBS Premium

    Yes, i use a ROUTE FILTER
     

    Attached Files:

  5. hollosch

    hollosch New Member AMS Premium UBS Premium

    Have i use to tool for all articles in future???
     
  6. Bob

    Bob Developer Staff Member

    One thing I just noticed in your screen shot is that you've TRANSLATED the phrase and there is a MISSING TAG (the opening 'PLAIN' tag is missing and is displaying the closing 'PLAIN' tag. (plus those should not be displaying, they should be parsed)

    Post your TRANSLATION of the phrase: xa_ams_article_thread_create
     
  7. hollosch

    hollosch New Member AMS Premium UBS Premium

    Hi Bob,

    Original:
    Code:
    This thread is for the general discussion of the {term} [url={article_link}][plain]{title}[/plain][/url]. Please add to the discussion here.
    Translation:
    Code:
    Dieser Thread ist für die allgemeine Diskussion des {term} [url = {article_link}] [plain] {title} [/ plain] [/ url]. Bitte ergänze die Diskussion hier.
    Maybe the "spaces" is the problem?
     
  8. Bob

    Bob Developer Staff Member

    This is wrong. You have added SPACES where there can't be SPACES.
    Code:
    [url = {article_link}] [plain] {title} [/ plain] [/ url]

    Replace your translation with this...
    Code:
    Dieser Thread ist für die allgemeine Diskussion des {term} [url={article_link}][plain]{title}[/plain][/url]. Bitte ergänze die Diskussion hier.
    

    Note: You will have to EDIT any existing posts as once the post is created, its raw text and can only be changed by editing it.
     
  9. hollosch

    hollosch New Member AMS Premium UBS Premium

    Ok, thanks. I'll try it.
     
  10. Bob

    Bob Developer Staff Member

    Create a TEST Article that you can delete after testing :) If its still doing it after testing, I'd need access to your site to do any further troubleshooting.
     
  11. hollosch

    hollosch New Member AMS Premium UBS Premium

    This works. Thanks a lot !!!
     
    Bob likes this.
  12. Bob

    Bob Developer Staff Member

    I wished I had noticed that earlier :/ At least its fixed NOW tho ;)

    Be safe my friend!
     
  13. hollosch

    hollosch New Member AMS Premium UBS Premium

    No problem!
    Thanks, you too!
     
    Bob likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.