php forum
php mysql forum
php mysql smarty
 
Topic Options
#243072 - 04/17/03 04:25 AM Bug in templates UBB.threads™ 6.3b1
Nettomo Online   happy
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen

   Bug in templates UBB.threads™ 6.3b1 to Del.icio.us Add to del.icio.us
  Digg Bug in templates UBB.threads™ 6.3b1 Digg it
XXX find in tht ubbthreads.tmpl: <br /> <br /><!-- END OF FORUM LOOP --> <br /></table> <br /></td> <br /></tr> <br /></table> <br /> <br />XXX replace it: <br /> <br /><!-- END OF FORUM LOOP --> <br /> <br />$tbclose <br /> <br />XXX end <br />================================ <br /> <br />Next <br /> <br />XXX find in tht myhome.tmpl: <br /> <br /><!-- END ONLINE LOOP --> <br /> <br /></table> <br /></td> <br /></tr> <br />$tbclose <br /> <br />XXX replace it: <br /> <br /><!-- END ONLINE LOOP --> <br /> <br />$tbclose <br /></table> <br /></td> <br /></tr> <br /> <br />XXX end <br />================================ <br /> <br />Nettomo <br />
_________________________
www.board.se
www.u3.board.se

Top
#243073 - 04/17/03 05:17 AM Re: Bug in templates UBB.threads™ 6.3b1 [Re: Orlov]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Thanks! I'll make sure I fix those bugs when I release my modified templates <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#243074 - 04/17/03 10:51 AM Re: Bug in templates UBB.threads™ 6.3b1 [Re: Orlov]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
Replied on Infopop to this but want to make sure everyone sees this. I don't think that second fix is right. That change will make the HTML look like this:<br /><br /></table><br /></td><br /></tr><br /></table><br /></table><br /><br />Which definitely isn't valid <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
StogieSmokers.com

Top
#243075 - 04/17/03 03:08 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: Sally]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Yeah the my home looks fine as it is<br /><br /></table> <br /></td> <br /></tr> <br />$tbclose <br /><br />Is correct.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#243076 - 04/17/03 03:51 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: sf49rminer]
Nettomo Online   happy
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
Hi omegatron ,<br />ist in ordnung,<br />nur wenn du mit der "tbopen.tmpl" & "tbclose.tmpl" arbeitest ,<br />wie zb. mit "Chrome table wrapper " usw.<br />dann gibt es probleme<br /><br />================<br /><br />Rear one omegatron, is correct, only if you work with "tbopen.tmpl" & "tbclose.tmpl", like e.g. with "chrome table more wrapper" etc. then gives it problems <br /><br />Sorry Babel Fish tranclator<br /><br />Nettomo
_________________________
www.board.se
www.u3.board.se

Top
#243077 - 04/17/03 03:53 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: sf49rminer]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Actually, in myhome.tmpl in 6.2.3 it has:<br /><br />
Code:
<br />$tbclose<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />
<br /><br />So which is right?
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#243078 - 04/17/03 04:04 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: eslmix]
Nettomo Online   happy
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
Hi AKD96, <br />we talks about "UBB.threads? 6.3b1" <br /> <br />Nettomo
_________________________
www.board.se
www.u3.board.se

Top
#243079 - 04/17/03 05:08 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: Orlov]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Yeah, I know. In 6.2.3 the order is different as compared to 6.3br1. <br /> <br />6.2.3
Code:
 <br />$tbclose <br />&lt;/td&gt; <br />&lt;/tr&gt; <br />&lt;/table&gt;
<br /> <br />6.3br1
Code:
 <br />&lt;/table&gt; <br />&lt;/td&gt; <br />&lt;/tr&gt; <br />$tbclose
<br /> <br />It's not just the placement of $tbclose. Which one is correct?
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#243080 - 04/17/03 05:40 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: eslmix]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Either one of those will validate if the table tr and td tags are closed.<br /><br /> The one Nettomo posted will not validate any which way. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#243081 - 04/17/03 07:27 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
The issue with MyHome that was fixed for 6.3.... is that useing the $tbopen and $tbclose in the private message / friends table and you are using a fixed table width (as opposed to a percentage) in the theme file.....<br />well you can imagine... it doesn't look right. <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />So I think this one:<br /><br /></table> <br /></td> <br /></tr> <br />$tbclose<br /><br />is correct. But I haven't tested. <br /><br />If you're using a % table width, all should be fine. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#243082 - 04/17/03 07:31 PM Re: Bug in templates UBB.threads™ 6.3b1 [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
As I stated above Rick got it right in 6.3<br /><br /></table> <br /></td> <br /></tr> <br />$tbclose <br /><br />This is validated by W3C org. I ran it on my test site with 6.3
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#243083 - 04/22/03 08:01 AM Re: Bug in templates UBB.threads™ 6.3b1 [Re: sf49rminer]
jluerken Offline
Member

Registered: 08/27/02
Posts: 233
This is looking like the failure I found regarding the sidebar.<br /><br />In [6.2.x] is the same error. You can only see it if you use the table wrapper or the sidebar hack otherwise its not displayed and looking fine <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
Ciao jluerken
--------------------
www.uce-clan.de www.clanforums.com

[]http://www.uce-clan.de/images/uce_banner2.gif[/]

Top


Who's Online
0 Registered (), 25 Guests and 4 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by AllenAyres
10/13/08 01:36 PM
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Newest Members
Ultimatelunker, mehak, edhunter, Kevs, pisa666
13349 Registered Users
Top Posters Last 30 Days
AllenAyres 12
blaaskaak 6
FREAK1 4
Ian_W 4
tackaberry 4
Gizmo 4
Murphdog 3

 

 

 
fusionbb message board php hacks