Search found 6 matches

by Mike_T
Tue Sep 24, 2013 1:54 pm
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Re: Bad </td> formatting in Serendipity Administration Suite

No worries Garvin I'm in the process of getting my head around the strange combination of OOP and procedural programming that is the PHP animal. Lots of global variables and lack of encapsulation - something I am not all that comfortable with (but getting used to) :-) Its almost as if PHP want's to ...
by Mike_T
Tue Sep 17, 2013 11:04 am
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Re: Bad </td> formatting in Serendipity Administration Suite

Leave it with me. I'll study the documentation and the code over the next couple of months, and see if I can do a UML analysis. I have several other non-programming related projects on the go, and this will have to fit between them, but it will give me something to exercise my grey matter :-P BTW, y...
by Mike_T
Mon Sep 16, 2013 11:54 pm
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Re: Bad </td> formatting in Serendipity Administration Suite

Is there a UML map of s9y available so that I can see how it all fits together? If not, then perhaps I should make that my next project.

Mike T
by Mike_T
Mon Sep 16, 2013 3:05 pm
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Re: Bad </td> formatting in Serendipity Administration Suite

Thanks People I'm just using the default template Ian. The glitch is not affecting the performance of the page (as far as I can see anyway); so I'll just keep using it as is for now. As I get more familiar with the code and the code file anatomy I will be of more use to you in nailing down any bugs ...
by Mike_T
Mon Sep 16, 2013 12:36 pm
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Re: Bad </td> formatting in Serendipity Administration Suite

Hi Ian Thanks for that info. The version of serendipity I am using is from the "serendipity-1.7.3.zip" package. I haven't installed any extra plug-ins. I downloaded it yesterday and am now working through learning how to use it. I have done a fair bit of C and Java programming, have been c...
by Mike_T
Mon Sep 16, 2013 2:10 am
Forum: Bugs
Topic: Bad </td> formatting in Serendipity Administration Suite
Replies: 14
Views: 7627

Bad </td> formatting in Serendipity Administration Suite

Hi There is a minor HTML formatting bug in the code generated for the Serendipity Administration Suite entry page. The table row for the td colspan="2" id="serendipityAdminInfopane" data has a faulty end of row delimiter. Here is the section of HTML that is affected. Cheers Mike_...