towards-a-new-leftypol / leftypol_lainchan

Other
6 stars 8 forks source link

Catalog links in the board list bar. #216

Open krates-leftypol opened 3 years ago

krates-leftypol commented 3 years ago

Replace https://github.com/towards-a-new-leftypol/leftypol_lainchan/blob/53769d8f3a966db48b4c8f562203187053e5fe59/inc/display.php#L40 $body .= ' <a href="' . $root . $actual_board . '/' . $config['file_index'] . '"'.$title.'>' . $board . '' . ($config['catalog_link'] ? ('+') : '') . ' /';

Replace https://github.com/towards-a-new-leftypol/leftypol_lainchan/blob/53769d8f3a966db48b4c8f562203187053e5fe59/inc/display.php#L48 $body .= ' <a href="' . $root . $board . '/' . $config['file_index'] . '"'.$title.'>' . $board . '' . ($config['catalog_link'] ? ('+') : '') . ' /';

For /overboard/ append https://github.com/towards-a-new-leftypol/leftypol_lainchan/blob/53769d8f3a966db48b4c8f562203187053e5fe59/inc/display.php#L78 $body = preg_replace('!overboard!', '$0+', $body);

Screenshot_20210128_013243

nonmakina commented 3 years ago

If I understand the issue, this is a UI/UX bug.