SMF 1.0 RC1 Now Available

Started by [Unknown], August 10, 2004, 05:57:55 AM

Previous topic - Next topic

Daniel D.

Quote from: David on August 15, 2004, 04:42:45 AM
If you relied on one of the features that had a bug then I could see it being considered as buggy. :P
I give up. :P You won!! ;)

FyberOptic

I ran through the upgrade, and it did its thing just fine, but once I loaded up the forum, the fonts were much much larger than before.  I tried re-uploading my beta 5 template on top of it, but it made no difference.  In the meantime I downgraded back to beta 5, but left RC1 on my local server to tinker with.  Before I spend forever trying to track it down myself, does anyone know which files have changed to be causing this?

[Unknown]

Quote from: FyberOptic on August 15, 2004, 01:19:55 PM
I ran through the upgrade, and it did its thing just fine, but once I loaded up the forum, the fonts were much much larger than before.  I tried re-uploading my beta 5 template on top of it, but it made no difference.  In the meantime I downgraded back to beta 5, but left RC1 on my local server to tinker with.  Before I spend forever trying to track it down myself, does anyone know which files have changed to be causing this?

This is caused by a bug in older versions of Internet Explorer, which even 6 is backwards-compatible with.  The fonts will be the correct size in other browsers, or in "standards compliance" mode.

Anyway, what you need to do is open your index template (probably Themes/converted/index.template.php, etc.) and look for this:

// The main sub template above the content.
function template_main_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

// Show right to left and the character set for ease of translating.
echo '
<html


Replace it with this:
// The main sub template above the content.
function template_main_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

// Show right to left and the character set for ease of translating.
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html


This will include the xhtml document type so Internet Explorer will do it correctly.

-[Unknown]

FyberOptic

I gave it a shot, and sure enough, it worked.  The ironic part is that I've usually had the doctype tag CAUSE the trouble with font sizes, and ended up removing it from many pages on the site I manage to make them display correctly for everyone.

In any case, I certainly thank you a lot for the help.

hellmaker

yes thanx! it works fine now!

Secret

i get this error where my smilies are supposed to be

<br /> <b>Notice</b>: Undefined index: description in <b>/usr/data2/hosted/secret/forum/Sources/Load.php(1090) : eval()'d code</b> on line <b>505</b>

i reuploaded the whole sources folder so i dont know what to do now

Secret Gaming (My Site)

Burpee

I'm not an expert...
But that sounds more like a problem in your templates than in your sources...

ms_ukyankee

I've finally caught up to the current version, installed RC1 on my live forum with no problems at all, and the users have noticed a speed increase, or they imagine they have if there shouldn't have been. ;)

* ms_ukyankee takes hat off to SMF team.

Thank you!
SMF since 2004 <3

Vinoth

Quote from: ms_ukyankee on August 17, 2004, 08:57:16 AM
I've finally caught up to the current version, installed RC1 on my live forum with no problems at all, and the users have noticed a speed increase, or they imagine they have if there shouldn't have been. ;)

* ms_ukyankee takes hat off to SMF team.

Thank you!

SMF support i s the best.
Vinoth And Sachin ( SpecHackers Team )
The Best  Way to Help Poor Is not Becoming One Of Them.

klumy


Room11

Quote from: Daniel D. on August 15, 2004, 04:35:25 AM
Quote from: Room11 on August 15, 2004, 03:28:56 AM
The software is getting really great - and the last time I tried SMF was beta 5 which is sooo buggy compared to RC1
Which options were so buggy? It worked for me.
well - for a start - the package manager did not work
Nothing is Impossible
Room 11 Designs

[Unknown]

Quote from: Room11 on August 17, 2004, 04:25:59 PM
Quote from: Daniel D. on August 15, 2004, 04:35:25 AM
Quote from: Room11 on August 15, 2004, 03:28:56 AM
The software is getting really great - and the last time I tried SMF was beta 5 which is sooo buggy compared to RC1
Which options were so buggy? It worked for me.
well - for a start - the package manager did not work

And I would've told you it didn't work too... it didn't work before Beta 6 at all.

-[Unknown]

djopie


Snuffy

#133
FANTASTIC NEWS on the new SMF 1.0 RC1 release . . . .  ;)

Well to start off with I downloaded all 3 versions you have up, reasons for all three . . . . .

1. I am the webmaster of a local Computer Club Site, planning to add the New Install version on that site this week.   ;)

2. I have had a TEST copy of the Beta 5 up for members of the below site ever since the Betas were available for us to play with. I will try the Update version on this one.  ;)

3. As Webmaster of the Jack Nicklaus Golden Bears Den Web Site for about 4 years now.
That site has been running YaBB-SE 5 for a long time now. And I am going to try the UpGrade version on this Forum.   :)

BUT! I have a question befor I do the UpGrade on the YaBB-SE site.
Below is a link to that so some of the GURU's here can check it out as it is still on YaBB-SE and give me some INPUT on my questions below.

And look how I have added the Template on that forum into a Table on the site and how it displays with my Header and Menu with the original template in the left cell of the table.

My question is when I do the Upgrade on this YaBB-SE 5.5 version to the RC1, will it import all my color sceams and also leave the Header and the Menu on the left side like it now shows, after the upgrade?

Or will it change things around some and I lose some things since it is not the Stock YaBB-SE Template?

Thanks for any INPUT on this befor I start setting any of these new packages in motion.

http://www.goldenbearsden.com/yabbse/index.php

Snuffy . . . . .    8)

David

The SMF upgrader will automatically convert your YaBB SE template for you.   :)
This space for rent.

Snuffy

Thaks Dave, I think I ask this once befor in another thread and I tried Upgrading the YaBB-SE with the Beta-5, and had some problems with it.

So we had to revert back to the YaBB-SE version at that time and still on that. But wanted to check and see if maybe in the RC1 that maybe some issues had been maybe adjusted in the conversion of yabb that may make it smoother this time . . . .

I'll give it a whirl soon and see, BUT! will remember the 3 most important things to do first :

1. BACKUP

2. BACKUP

3. BACKUP

Snuffy . . . . . . . .   ;)

neonet01

I have found 3 bugs, well atleast things that don't work in the new vertion and I want to see if any could help me out.

1. index.php?action=search > Run a search > Error:

Access denied for user: '@localhost' to database 'forum'
File: C:\Web\forum\Sources\Search.php
Line: 362

2. index.php?action=smileys;sa=addsmiley > Error loaded at top of page:

Notice: Undefined offset: 0 in C:\Web\forum\Sources\ManageSmileys.php on line 505

3. ummm, I can't find it but I know it's there it looks like error #2, oh well not a big deal.

reznorsoft

Quote from: neonet01 on August 18, 2004, 12:45:54 PM
1. index.php?action=search > Run a search > Error:

Access denied for user: '@localhost' to database 'forum'
File: C:\Web\forum\Sources\Search.php
Line: 362
http://www.simplemachines.org/community/index.php?topic=15029.0

neonet01


Owen

I've got a problem where users can't link to external avatars.  The setting is checked in the admin area, the width/height is set to 0.
It seems fine for the admin, but for normal users, they can't change it.
Any help would be appreciated :)

Advertisement: