1

(9 replies, posted in General support (1.4))

Well my 1.2.* code was simliar to below...

Add the _w _h lines.

$smiley_text = array(':)', '=)', 
$smiley_img = array('smile.png', 'smile.png', 
$smiley_img_w = array('15px', '15px',
$smiley_img_h = array('15px', '15px',

then change

$text = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" width="15" height="15" alt="'.substr($smiley_img[$i], 0, strrpos($smiley_img[$i], '.')).'" />$2', $text);

to

$text = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" width="'.$smiley_img_w[$i].'" height="'.$smiley_img_h[$i].'" alt="'.substr($smiley_img[$i], 0, strrpos($smiley_img[$i], '.')).'" />$2', $text);

2

(9 replies, posted in General support (1.4))

Matt's idea will work on most forums and you probably wont even notice the loading. But personally I prefer to fix the whole problem than quick-fix it. tongue

I will say it again but copied from another site that explains it better. wink

Before an image has downloaded, a box will appear showing where on the page it will be. This box may be any size, and often the wrong size. Then, when the image finally begins to download, it is suddenly found to be too big for the space your browser has given it, and so everything has to be shifted around to make room, messing up whatever you were reading at the time and generally causing a disturbance. You can prevent this with the height and width image attributes.

Giving the correct size has many advantages:

    * It stops the loading mess-ups
    * Your page appears to be loading faster, as everything is in place
    * If people have images turned off, they still get the same page layout

mattT09 wrote:

As I said 'it all seems to display correctly'.

Well unfortunately not just the browser can make this a problem.
  1. broadband speed/connection
  2. server strain
  3. and no doubt many more

So eventhough it might display and load perfectly for you it does not do the same for others.


It's not even a major issue but not something that should be changed. smile

3

(9 replies, posted in General support (1.4))

Mpok wrote:

U added this a long time ago : do u think that issue u mentionned is still valid with actual browsers versions ?

Cannot confirm which browsers of the top of my head.

Mpok wrote:

PS : even if so, don't u think the limits (15x15) are too low ?

Well on mine it was not set to 15px by 15px.

I made 2 extra arrays at the start of the parser.php which held the width and height of each smilie. This way I could have any size smilies and still fix the problem. (ignored help.php as people rarely use it)

I can post the code, but it wont work with 1.4 as they have modified the code slightly.

4

(9 replies, posted in General support (1.4))

Yes.

When the page is loading the image smilies will sit at 15px * 15px even if the page is still loading. If you remove this code it will show you a much bigger box and make the page look weird as it loads. (Not on all browsers but it is an issue)

I added the width and height on previous version so this is a welcome addition. wink

5

(56 replies, posted in Announcements)

Lirodon wrote:

If this wins, maybe you could think about making all of the "classic" color styles variants of it.

That's a good idea. I did like the 6 standard colours that PunBB came with.

6

(56 replies, posted in Announcements)

Technetium looks the best to me. big_smile

7

(21 replies, posted in General discussion)

Off-topic - Change the title on this topic please. smile

8

(1 replies, posted in FluxBB discussion)

Yeah the wiki has a backup, it will be up again shortly (days not hours).

9

(14 replies, posted in Feature requests)

Thanks Reines, will check it out. smile

10

(14 replies, posted in Feature requests)

Reines wrote:

I was hoping to test this out on the new website once it goes live, but will maybe post what I've done so far when I get home from vacation (Monday 1st).

Posting what you have would be appreciated and agree that it cannot be stopped completely.

Yeah registration was halted on http://punres.org/ for this reason, but not only this reason. wink

Captcha mod can only do so much. Check this comment made by reines concerning this.

Nothing will stop it completely. sad

12

(4 replies, posted in General support (1.4))

It was down for a few hours for me tongue nevermind

13

(1 replies, posted in Modifications (1.4))

You can use 1.2 mods from Pun Resource, they will probably need a little tinkering but nothing major.

In the future mods will be hosted here but will no doubt need to pass a check from the main developers before being authorised by FluxBB

14

(14 replies, posted in Feature requests)

Working on what? 40 pages of new users in 7 days.

15

(14 replies, posted in Feature requests)

Check the link below...
Userlist Search

No way all of the users joined fluxbb today to contribute, any chance on a discussion to fix this?

16

(7 replies, posted in FluxBB discussion)

Hemen wrote:

You could download http://fluxbb.org/downloads/ legacy 1.3, but it's not supported anymore.

You should wait tomorow when 1.4 comes out or in  1-2 years when fluxbb 2.0 comes out.

I'm guessing he already has the legacy and his question is based on that.

17

(8 replies, posted in General discussion)

I have access and did clean it up once.

I need to talk to him about moving it from his shared hosting to my own server which will give me more control over it. I will speak to him again in the next day or two.

18

(25 replies, posted in FluxBB discussion)

I missed a great thread here. smile

Here is what I think... take it as you will.
2. I have no problem with 'Get FluxBB', unless the 'Download FluxBB v1.*' links direct to the same place. If so it would make more sense to call it 'Download FluxBB'. It's only 5 more characters tongue
3. addons is better than resources.
4. Forum link should be prominent.

19

(17 replies, posted in Announcements)

Great news! Good man Reines.

20

(24 replies, posted in General discussion)

I will inform Jansson. Cheers sirena. wink

21

(24 replies, posted in General discussion)

lie2815 wrote:

Seems like they're still infected - or again.

Any chance of some more information? like are you having the exact same problem as above?

22

(24 replies, posted in General discussion)

I will speak to him about getting the Stats/Style part either removed or updated. Probably removed.

Koos wrote:

Who's maintaining punres these days? The Boards Stats module and style previews have not been working for more than a
month now. I tried to contact Kristoffer and StevenBullen about this but got no response.

No one is maintaining it, if any problems occur then I can chase up Kristoffer.

Why did you not just raise a topic on PunRes as I check it every other day? Plus I just tested my blog contact button and that worked fine, also mailed myself on PunRes and that worked fine. So not sure how your message did not get to me.

Koos wrote:

Another thing: Why doesn't the fluxbb site make mention of punres anywhere? The mods over there are compatible with fluxbb 1.2 after all.

Compatible, yes. Good Quality, not all of them.

If you check out this particular post it will explain the 'mod repository' situation. wink
http://fluxbb.org/forums/post/25385/#p25385

23

(11 replies, posted in General discussion)

Rabobi wrote:
StevenBullen wrote:

Any particular reason the site in your sig has no 'Powered by'?

Funny you should mention it. I don't see 'powered by WordPress'  on your blog.

True, but I didn't create the Thesis theme and this particular theme came with no wordpress link.

I have a new theme built on the 960 Grid System which has the appropiate appreciation links at the bottom, so it will be changing soon. wink

24

(3 replies, posted in General discussion)

What kind of spam? e-mail spam, advert spam, leaflet spam, edible spam... smile
Plus why would you report it to google. lol

25

(11 replies, posted in General discussion)

joe.banana wrote:
StevenBullen wrote:
joe.banana wrote:

Good luck to the developers! smile Cant wait for another major release of this project.

Any particular reason the site in your sig has no 'Powered by'?

is this one needed? please let me know.

If you request help from here then it would be nice to leave the 'Powered by' on the footer. It's not a legal requirement to do it though.
The site is a page of adverts at present anyway.