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

Offline Flatline

  • Newbie Mark III
  • *
  • Posts: 46
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #45 on: July 22, 2011, 07:51:44 AM »
If you have that theme in hand and don't mind sharing... I wouldn't mind that at all. ;)
Sure, let me finish first, then you can have it

Offline Nalgas

  • Hero Member
  • *****
  • Posts: 680
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #46 on: July 22, 2011, 07: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 Flatline

  • Newbie Mark III
  • *
  • Posts: 46
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #47 on: July 23, 2011, 06:57:49 PM »
Yeah, that's some php coding from an SMF forum. Biggest problem is trying to find the little bit of code you need to change in the 190+ php pages, and the css files.

Completed the forum theme now, and sent pm to x4000 with download link and a few comments. I'm bound to have missed something, doing a theme this quickly.

Offline Cyborg

  • Hero Member Mark II
  • *****
  • Posts: 907
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #48 on: July 25, 2011, 06: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!

Offline Nalgas

  • Hero Member
  • *****
  • Posts: 680
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #49 on: July 25, 2011, 07: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,601
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #50 on: July 25, 2011, 07: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.)

Offline Nalgas

  • Hero Member
  • *****
  • Posts: 680
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #51 on: July 25, 2011, 07:13:23 PM »
(Which appears to be either a deformed windmill, or a pile of pudding bearing a crucifix.)

Perhaps it's both: A Pudding Without Wind.

Offline Flatline

  • Newbie Mark III
  • *
  • Posts: 46
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #52 on: July 26, 2011, 12:13:59 PM »
Things that would make this new forum better:

-Ability to see markup tags in the  message writing window
Goto: Profile / Look and Layout Preference and untick "Show WYSIWYG editor on post page by default."
Should get the markup tags then.. make sure you click "change profile"

Offline Cyborg

  • Hero Member Mark II
  • *****
  • Posts: 907
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #53 on: July 26, 2011, 05:45:41 PM »
Things that would make this new forum better:

-Ability to see markup tags in the  message writing window
Goto: Profile / Look and Layout Preference and untick "Show WYSIWYG editor on post page by default."
Should get the markup tags then.. make sure you click "change profile"

Thanks, this worked.

Offline x4000

  • Chris Park, Arcen Games Founder and Lead Dev
  • Administrator
  • Zenith Council Member Mark III
  • *****
  • Posts: 24,126
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #54 on: July 31, 2011, 06:30:35 PM »
Cool stuff!  Got the new default theme that Flatline created in there, and the old (new old) theme is also still in place for those who want it.  Will customize the folder icons further tomorrow, when I have more time.

In terms of the new favicon, that's the AVWW icon. ;)  It doesn't reduce super well, at least not in non-transparent format, so I might change that at some point.  But for now that's what it is. ;)
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 Nalgas

  • Hero Member
  • *****
  • Posts: 680
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #55 on: July 31, 2011, 06:48:52 PM »
Cool stuff!  Got the new default theme that Flatline created in there

Seems to be working fine, aside from a couple minor things.  The way it highlights things like the subject field when you mouse over them when replying to posts is a little disconcerting/weird, and the emoticons look a bit off on a dark background because for some reason people still use GIFs instead of PNGs and don't have proper alpha channels as a result.  Nothing major, though, and those are SMF's fault.

It feels darker than the main page/site, but the colors really are the same.  I think it's just because it's the nature of the forum to have larger blocks of the darker colors without the bright pictures and stuff to break it up.

Offline BobTheJanitor

  • Master Member Mark II
  • *****
  • Posts: 1,601
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #56 on: July 31, 2011, 11:52:26 PM »
I like the look of that new theme, but I'm going to have to stick with the old one until there are proper 'new post' icons for the new one. I just have to be able to quickly scan a page and see which topics have updates, and just seeing the word 'new' in the same font and with nothing to make it stand out just isn't doing it for me. Hopefully that's on deck for a fix soon, because I think it looks quite snazzy otherwise.

Online KingIsaacLinksr

  • Hero Member Mark III
  • *****
  • Posts: 1,025
  • A Paladin Without A Crusade...
    • View Profile
    • Follow On Google+
Re: Forums are now running SMF 2.0!
« Reply #57 on: July 31, 2011, 11:57:45 PM »
New topic icon doesn't work on the iPhone's safari browser FYI!

But the new look is nice :)

King
Honorable Gamer on the Interwebs...
Visit the Arcen Mantis to help out: http://tinyurl.com/6ps28
My Blog: www.kingisaaclinksr.wordpress.com Related Reviews:   
Tidalis: http://wp.me/pQq2J-4Z
A Valley Without Wind: http://wp.me/pQq2J-G5
A Valley Without Wind 2: http://wp.me/pQq2J-1wc

Offline Flatline

  • Newbie Mark III
  • *
  • Posts: 46
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #58 on: August 01, 2011, 05:23:17 AM »
New Topic Icon, was in different location on live site than local site, forum uses english-utf8, rather than english. Probably just rename directory from english to english-utf8
attached.. goes in http://www.arcengames.com/forums/Themes/arcentheme/images/english-utf8/

new2.gif - A New Topic Icon with black text also attached, if X4000 thinks it's better than white. (Needs to be renamed to new.gif

Fixed "Code" background and "Hover" on input, see Nalgas post.. attached css file
goes in: http://www.arcengames.com/forums/Themes/arcentheme/css/

Smileys can be changed to use a different one.  aaron's set works better (It's a standard set installed with forum)
admin - forum - Smileys and Message Icons - settings
change Default Smiley Set  to aaron's set
« Last Edit: August 01, 2011, 05:49:29 AM by Flatline »

Offline x4000

  • Chris Park, Arcen Games Founder and Lead Dev
  • Administrator
  • Zenith Council Member Mark III
  • *****
  • Posts: 24,126
    • View Profile
Re: Forums are now running SMF 2.0!
« Reply #59 on: August 01, 2011, 01:24:59 PM »
Okay, awesome -- thanks for all those additions, Flatline!  Those are now in place, as well as I've put in new art for the actual forum index graphics.  Looking good! :)
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!