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: 8373
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="" />
_________________________
UBB.threads Developer

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
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
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?

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
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
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?

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



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks