It is currently Thu Sep 09, 2010 10:18 am


Post a new topicPost a reply Page 23 of 32   [ 473 posts ]
Go to page Previous  1 ... 20, 21, 22, 23, 24, 25, 26 ... 32  Next
Author Message
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Wed Mar 17, 2010 11:50 am 
Newbie
User avatar

Joined: Mon Mar 15, 2010 6:11 pm
Posts: 6
Location: N/A
Sorry, it happens on every site even on Gamexe forums.. :(
As far as browsers are concerned i use Firefox 3.x, Chrome 3.x :)
Corrected:
Not from right to left, from right to center sorry about that.. :(

/10x

_________________
SpILLED Pages:
http://SpILLED.tk/
Image

ImageImageImage


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Wed Mar 17, 2010 12:19 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
It might just be from a lower bandwidth/slower connection loading the page. If the page loads slowly, it wouldn't load the footer/right bar until the last moment, which would cause the page to shift a bit. So, there's not really anything I can offer in terms of a solution when it's the connection speed that's the issue. Sorry. :?

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Wed Mar 17, 2010 4:12 pm 
Newbie
User avatar

Joined: Mon Mar 15, 2010 6:11 pm
Posts: 6
Location: N/A
Oops! My bad thanks much indeed. :)

/10x

_________________
SpILLED Pages:
http://SpILLED.tk/
Image

ImageImageImage


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Wed Mar 17, 2010 9:02 pm 
Newbie

Joined: Wed Mar 17, 2010 8:16 pm
Posts: 3
Hope someone can help with this....

I'm having problems with the TwilightBB style and Adobe Flash aps using IE8.

New install, latest and greatest of everything.

Everything works in FireFox using Subsilver or TwilightBB.

Everything works in IE8 using Subsilver.

Problems:

Using IE8 and TwilightBB, youtube BBcodes do not work. You can view embeded videos placed by Firefox or subsilver, but if you enter a new Youtube BBCode using IE, only the BBcode/link are posted.
All standard BBcodes DO work.

A few arcade games do not load in IE/TwBB and report that Flash 8 needs installed. Most games do work.

Both issues have been duplicated on different pcs running IE8 and XP and Vista.

Installed Mods:
phpbb_arcade_1.0.RC9
Mchat
EasyScreenshotDumpster-1.0.1

URL: www. thefreespeak.com

Thanks in advance,
Gary


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Wed Mar 17, 2010 10:35 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
Can you post the html code used for the youtube BBCode?

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Thu Mar 18, 2010 8:38 am 
Newbie

Joined: Wed Mar 17, 2010 8:16 pm
Posts: 3
Copied from phpbb support forums:

BB:
Code:
[YouTube]http://www.youtube.com/watch?v={SIMPLETEXT}[/YouTube]


HTML replacement:
Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Thu Mar 18, 2010 11:06 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
I've just noticed that this is unfortunately the case for each of the styles I've released with IE using just the embed and not object. Object should be supported by all, although embed has been deprecated. The only significant difference between subSilver's header and my styles is the lack of "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />" in overall_header.html. Maybe try adding that to see if it does anything?

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Thu Mar 18, 2010 7:18 pm 
Newbie

Joined: Wed Mar 17, 2010 8:16 pm
Posts: 3
Thank you!

added
Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

as recommended to overall_header.html.

The youtube BB code works in IE now. The arcade games that previously gave flash errors in IE also work!

Perhaps add this to future versions.

Thanks again. :clap:


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Sat Mar 20, 2010 10:34 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
yes, there does seem to be some sort of compatibility issues with IE8, which is why that code was proposed in subSilver2 and proSilver. My next update will incorporate this change. :)

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Sun Mar 21, 2010 5:17 pm 
Newbie

Joined: Sun Mar 21, 2010 5:11 pm
Posts: 8
Hey, i'm glad to see you a french mate here =P
But i gonna speak in english (for others ;D)

I have just one question:

Is there any file which the goal is to inform the owner of the forum how he can modify the style himself ?
I explain,

I downloaded the templates 1.0.12, but since there is a new update (1.0.14), i installed some mod on the template files, and i don't want modify again what i made.

So do you have a sort of changelog between the both version, or a sort of install, to explain how update the template manually ?
(I like the header button centered)

Thx (i hope my english wasn't so bad :heehee: )


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Sun Mar 21, 2010 11:12 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
Sorry about the late reply. Was out of town.

Anyway, try this link:
http://www.phpbb.com/files/release/phpB ... hanges.zip
For updates that are primarily phpBB-release updates, you can pretty much just follow the code changes. :)

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Mon Mar 22, 2010 5:58 pm 
Newbie

Joined: Sun Mar 21, 2010 5:11 pm
Posts: 8
Yeah lol, but i don't want the updating code of phpbb, but of this template phpBB,

to pass manually to the version 1.0.14.


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Mon Mar 22, 2010 6:43 pm 
Tryclyde
User avatar

Joined: Sun Mar 23, 2008 9:14 pm
Posts: 3392
Location: Behind you!
You'd have to uninstall yours and re-install the current one. 1.0.14

_________________
Image


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Mon Mar 22, 2010 6:55 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5780
Location: DVD Drive
Genki wrote:
Yeah lol, but i don't want the updating code of phpbb, but of this template phpBB,

to pass manually to the version 1.0.14.
You're mistaken.

http://www.phpbb.com/files/release/phpB ... hanges.zip contains the code changes for subSilver, which is what twilightBB is based on. Simple apply those code changes to do the update. The only other change is the navigation, which is centered now, but that's as simple as looking at the new overall_header.html and stylesheet.css.

If you aren't satisfied with that answer, try using WinMerge (google for the dl), and compare:
http://www.gamexe.net/styles_mods/twili ... BB1014.zip
http://www.gamexe.net/styles_mods/twili ... BB1012.zip
But it'll result in the same thing.

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Mon Mar 22, 2010 8:24 pm 
Newbie

Joined: Sun Mar 21, 2010 5:11 pm
Posts: 8
Ok, so if i've understood,

The update on the template, is not TwilightBB itself, only the base, ok thanks then, i gonna see the code.

Merci l'ami ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 23 of 32   [ 473 posts ]
Go to page Previous  1 ... 20, 21, 22, 23, 24, 25, 26 ... 32  Next


Who is online

Users browsing this forum: Nano and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
twilightBB Style by Daniel St. Jules of Gamexe.net
Sponsors: Tattoo - Hughes Net offers - Casino Online - Retractable Banner Stands - Migrate Sharepoint - Michael James Knapp
Halloween Costumes - Satellite Internet - Satellite Internet Packages - QToner.us - Mens Watch - San Diego Personal Trainer
Online Shopping - Retractable Banner Stands - - 800-319-5243 - Electronic Products