SimplePortal

Development => Bugs => Fixed or Bogus Bugs => Topic started by: ccbtimewiz on July 27, 2008, 10:41:39 AM

Title: [TXT] Comment Tag Errors
Post by: ccbtimewiz on July 27, 2008, 10:41:39 AM
Line 13-ish.
Code: (iSPortal.template.php) [Select]
if(!empty($modSettings['showleft']) && !empty($context['blocks']['Left'])) {echo '<!-- Lef Block Side -->Change to:
Code: [Select]
if(!empty($modSettings['showleft']) && !empty($context['blocks']['Left'])) {echo '<!-- // Left Block Side // -->
Title: Re: [TXT] Comment Tag Errors
Post by: ccbtimewiz on July 27, 2008, 10:45:09 AM
Line 48-ish.Find:
Code: (SPortal.template.php) [Select]
echo '<!-- Center Block Side --><td valign="top">';Replace with:
Code: [Select]
echo '<!-- // Center Block Side // --><td valign="top">';Find:
Code: (SPortal.template.php) [Select]
echo '<!-- Main Table --><table cellpadding="5px" width="100%"><tr>';Replace with:
Code: [Select]
echo '<!-- // Main Table // --><table cellpadding="5px" width="100%"><tr>';
Title: Re: [TXT] Comment Tag Errors
Post by: [SiNaN] on July 27, 2008, 02:03:04 PM
H?mmm, does that cause error?
Title: Re: [TXT] Comment Tag Errors
Post by: ccbtimewiz on July 27, 2008, 02:04:50 PM
Not error, but I'm a grammar/spelling nazi.  :P
Title: Re: [TXT] Comment Tag Errors
Post by: [SiNaN] on July 27, 2008, 02:51:34 PM
Not including // is a grammar error? ???
Title: Re: [TXT] Comment Tag Errors
Post by: ccbtimewiz on July 27, 2008, 04:40:54 PM
Makes it look cooler.  :P
Title: Re: [TXT] Comment Tag Errors
Post by: Nathaniel on July 28, 2008, 01:59:48 AM
Ah, but you said "Center" was okay, should be "Centre". :P

Anyway, lets not get into an American vs British English spelling war. I am happy to use American spelling. ;)
Title: Re: [TXT] Comment Tag Errors
Post by: [SiNaN] on July 28, 2008, 03:05:43 AM
We can include, no problems. Even we can change it according to the members language. :P
Title: Re: [TXT] Comment Tag Errors
Post by: [SiNaN] on August 02, 2008, 07:37:09 AM
Fixed.
SimplePortal 2.3.8 © 2008-2024, SimplePortal