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 Offline
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
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 Offline
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 Offline
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 (), 26 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks