1 (edited by dimkalinux 2011-12-08 17:48)

Topic: PunBB 1.4.1

PunBB 1.4.1 is released

Most significant 1.4 to 1.4.1 changes

  • fixed XSS vulnerability in profile.php (reported by mghack via Secunia SVCRP)

  • fixed javascript errors on Internet Explorer 6 and 7 (reported by hklown)

Downloads
Full package - punbb-1.4.1.zip (md5 709e754c6fb88f6ece876d1d24f913a0)
Changed files only - punbb-1.4_to_1.4.1-changed_files.zip (md5 589147baea639b81babf8e7a9169a33e)

Hdiff
Patch

Known issues

  • The info about the latest registered user is updated once every 30 minutes.

  • We have reports about broken upgrades with SimpleScripts - do not use this method for upgrade.

  • Broken censoring system.

Re: PunBB 1.4.1

Thanks.

师父领进门,修行在个人。teach yourself

Re: PunBB 1.4.1

thanks

Re: PunBB 1.4.1

Thank you~

Taiwan is a country.
I am sorry for my English.

Re: PunBB 1.4.1

the changed files only link is a life-saver.  Thanks!

6

Re: PunBB 1.4.1

Thanks. (from thailand)

Re: PunBB 1.4.1

Thanks!

8

Re: PunBB 1.4.1

Thank you

台湾属于中国(Taiwan belongs to China!!!)

Re: PunBB 1.4.1

Hey, it looks awesome! Thank you very much! I have only a minor problem though. I would like to add a background image to the oxygen theme and I am unable to make it work. Previously I used this css code:
body  {background-image: url("img/background3.jpg");} and have put the img folder inside the Oxygen style folder. This worked in 3.6.5 version but doesn't work now (I have now edited the Oxygen.min.css instead of Oxygen_cs.css).  Could you please help me with this? I am getting a headache from it wink. Thank you very much!

10 (edited by Kushi 2011-12-08 06:19)

Re: PunBB 1.4.1

Firsty you have to add your code at the end of the min/Oxygen.min.css and also You'll need to use code

body{background-image: url('../img/background3.jpg); }

or place img folder in your min/ folder. This is because style is generated from this min file.

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

Re: PunBB 1.4.1

Hello Kushi, that's why I am writing here, I did put the code into min/Oxygen.min.css and put even img folder into the min folder but it still doesn't work. Even when I tried to use your code: body{background-image: url('../img/background3.jpg); }. sad Any further ideas? thank you very much!

12

Re: PunBB 1.4.1

Could you possibly send my an address?

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.