Author Topic: New forum  (Read 12640 times)

Offline panther

  • Sergeant
  • **
  • Posts: 42
    • View Profile
New forum
« on: September 29, 2011, 08:44:48 pm »
Hey, I like the new forum look! Maybe too bright colors for XCOM accustomed eyes, though. :)

Volutar

  • Guest
Re: New forum
« Reply #1 on: September 29, 2011, 08:49:21 pm »
How can I get another, miminalistic look?

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: New forum
« Reply #2 on: September 29, 2011, 11:17:29 pm »
You can pick your skin in Profile > Modify Profile > Look and Layout.

Online Yankes

  • Commander
  • *****
  • Posts: 3209
    • View Profile
Re: New forum
« Reply #3 on: September 30, 2011, 12:49:22 am »
new theme is good :)

Offline kkmic

  • Commander
  • *****
  • Posts: 582
  • Undefined
    • View Profile
Re: New forum
« Reply #4 on: September 30, 2011, 12:22:29 pm »
Is there a skin that has distinct icons for "new post" and  "no new posts" for the sections? The icons you see on the main page...

Volutar

  • Guest
Re: New forum
« Reply #5 on: September 30, 2011, 12:42:26 pm »
Yeah, "new posts" icon are almost the same as  "no new posts", that was a problem when I first came here. But I kinda used to such subtle difference :)

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: New forum
« Reply #6 on: September 30, 2011, 01:58:51 pm »
I just use the "Show unread posts since last visit." link on top, saves me a lot of clicking. :P

Offline kkmic

  • Commander
  • *****
  • Posts: 582
  • Undefined
    • View Profile
Re: New forum
« Reply #7 on: September 30, 2011, 03:26:32 pm »
I just use the "Show unread posts since last visit." link on top, saves me a lot of clicking. :P
Good tip. I forgot about them.

Anyway, in the mean time  I decided to roll out my own small Stylish script to fix the board to fit my needs desires:
Code: [Select]
@namespace url(https://www.w3.org/1999/xhtml);

@-moz-document domain('openxcom.org'){
  /* top nav menu padding so that links do not show over the rounded corners*/
  div#topnav{
    padding: 0px 0px 0px 10px !important;
  }
  /* topnav menu link border to avoid elements "jumping" when the mouse gets over the menu items */
  div#topnav a{
    border-left: solid 1px #292929 !important;
    border-right: solid 1px #292929 !important;
  } 
  div#topnav li:hover a, div#topnav li.sfhover a{
    border-left: solid 1px #000 !important;
    border-right: solid 1px #000 !important;
  }
  /* change the images used for "no new posts" on the main page */
  img[src="https://openxcom.org/forum/Themes/Insidius2/images/off.png"]{
    height: 0 !important;
    width: 0 !important;
    padding-left: 30px !important;
    padding-top: 30px !important;
    background: url(https://sdn.ro/silviu/openxcom/off.png) no-repeat !important;
  }
}

Copy and paste if you want it. It's a bit rough on the edges, but it does it's job for me.

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: New forum
« Reply #8 on: October 10, 2011, 11:31:23 am »
I have changed my skin form the dark one as it was to hard for my eyes to handle , im not a young as i use to be ???

I do however have 1 question, on the old forum i could return to the website and read any news by clicking on OPENXCOM at the top of the page, in the new forum i cant see any link back? Is it just me or is it no longer here :o

Offline AlienRape

  • Sergeant
  • **
  • Posts: 28
    • View Profile
Re: New forum
« Reply #9 on: October 10, 2011, 11:38:37 am »
I too, love the new look of the forum, however I wasn't too impressed with my account being deleted though...

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: New forum
« Reply #10 on: October 10, 2011, 02:05:52 pm »
Yeah not sure what happened, looks like some accounts vanished but their posts didn't. ??? Just re-register with the same name and you get them back, and let me know so I can fix up your post counts and such.

Offline Daiky

  • Battlescape Programmer
  • Administrator
  • Commander
  • *****
  • Posts: 904
    • View Profile
Re: New forum
« Reply #11 on: October 10, 2011, 02:17:53 pm »
Ehm, yeah, I remember we had more than 200 members, and now it's only 93. Is it the the recent spambot cleaning plugin that is doing a bit too much cleaning? There were a few spam accounts, but certainly not more than 50%

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: New forum
« Reply #12 on: October 10, 2011, 03:51:39 pm »
Quote from: NineX
one of antispam module was misconfigured due upgrade and 14 accounts was deleted due logins from ip addresses blacklisted  by couple antispam organisations.

let  they recreate accounts with same nickname , then let they email me from email used to register account.

i will reconnect posts to them.
« Last Edit: October 10, 2011, 03:53:19 pm by SupSuper »

Volutar

  • Guest
Re: New forum
« Reply #13 on: October 19, 2011, 07:36:21 am »
I don't know if this is because of new forum, but occasinally I experience Home/End/PgUp/PgDown not working issue (which is annoying). Could someone confirm this?

Volutar

  • Guest
Re: New forum
« Reply #14 on: October 27, 2011, 02:12:05 pm »
Anyone??