Upgrades

Avatar

By benjawi Wed-27-Mar-2013 20:21:13

Admin · 3,242 comments

There's a few things that I plan on adding to the forum. It's a great platform, but many things aren't included for various reasons. I can sort it though. I'll list them here and then update as I complete them or add more. Any ideas for updates can go here.

In no particular order:

  1. Private Messaging
  2. Like/Dislike Posts
  3. Dark Theme
  4. Update header bar
  5. Ability to add polls
  6. Different colours for Admin/Moderator names
  7. Mobile version - Use Victory Skin
  8. General look of default forum
  9. Sub Forums
  10. Extra BBCode tags - Center, YouTube, font-sizes
  11. Non-pop up colour pad


Avatar

By rhys Wed-27-Mar-2013 20:35:05

Admin and 4CW Head Booker · 5,095 comments

I think out of those the most important to get sorted is Private Messaging. It seems like we'll need that more than the others but I look forward to all the updates.

Is it also possible to have things like Bold, Italics etc. on the post screen like on the old forums? Cos if someone doesn't know the code they might struggle.


RCFIREb.png
Thanks Taker_2004 for the banner!

Avatar

By benjawi Wed-27-Mar-2013 23:30:06

Admin · 3,242 comments

There you go, BB code added above where writing a message. And also available for the quick post  🙂


Avatar

By chux4w Thu-28-Mar-2013 00:00:57

Better than Essa · 1,762 comments

The board is very narrow right now, especially on a widescreen monitor. I can just zoom in for now, but it might be worth looking at if you're thinking of adding themes.


PD_zps3d1c68eb.jpg

Avatar

By benjawi Thu-28-Mar-2013 07:01:28

Admin · 3,242 comments

Can add a wide theme easily. Will do it when I get home from work.


PM's are all set up. You now get a lovely flashing email button in the menu bar if you have a new message.


Avatar

By benjawi Thu-28-Mar-2013 23:58:53

Admin · 3,242 comments

Quick update - I've been working on sub forums on my test server as I know they're wanted for the GM Game section. All going well so far. Just got to do a few more tests and then it looks like it'll be good to go.


Avatar

By rhys Fri-29-Mar-2013 14:08:32

Admin and 4CW Head Booker · 5,095 comments

Awesome sauce. Sounds great.


RCFIREb.png
Thanks Taker_2004 for the banner!

Avatar

By benjawi Fri-29-Mar-2013 19:45:14

Admin · 3,242 comments

New skin available, which Chux might like since he uses a widescreen. Called Victory, and is a responsive one so works on massive screens and gives you a lovely sidebar for some extra content, and looks great on phones as well.


Avatar

By benjawi Sat-30-Mar-2013 01:08:00

Admin · 3,242 comments

Sub Forums should now work. I'll send you a PM Chux about how to set them up.


Avatar

By chux4w Sat-30-Mar-2013 15:45:23

Better than Essa · 1,762 comments

Yep, they're working great. Nice work!


PD_zps3d1c68eb.jpg

Avatar

By chux4w Sat-30-Mar-2013 15:54:50

Better than Essa · 1,762 comments

A couple of small jobs for you, Ben! How about centre text and youtube tags? And is it possible to add a little colour pad on the post message screen? That would be easier than the pop up. And how about text sizes?


PD_zps3d1c68eb.jpg

Avatar

By benjawi Sat-30-Mar-2013 16:00:41

Admin · 3,242 comments

Sure, I'll look into it. Will add it to the list of upgrades to look into.


Avatar

By benjawi Sat-30-Mar-2013 22:42:20

Admin · 3,242 comments

The youtube tag now works. I'll add it to the BBCode help repository soon, but it's useable now. Seems that anything other than standard, I have to code in myself to use. Will work on the rest later. But for now, the youtube tags work - same as on the old boards as well, just need the end of the URL code.

[youtube]-h8pbFY3f54[/youtube]

[youtube]-h8pbFY3f54[/youtube]


