Author Topic: Forums are now running SMF 2.0!  (Read 10702 times)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #30 on: July 19, 2011, 06:39:49 pm »
Yeah, I noticed that they removed the next page button -- that is annoying indeed.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline orzelek

  • Hero Member Mark III
  • *****
  • Posts: 1,096
Re: Forums are now running SMF 2.0!
« Reply #31 on: July 19, 2011, 06:44:59 pm »
Yeah, I noticed that they removed the next page button -- that is annoying indeed.
Any idea if it can be found in some options?
Altho Blind Mind forums never had it - but they were running 2.0 RC from start I think.

PS. If it can't be found... it will be missed and remembered;)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #32 on: July 19, 2011, 06:53:54 pm »
Hmm, most SMF posts make like it never existed, which is odd.  Can't see any references to it, but I know I remember it.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Fiskbit

  • Arcen Games Contractor
  • Master Member Mark III
  • *****
  • Posts: 1,752
Re: Forums are now running SMF 2.0!
« Reply #33 on: July 19, 2011, 11:39:12 pm »
It's not perfect, but the old Arcen theme works well enough and has the previous/next page links. :)
Have ideas or bug reports for one of our games?  Click here to get started with Mantis for Suggestions and Bug Reports.  Thanks for helping to make our games better!

Offline Cyborg

  • Master Member Mark III
  • *****
  • Posts: 1,957
Re: Forums are now running SMF 2.0!
« Reply #34 on: July 20, 2011, 08:17:22 am »
It's not perfect, but the old Arcen theme works well enough and has the previous/next page links. :)

it is missing the editor for the post markup, though.
Kahuna strategy guide:
http://www.arcengames.com/forums/index.php/topic,13369.0.html

Suggestions, bugs? Don't be lazy, give back:
http://www.arcengames.com/mantisbt/

Planetcracker. Believe it.

The stigma of hunger. http://wayw.re/Vi12BK

Offline orzelek

  • Hero Member Mark III
  • *****
  • Posts: 1,096
Re: Forums are now running SMF 2.0!
« Reply #35 on: July 20, 2011, 01:36:11 pm »
It's not perfect, but the old Arcen theme works well enough and has the previous/next page links. :)

it is missing the editor for the post markup, though.
And sadly quotes are getting broken badly on it.

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #36 on: July 21, 2011, 05:59:43 pm »
Wicked!  Thanks for that, Flatline.  ;D

Added it in, and looks like it works like a charm. :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #37 on: July 21, 2011, 06:30:43 pm »
Well, slick!  That's a config screen I hadn't even really found yet -- thanks for the tips!  I went with a space instead of a . on the site slogan, and that actually removes the SMF logo, too.  Pretty nice!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #38 on: July 21, 2011, 08:42:02 pm »
Good grief!  Is that an actual theme, or is that just a mockup screenshot?  That looks really great, at any rate.  My problem is just not having a lot of time to devote to things of that nature at the moment, but I love the look. :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #39 on: July 21, 2011, 08:54:21 pm »
Good point -- set it to 600x400, that should work okay.

If you have that theme in hand and don't mind sharing... I wouldn't mind that at all. ;)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Forums are now running SMF 2.0!
« Reply #40 on: July 21, 2011, 09:01:10 pm »
Just FYI, I'm going to have limited access to my regular computer for the next week or so.  Which is going to make doing things like updating the forums a bit more difficult during that specific timespan.  Not a lack of interest, but just as an FYI!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Nalgas

  • Hero Member
  • *****
  • Posts: 680
Re: Forums are now running SMF 2.0!
« Reply #41 on: July 22, 2011, 08:58:09 am »
Code: [Select]
// Show the first page. (>1< ... 6 7 [8] 9 10 ... 15)
if ($start > $num_per_page * $PageContiguous)
$pageindex = sprintf($base_link, 0, '1');
else
$pageindex = '';

Heh.  Is that what the actual SMF code/comments look like?  The last time I had the misfortune to dig into IPB to fix something, it looked like it had been written by lolcats...

Offline Cyborg

  • Master Member Mark III
  • *****
  • Posts: 1,957
Re: Forums are now running SMF 2.0!
« Reply #42 on: July 25, 2011, 07:08:10 pm »
Things that would make this new forum better:

-Ability to see markup tags in the  message writing window

-ability for the right mouse button context menu to appear when clicking on the body of a message writing window. Notice that if you right click on empty space, you get a different menu than if you right click on text itself!
Kahuna strategy guide:
http://www.arcengames.com/forums/index.php/topic,13369.0.html

Suggestions, bugs? Don't be lazy, give back:
http://www.arcengames.com/mantisbt/

Planetcracker. Believe it.

The stigma of hunger. http://wayw.re/Vi12BK

Offline Nalgas

  • Hero Member
  • *****
  • Posts: 680
Re: Forums are now running SMF 2.0!
« Reply #43 on: July 25, 2011, 08:05:14 pm »
Things that would make this new forum better:

-Ability to see markup tags in the  message writing window

-ability for the right mouse button context menu to appear when clicking on the body of a message writing window. Notice that if you right click on empty space, you get a different menu than if you right click on text itself!

Both of those work just fine for me, but that may be because I've reverted to the old theme, at least partially out of being too lazy to look for a SMF theme I like more.  I suppose I also have JavaScript's ability to mangle context menus disabled in my browser, too.

Offline BobTheJanitor

  • Master Member Mark II
  • *****
  • Posts: 1,689
Re: Forums are now running SMF 2.0!
« Reply #44 on: July 25, 2011, 08:08:30 pm »
Any chance of getting the old favicon back instead of this current thing? (Which appears to be either a deformed windmill, or a pile of pudding bearing a crucifix.)