Avatar
Wed-27-Mar-2013 20:21:13 · 3,230 comments
Admin

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
Wed-27-Mar-2013 20:35:05 · 5,103 comments
Admin and 4CW Head Booker

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
Wed-27-Mar-2013 23:30:06 · 3,230 comments
Admin

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

Avatar
Thu-28-Mar-2013 00:00:57 · 1,762 comments
Better than Essa

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
Thu-28-Mar-2013 07:01:28 · 3,230 comments
Admin

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
Thu-28-Mar-2013 23:58:53 · 3,230 comments
Admin

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
Fri-29-Mar-2013 14:08:32 · 5,103 comments
Admin and 4CW Head Booker

Awesome sauce. Sounds great.

RCFIREb.png
Thanks Taker_2004 for the banner!

Avatar
Fri-29-Mar-2013 19:45:14 · 3,230 comments
Admin

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
Sat-30-Mar-2013 01:08:00 · 3,230 comments
Admin

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

Avatar
Sat-30-Mar-2013 15:45:23 · 1,762 comments
Better than Essa

Yep, they're working great. Nice work!

PD_zps3d1c68eb.jpg

Avatar
Sat-30-Mar-2013 15:54:50 · 1,762 comments
Better than Essa

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
Sat-30-Mar-2013 16:00:41 · 3,230 comments
Admin

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

Avatar
Sat-30-Mar-2013 22:42:20 · 3,230 comments
Admin

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
Sun-31-Mar-2013 10:34:28 · 3,230 comments
Admin

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
Sun-31-Mar-2013 13:16:50 · 1,762 comments
Better than Essa

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

PD_zps3d1c68eb.jpg

Avatar
Sun-31-Mar-2013 20:09:37 · 3,230 comments
Admin

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
Sat-6-Apr-2013 20:10:55 · 3,230 comments
Admin

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
Sat-6-Apr-2013 22:29:24 · 1,762 comments
Better than Essa

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

PD_zps3d1c68eb.jpg

Avatar
Sun-7-Apr-2013 11:00:41 · 3,230 comments
Admin

Font sizes now work 🙂

Avatar
Sun-7-Apr-2013 12:03:55 · 1,762 comments
Better than Essa

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
Sun-7-Apr-2013 16:16:46 · 3,230 comments
Admin

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
Sun-7-Apr-2013 21:22:32 · 1,762 comments
Better than Essa

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

PD_zps3d1c68eb.jpg

Avatar
Mon-8-Apr-2013 22:21:48 · 3,230 comments
Admin

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
Wed-17-Apr-2013 04:01:30 · 280 comments
Beefy

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

ftlioyM.jpg

Avatar
Fri-26-Apr-2013 16:29:46 · 1,774 comments
Almost God like? Maybe...

Good work Benny. Forum looks nice.

179 Users
2,535 Threads
25,183 Comments
ownji Newest user
0 Users online
22 Guests online