|
Joined: Jan 2003
Posts: 250
Member
|
Member
Joined: Jan 2003
Posts: 250 |
Cool. Yeah, since enforced compliance is still a ways off, I didn't spend much time on it...
I will integrate the changes and upload it though.
Cheers!
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
Member
Joined: Apr 2001
Posts: 3,266 |
LOL I am real big on compliance. I kinda let that be my little nitch. I like to nitpick.  What would you expect from a perfectionist.
|
|
|
|
Joined: Jan 2003
Posts: 250
Member
|
Member
Joined: Jan 2003
Posts: 250 |
That is great by me, and I totally agree with you. Basically I am just trying to make excuses for being lazy in my coding! 
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
Member
Joined: Apr 2001
Posts: 3,266 |
Yes but you did such a wonderful job. I remember the thread over at Infopop with you asking for a copy of the constructor. You took it upon yourself to do what ya had to do and you got the job done. You can't ask for anything better. Clean up issues always come up after a release.
|
|
|
|
Joined: Feb 2001
Posts: 2,268
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 2,268 |
[] omegatron said:LOL I am real big on compliance. I kinda let that be my little nitch. I like to nitpick.  What would you expect from a perfectionist. [/] Please continue to do so! The more standard compliant a site’s scripting the better it will work with all browsers. If it doesn't work with a particular browser then it's up to the people who code the browser to make it work 
|
|
|
|
Joined: Jan 2003
Posts: 250
Member
|
Member
Joined: Jan 2003
Posts: 250 |
Thanks, Chuck!
DLT - too true!
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
Member
Joined: Apr 2001
Posts: 3,266 |
Okay Chris here goes it. XHTML issue corrections In Ubbthreads.tmpl you say put this code <font size="1"><a href="javascript:void(0);" onclick="showMenu('globeMenu',this.id,20,5);event.cancelBubble=true" id="globeCrumb"><img src="{$config['imageurl']}/globe.gif" border="0" align="middle" alt="Today's Active Topics and New Since Last Visit" /></a> <a href="{$config['phpurl']}/ubbthreads.php?Cat=">{$config['title']}</a></font> Change it to this: <tr><td colspan=5" class="tdheader"> <font size="1"><a href="javascript:void(0);" onclick="showMenu('globeMenu',this.id,20,5);event.cancelBubble=true" id="globeCrumb"><img src="{$config['imageurl']}/globe.gif" border="0" align="middle" alt="Today's Active Topics and New Since Last Visit" /></a> <a href="{$config['phpurl']}/ubbthreads.php?Cat=">{$config['title']}</a></font> </td></tr> In ubbt_header.tmpl you say put this: <body onClick="clearMenus()"> Change to this: <body onclick="clearMenus()"> In header-insert.php you say put this: <script src="/ubbthreads/includes/breadCrumbMenu.js" language="JavaScript"> </script> <style type="text/css"> <!-- #globeMenu {z-index: 500; position: absolute; visibility: hidden;} #catMenu {z-index: 600; position: absolute; visibility: hidden;} #forumMenu {z-index: 700; position: absolute; visibility: hidden;} --> </style> Change it to this: <script src="/ubbthreads/includes/breadCrumbMenu.js" language="JavaScript" type="text/javascript"> </script> <style type="text/css"> <!-- #globeMenu {z-index: 500; position: absolute; visibility: hidden;} #catMenu {z-index: 600; position: absolute; visibility: hidden;} #forumMenu {z-index: 700; position: absolute; visibility: hidden;} --> </style> I also changed the alterline class on the classes in ubbt.inc.php since on most stylesheets this is a bit vague a color. I made them darktable to see better.
|
|
|
|
Joined: Jan 2003
Posts: 250
Member
|
Member
Joined: Jan 2003
Posts: 250 |
Thanks, Chuck. Will incorporate this into the zip and update to v1.1 with a note and your change log.
Still not getting any feedback on if people would find this mod more useful if it were settable by the user in MY HOME... what do you think??
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
Member
Joined: Apr 2001
Posts: 3,266 |
I think it would be cool if they could turn it on or off.
|
|
|
|
Joined: Jan 2003
Posts: 250
Member
|
Member
Joined: Jan 2003
Posts: 250 |
Well, Chuck, you are the driving force here... I will release that in v1.4.
Thanks!
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|