Avatar

By benjawi Sun-31-Mar-2013 10:34:28

Admin · 3,242 comments

Okay, the center tag now works as well.

[center]Centered Text[/center]

Centered Text.

How many font-size choices do you want? Just a smaller and larger, or do you want to have a few different sizes to choose from?


Avatar

By chux4w Sun-31-Mar-2013 13:16:50

Better than Essa · 1,762 comments

The old boards had 50, 85, 100 (default), 150 and 200. Something like that would be great.


PD_zps3d1c68eb.jpg

Avatar

By benjawi Sun-31-Mar-2013 20:09:37

Admin · 3,242 comments

New Dark theme added. I like the Victory style, so I've made a dark version of that which looks quite nice.

I'll look into the text sizes next.


Avatar

By benjawi Sat-6-Apr-2013 20:10:55

Admin · 3,242 comments

Private Messaging is now sorted - there was problems with viewing them and they keep appearing down the bottom of the screen.

Default Avatars are now added.

Working on a new BBCode section. Might take some time, but it will be a lot better functionality wise (no pop-ups). Will hopefully also take into account font sizes as well.


Avatar

By chux4w Sat-6-Apr-2013 22:29:24

Better than Essa · 1,762 comments

Avatars were tiny by default, so I've allowed them an extra 50 pixels each way.


PD_zps3d1c68eb.jpg

Avatar

By benjawi Sun-7-Apr-2013 11:00:41

Admin · 3,242 comments
Avatar

By chux4w Sun-7-Apr-2013 12:03:55

Better than Essa · 1,762 comments

So they do! Sweet!

One bug I've found though, is that since you've got the sizes working the centre tags are behaving kinda weirdly. This whole post should be centred, but only the first line is doing it: http://www.4wforums.com/viewtopic.php?pid=94#p94

Also, is there any way to add clickable tags for sizes and centred text alongside the ones we already have for strikethroughs and italics? I'm guessing not everyone will realise we have them if they're not displayed.

Great work so far. I see what you mean about how customisable this board is.


PD_zps3d1c68eb.jpg

Avatar

By benjawi Sun-7-Apr-2013 16:16:46

Admin · 3,242 comments

I've had a look and  the center tag closes automatically (code wise) once you've pressed Enter twice. Can't change this unfortunately, got to work in this way to work, otherwise people would be able to center text in the middle of a sentence which just wouldn't work.

So with your headings you'd need to center them individually. For the text, as they're all one line after the other with no space in between, you can do whole blocks contained within one tag.

So...

[center][size=150]Text[size]

More text
More text[/center]

... will only center the header as there's a blank space between text.

[center][size=150]Text[size]
More text
More text[/center]

... will center everything as there's no blank line between text.

You can either do the second option, or you can work in in blocks like this:

[center][size=150]Text[size][/center]

[center]More text
More text[/center]

Working on a new better BBCode section which will include the center and size tag. Might take a bit of time as I have some other things to work on, but I will have a better one available at some point. Will also get rid of the pop up for colour when it's done 🙂


Avatar

By chux4w Sun-7-Apr-2013 21:22:32

Better than Essa · 1,762 comments

That work around could be a lot worse I guess, centring paragraphs individually. Cheers.


PD_zps3d1c68eb.jpg

Avatar

By benjawi Mon-8-Apr-2013 22:21:48

Admin · 3,242 comments

The new BBCode area I'm working on is coming along nicely. Got a colour palette, got a youtube and size button. Also been working on a spoiler tag which I'm actually quite proud off as it looks good. Want to look a bit more into the size button and the options with that and then I'll start implementing it onto here.


Avatar

By Smokey Bear Wed-17-Apr-2013 04:01:30

Beefy · 280 comments

A draft forum so we can start one? I need to draft...


ftlioyM.jpg

Avatar

By Mr Hilds Fri-26-Apr-2013 16:29:46

Almost God like? Maybe... · 1,774 comments

Good work Benny. Forum looks nice.