Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken >>xxx links between synchronized boards. #11

Open
Admin-Kaf opened this issue Sep 27, 2014 · 0 comments
Open

Broken >>xxx links between synchronized boards. #11

Admin-Kaf opened this issue Sep 27, 2014 · 0 comments

Comments

@Admin-Kaf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant