Zen Cart Logo
Forums / All Other Contributions/Addons / Menus and duff html

Menus and duff html

Locked

Views: 1,424

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
12 Dec 2006, 5:29 PM
#1
ijyoung avatar

ijyoung

New Zenner

Join Date:
Nov 2006
Posts:
37
Plugin Contributions:
0

Menus and duff html

I am on a mission to try and clean up the admin area's bad html and make it look a whole lot better at the same time.

I am looking for the pages that actually have the menu html and that which generates the image end tags. I have rummaged around but haven't found them yet. Anyone have a clue where to go look?

cheers

Ian

12 Dec 2006, 6:27 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Menus and duff html

As we will be redoing the Admin ... I am not sure that it is worth the effort ...

12 Dec 2006, 6:54 PM
#3
ijyoung avatar

ijyoung

New Zenner

Join Date:
Nov 2006
Posts:
37
Plugin Contributions:
0

Re: Menus and duff html

Funny that

Leave computer for hours and then on return find some of what you are after.

Sorted the menu problem in general.php line 2784 change </UL> to </ul>

html_output.php change image end tags to /> (that is if we are going to have XHTML 1.0 pages. Doesn't seem to be much consensus here.

Now to find out why all the links that are generated do not have proper code.

Sheesh

Ian :blush:

12 Dec 2006, 7:17 PM
#4
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Menus and duff html

The link code problem you are talking about might be related to &'s and &'s ? In that case I am not sure if we can call it improper code or a validator problem, but solving it has advantages either way of course (because when it's solved it will make the other code easier to validate).

And Ajeh is right of course. What are you going to do when the admin is being updated by the Zen team? Stick to your own version? Throw all your hard work away? Or do it over again? Maybe it's a bit to early for this?

On the other hand a list of current errors/problems might be helpfull of course :-)

12 Dec 2006, 7:22 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Menus and duff html

Remember all that ugly iccky nasty code way back in v1.0.x, 1.1.x and 1.2.x ... and notice how much nice things are now?

Imagin the changes due for the Admin to get it cleaner ...

Granted the functionality will always rule in the Admin ... but so much to do ... and so little time ... :cool:

12 Dec 2006, 9:23 PM
#6
ijyoung avatar

ijyoung

New Zenner

Join Date:
Nov 2006
Posts:
37
Plugin Contributions:
0

Re: Menus and duff html

Ajeh:

As we will be redoing the Admin ... I am not sure that it is worth the effort ...

I cannot wait for something that may not happen this side of the decade!

12 Dec 2006, 9:24 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Menus and duff html

Have fun with it ... :smile:

12 Dec 2006, 9:28 PM
#8
ijyoung avatar

ijyoung

New Zenner

Join Date:
Nov 2006
Posts:
37
Plugin Contributions:
0

Re: Menus and duff html

paulm:

The link code problem you are talking about might be related to &'s and &'s ? In that case I am not sure if we can call it improper code or a validator problem, but solving it has advantages either way of course (because when it's solved it will make the other code easier to validate).

There is more than just the above. Some pretty sloppy coding.

And Ajeh is right of course. What are you going to do when the admin is being updated by the Zen team? Stick to your own version? Throw all your hard work away? Or do it over again? Maybe it's a bit to early for this?

The plan is to use my own version in separate folder until some better templates come along. It is not too early and long overdue.

On the other hand a list of current errors/problems might be helpfull of course :-)

I can do that as part of but may be like War and Peace in size.

Ian