09-03-2019, 07:31 AM
Fixed the user guide links that were resulting in endless loops.
CodeIgniter website ported to CodeIgniter 4
|
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
Wait, what?
09-06-2019, 02:56 AM
(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.
09-06-2019, 06:04 AM
(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 ![]()
09-06-2019, 08:24 AM
@ciadmin,
I did notice that there was a difference but I couldn't quite put my finger on it. This answers my question. nice.
09-09-2019, 07:41 AM
I would be quite happy to redesign the CodeIgniter website if that would be something that would be liked?
09-09-2019, 07:56 AM
(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
09-29-2019, 03:34 AM
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. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
09-29-2019, 05:52 AM
(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! (09-03-2019, 05:03 AM)demyr Wrote: Impressive! Also it looks like it filezilla uc browser rufus working faster than the previous one. (09-06-2019, 02:56 AM)dave friend Wrote:The new website repository is the first of what we hope to be several "CodeIgniter 4 projects" that are officially maintained.(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/ |