You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone is posting a string ">>658" or ">>>/a/658" on the website aaa.com it's replaced by something like ">>658"
When synchronize with the website bbb.net, the link is broken either because the board synchronized doesn't have the same name (/int/ /wi/), because the link don't include the .html or because the board /a/ doesn't exist on that website.
Before synchronizing messages, the domain name should be added if it's a link to an external board. So that the link looks something like that ">>/a/658".
And if the link is to the local board, convert the link with the right board location and the right page location using $board['dir'], $config['dir']['res'], $config['file_page'], etc.
"/int/res/658.html" => "/wi/res/658";
"/int/res/658.html" => "/int/thread/658.html" etc.
The text was updated successfully, but these errors were encountered:
When someone is posting a string ">>658" or ">>>/a/658" on the website aaa.com it's replaced by something like ">>658"
When synchronize with the website bbb.net, the link is broken either because the board synchronized doesn't have the same name (/int/ /wi/), because the link don't include the .html or because the board /a/ doesn't exist on that website.
Before synchronizing messages, the domain name should be added if it's a link to an external board. So that the link looks something like that ">>/a/658".
And if the link is to the local board, convert the link with the right board location and the right page location using $board['dir'], $config['dir']['res'], $config['file_page'], etc.
"/int/res/658.html" => "/wi/res/658";
"/int/res/658.html" => "/int/thread/658.html" etc.
The text was updated successfully, but these errors were encountered: