Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: New forum  (Read 23603 times)

0 Members and 1 Guest are viewing this topic.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: New forum
« Reply #15 on: March 25, 2012, 12:13:56 pm »
Thank you! Also for the edit to C++ code in the other thread.

Okay, then I must use the smileys like this
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Silvah

  • Guest
Re: New forum
« Reply #16 on: March 25, 2012, 06:00:37 pm »
I've imported everything (members, boards, posts, ...), so there should be absolutely no loss.
Oh, but there is: all messages but one in my inbox are gone.

Is it possible to disable display of smileys?

Elgan

  • Jr. Member
  • **
  • Posts: 77
    • AOL Instant Messenger - Flat+1,+17+st+Cl
    • View Profile
Re: New forum
« Reply #17 on: March 25, 2012, 06:06:43 pm »
good job

but am looking forward to the new theme.

This one is very difficult to read, the grey? back to the grey? fonts are not very high contract. and quite hard to read.





nietaki

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • http://almost-done.net
Re: New forum
« Reply #18 on: March 25, 2012, 07:31:15 pm »
Disregard me, I'm just trying out the new forums ;)

Also: thanks for the effort as always, Laurent!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New forum
« Reply #19 on: March 25, 2012, 07:57:25 pm »
Quote
Oh, but there is: all messages but one in my inbox are gone.
Are you sure? Have you checked the display options, maybe they are just hidden.
A bug in the import script is possible, but it looked like everything was ok.

Quote
This one is very difficult to read, the grey? back to the grey? fonts are not very high contract. and quite hard to read.
This can be changed easily.
Laurent Gomila - SFML developer

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Re: New forum
« Reply #20 on: March 25, 2012, 08:27:35 pm »
Nice work. I was wondering why I couldn't get onto the site for a few days. Smiley Test!  :) ;) :D ;D >:( :( :o 8) ??? ::) :P :-[ :-X :-\ :-* :'( One of each. :)
I have many ideas but need the help of others to find way to make use of them.

Silvah

  • Guest
Re: New forum
« Reply #21 on: March 25, 2012, 10:43:58 pm »
Are you sure? Have you checked the display options, maybe they are just hidden.
Oh, you're right ^^"
I didn't notice that the inbox is divided into pages ^^"

eigenbom

  • Full Member
  • ***
  • Posts: 228
    • View Profile
Re: New forum
« Reply #22 on: March 26, 2012, 04:13:33 am »
Ooh fancy new forums!

// c++
#include <iostream>
int main(){
  while(1){std::cout << ":)\n";}
}
 

And Lua highlighting works too :)
-- lua style
for i=1,10 do
  print i
end
--[[
  Multiline comment?
--]]

 

gsaurus

  • Sr. Member
  • ****
  • Posts: 262
    • View Profile
    • Evolution Engine
Re: New forum
« Reply #23 on: March 26, 2012, 12:34:55 pm »
I looked at the smiley sets available on the SMF website, but none of them was looking good :(
Well you can add your own smileys (read "pick old forum smiley and put them here").
I have my own set of smileys with default, christmas, summer and halloween themes (last two made by myself) but that's certainly unnecessary for here

Loving the new look
« Last Edit: March 26, 2012, 12:38:01 pm by gsaurus »
Pluma - Plug-in Management Framework

Serapth

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: New forum
« Reply #24 on: March 26, 2012, 08:57:11 pm »
I like the new look, but have a bit of a warning for you.


You've now broken all inbound Google links, which will probably do absolute murder on your discovery rate from search traffic.  All existing google searches end up on this page ( http://www.sfml-dev.org/forum-redirect.php?t=5373 ), then the redirect doesn't take you to the proper thread.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New forum
« Reply #25 on: March 27, 2012, 07:58:22 am »
It's not a big deal, SFML 2 will be released soon and most of the old threads and old questions won't be up to date anymore.

It will just take some time until Google references this forum correctly, but I think it's ok.
Laurent Gomila - SFML developer

Elgan

  • Jr. Member
  • **
  • Posts: 77
    • AOL Instant Messenger - Flat+1,+17+st+Cl
    • View Profile
Re: New forum
« Reply #26 on: March 27, 2012, 01:09:18 pm »
Any ETA on new theme with better contrast?

not liking the grey on grey hard to readness

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New forum
« Reply #27 on: March 27, 2012, 01:26:04 pm »
Quote
Any ETA on new theme with better contrast?
Not started yet. Progress will be quite slow, I have to release SFML 2 and write tutorials; these two tasks have a higher priority.
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: New forum
« Reply #28 on: March 28, 2012, 10:41:42 am »
I like it very much! :D
Finally some proper text editing/displaying. And the stuff from the toolbar get insert at the cursor b^position and not just at the end.
Is there another way for inline code than using the tt-tag (like std::vector<int> bla) which uses code highlighting?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New forum
« Reply #29 on: March 28, 2012, 10:55:28 am »
Quote
Is there another way for inline code than using the tt-tag (like std::vector<int> bla) which uses code highlighting?
No, I don't think so.
Laurent Gomila - SFML developer