Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Problem in IE8

Post by martin123456 »

Just add this it works on 309 http://www.phpbb.com/customise/db/mod/ie6_no_more/

then read this and do the changes http://www.phpbb.com/customise/db/mod/i ... s_-t_85163

you can tweak it up ;) so IE user's take the plunge ;)

Problem in IE8

Post by Makis »

Ok guys I appreciate it.

I’ll let you know.

Problem in IE8

Post by Makis »

Till now working smoothly thanks to that!!!!!!!
doktornotor wrote:With that X-UA-Compatible nonsense, it is best to remove it altogether. It is intended for sites with standards non-compliant code, written with junky browsers (such as IE6) in mind. Also, per the Defining Document Compatibility docs, using

Code: Select all

content="IE=EmulateIE7; IE=EmulateIE9"
makes no sense whatsoever.

Remove that header, then (if still not working) try again the inline-block workaround I posted and let us know how it goes.

Problem in IE8

Post by doktornotor »

Well, good... With that header in place (<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9") > IE8 will pick up IE7 of course (since it knows nothing about IE9) and will run in IE7 compatibility mode - which is way more broken than IE8. This whole "compat" proprietary junk made by MS is really harmful.

SQL ERROR [ mysqli ]

Post by RMcGirr83 »

Wouldnt that result in categories being displayed?
within the constants.php file FORUM_POST === 1, FORUM_CAT === 0

Code: Select all

define('FORUM_CAT', 0);
define('FORUM_POST', 1);
define('FORUM_LINK', 2);

SQL ERROR [ mysqli ]

Post by Stoker »

Thanks for the heads up :thumb:

Top Stats Ticker

Post by martin123456 »

I dropped the scroller and am using the ticker :D i like it better than the scroller is there any way the ticker can show more than 1 row ?

my ticker is showing the last 10 active topics so would it be to much coding to make it 2 rows showing 5 active topics in each row ?

in theory it sound nice but i get the feeling your answer is going to be each row will pull the same info from the forum

also i don't think any one else is using the ticker :D wonder if they know its there ?

Top Stats Ticker

Post by Stoker »

I dont think its possible with this script.

Top Stats Ticker

Post by martin123456 »

No worries was just a thought i had :D

Problem in IE8

Post by Stoker »

Now I have a user who says he has the exact same problem with IE7
What was the solution?