CodeIgniter Forums
Typeigniter is born! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Typeigniter is born! (/showthread.php?tid=14505)

Pages: 1 2 3 4 5


Typeigniter is born! - El Forum - 01-06-2009

[eluser]MikeHibbert[/eluser]
[quote author="cereal" date="1231281429"]Really interesting, but I'm experiencing a layout problem in your control panel, here's a screenshot:

http://www.postimage.org/image.php?v=aV23ejgA

bye Smile

P.S. this is my user-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4[/quote]

Yeah I have this issue too

I'm on FF3 on ubuntu linux

Mike


Typeigniter is born! - El Forum - 01-06-2009

[eluser]murphy2006[/eluser]
Wow, that was strange ;-) I have tested the control panel on, FF2+ IE6+ Google Crome and Safari all looks fine. All on Windows so the problem seems related to Linux somehow, I will try and find a linux computer somewhere to sort it out.


Typeigniter is born! - El Forum - 01-06-2009

[eluser]MikeHibbert[/eluser]
Hi

The problem is with the padding on the <a> tags in the navigation div.

Its currently padding: 11px 10px 10px; and if you set it to padding: 10px 10px 10px; that fixes it, and hopefully doesnt break it for other OSes Big Grin

Mike


Typeigniter is born! - El Forum - 01-06-2009

[eluser]murphy2006[/eluser]
Ok Mike, will test it, thanks!
By the way I have expanded the normal text content module. The admin can now choose to publish normal text or code snippet. Rather nice.


Typeigniter is born! - El Forum - 01-06-2009

[eluser]thinkigniter[/eluser]
getting this error after I login then logout.
Code:
A Database Error Occurred

Error Number: 1062

Duplicate entry '4294967295' for key 1

INSERT INTO `be_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('b9d862ca9bf756f466a0f0ffff6d5215', '58.111.153.251', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv', 1231282373)

Other than that it's looking good.


Typeigniter is born! - El Forum - 01-06-2009

[eluser]cereal[/eluser]
me too!


Typeigniter is born! - El Forum - 01-06-2009

[eluser]ray73864[/eluser]
same


Typeigniter is born! - El Forum - 01-07-2009

[eluser]murphy2006[/eluser]
Ok thanks for the feedback, I have fixed the problem.
I have also added support for smilies in comments.


Typeigniter is born! - El Forum - 01-07-2009

[eluser]murphy2006[/eluser]
[quote author="MikeHibbert" date="1231288745"]Hi

The problem is with the padding on the <a> tags in the navigation div.

Its currently padding: 11px 10px 10px; and if you set it to padding: 10px 10px 10px; that fixes it, and hopefully doesnt break it for other OSes Big Grin

Mike[/quote]

I think I have fixed this problem now, could you verify?

Thanks,
Daniel


Typeigniter is born! - El Forum - 01-07-2009

[eluser]cereal[/eluser]
Works fine for me Smile