![]() |
CodeIgniter website ported to CodeIgniter 4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2) +--- Thread: CodeIgniter website ported to CodeIgniter 4 (/showthread.php?tid=74245) |
RE: CodeIgniter website ported to CodeIgniter 4 - ciadmin - 09-03-2019 Fixed the user guide links that were resulting in endless loops. RE: CodeIgniter website ported to CodeIgniter 4 - Leo - 09-04-2019 Theres a horizontal scroll on bottom, that looks like a sloppy CSS, on Firefox Mozilla, 1920 resolution monitor Its caused by class row, for me, specifically by this: margin-right: -15px; margin-left: -15px; (that looks weird) Also this: https://prnt.sc/p1tnzg RE: CodeIgniter website ported to CodeIgniter 4 - dave friend - 09-06-2019 (09-03-2019, 07:31 AM)ciadmin Wrote: Fixed the user guide links that were resulting in endless loops.Not sure it's fixed yet. When I browse to https://codeigniter.com/user_guide/ I'm getting the error page with... Quote:This page isn’t working If I append the URL with a file name, i.e. https://codeigniter.com/user_guide/index.html it works. RE: CodeIgniter website ported to CodeIgniter 4 - ciadmin - 09-06-2019 (09-06-2019, 02:56 AM)dave friend Wrote:(09-03-2019, 07:31 AM)ciadmin Wrote: Fixed the user guide links that were resulting in endless loops.Not sure it's fixed yet. When I browse to https://codeigniter.com/user_guide/ That is correct. The link in the website has been fixed, but there is still an issue trying to reference the user guide without the index.html. So, my solution is only partial & I still have a misconfiguration to track down ![]() RE: CodeIgniter website ported to CodeIgniter 4 - php_rocs - 09-06-2019 @ciadmin, I did notice that there was a difference but I couldn't quite put my finger on it. This answers my question. nice. RE: CodeIgniter website ported to CodeIgniter 4 - dturner123 - 09-09-2019 I would be quite happy to redesign the CodeIgniter website if that would be something that would be liked? RE: CodeIgniter website ported to CodeIgniter 4 - PaulD - 09-09-2019 (09-09-2019, 07:41 AM)dturner123 Wrote: I would be quite happy to redesign the CodeIgniter website if that would be something that would be liked? Please see https://forum.codeigniter.com/thread-74262.html RE: CodeIgniter website ported to CodeIgniter 4 - InsiteFX - 09-29-2019 Jim, I was just looking at the CI 4 Website2 and the .gitignore file is still using all of the folder names from CI 3. RE: CodeIgniter website ported to CodeIgniter 4 - ciadmin - 09-29-2019 (09-29-2019, 03:34 AM)InsiteFX Wrote: Jim, I was just looking at the CI 4 Website2 and the .gitignore file is still using Hmm - it looks like a mashup between the two, which I will fix. Thanks for the heads up! RE: CodeIgniter website ported to CodeIgniter 4 - dave friend - 11-27-2019 Something has been bothering me subliminally about the Forum for a while. I just realized what it is. The CI logo should be on the browser tab. Instead, I'm seeing a generic, browser-supplied globe on Chrome, and no icon at all on Firefox. Missing favicon? |