Sitepoint moves to Discourse?

Discussion in 'Managing Your Online Community' started by CM30, Feb 13, 2014.

  1. s.molinari

    s.molinari Regular Member

    Joined:
    Nov 6, 2009
    Messages:
    774
    Likes Received:
    603
    Location:
    Käshofen
    Yup, if you are Java-centric, that could be a direction to take.:) I highly doubt the masses will get onto Java as their web application platform though, despite it being the #1 programming language in the world. It is funny how that hasn't happened and Java has been stuck mainly with big enterprise.

    Scott
     
  2. Dan Hutter

    Dan Hutter aka Big Dan

    Joined:
    Jul 20, 2006
    Messages:
    1,412
    Likes Received:
    515
    Location:
    New York
    I don't know how similar Discourse is to the software powering Stack Exchange sites. Because Discourse is ROR it doubtful that I'll ever run an instance of it even if just to kick the tires and that's a big downfall. I'd guess the vast majority of forum admins are familiar and comfortable with php/mySQL. Who wants to learn a whole new base system just to try a piece of software? Not me.

    Anywho, The Stack Exchange sites are great for what they are primarily Q&A sites. I don't think the forum software is very conductive to conversation though. For instance, how do you upvote posts on this thread? It's a conversation of opinions no one is necessarily right or wrong as there are no steadfast answers.
     
  3. AWS

    AWS Administrator

    Joined:
    Feb 1, 2010
    Messages:
    1,616
    Likes Received:
    692
    Location:
    Joliet, IL U.S.A.
    First Name:
    Bob
    Many didn't like the change from perl to php either. As time goes by things change. Python and Rudy seem to be the next step in forum evolution.
     
    Dan Hutter likes this.
  4. Adrian Schneider

    Adrian Schneider Regular Member

    Joined:
    Feb 1, 2014
    Messages:
    69
    Likes Received:
    46
    First Name:
    Adrian
    It's just political. Jeff is the world's biggest PHP critic; he would never start a large project with it. If he did, he'd be a hypocrite and it would be damaging to his reputation. For web applications, Python/Ruby/PHP are close enough that no platform has huge benefits over others. It's all about the developers and users he wants to attract.

    Modern PHP is getting quite nice though. Decent OO, a mix of functional, package management, unit and acceptance testing, etc. -- http://phptherightway.com/

    This is what we're on the edge of (works now, but consumer adoption)

    Code:
     composer create-project [software] .
    composer require [some-plugin] [verison]
    composer require [some-theme] [version]
    That is all possible now, it'll just take some time for the specific platforms to adopt composer in their plugin system. I know the big frameworks, and some popular CMS' support it already.

    However, it also marks a shift away from point and click installing towards command line. At least for the developers.
     
    Last edited: Feb 16, 2014
    Dan Hutter likes this.
  5. CM30

    CM30 Regular Member

    Joined:
    Jul 1, 2012
    Messages:
    901
    Likes Received:
    500
    The big problem with non PHP stuff is basically hosting companies. The mass market ones practically only offer languages like PHP and tightly restrict anything that involves actual programming/tech/server configuration knowledge.

    Add how PHP and MySQL are ludicrously easy to configure and set up scripts using, and well, you can tell why anything not written in said language is currently doomed to fail. Because basically, two things have to have before PHP goes out of fashion:

    1. Web hosting companies (most/all of them) have to offer something else.
    2. It has to be as simple to setup a script using Ruby/Python/.NET/whatever as a PHP script, drag and drop basically.

    But it's all irrelevant. Sitepoint itself cannot succeed upon merely switching software. It could use XenForo, it could use IPB, it could use some fifty thousand dollar enterprise script or it could use phpBB, but it won't help. The community itself is broken. The forums are overrun by fluff, by content which is boring to read, often poorly written and of which consists at least 50% of either extremely stupid questions or spam. They will only fix this if they start slamming down the hammer on poor quality crap, getting rid of members who can't speak three words of coherent English and start encourage fascinating, interesting to read content in the same style as the articles on their main website.

    They don't need a new script. They need some more new community managers with a clear vision to what the future of the site should be and the determination and drive to get it there. To discourage the 'idiots' and encourage the good members currently there to post more debate worthy topics.
     
    Dan Hutter and Adrian Schneider like this.
  6. Adrian Schneider

    Adrian Schneider Regular Member

    Joined:
    Feb 1, 2014
    Messages:
    69
    Likes Received:
    46
    First Name:
    Adrian
    When I was active there, I got the most value out of the PHP Application Design forum, and the MySQL forum. Both were filled with experts, good discussions and of course, newbies getting information quickly. What changed?

    1 - PHP Application Design forum was merged into the PHP free for all, which was (is?) one of the most active forums they had. Stopped viewing it, as the PHP one was total garbage by comparison.

    2 - MySQL, eventually I followed the expert I followed directly, and was able to find answers myself once I learned the ropes more. Eventually, most decent questions are always answered, and a search gives you better results than asking does.

    3 - Stack Exchange. I can my software design fix from programmers.SE, and programming help from stack overflow. I was never fond of the actual sitepoint community anyway; it was a resource. Resources come and go if you can't get gain personal attachment.

    Now, like you guys state, the signal to noise ratio is horrible: full of fluff and marketing. It makes me sad, because SitePoint was one of my favorite forums, next to vB.org back then. One thing they did have going for them was the featured discussions... but they need way more, and categorized to be relevant.

    While I fully agree it's not a technology problem, sometimes technology can spark some motivation again for those feeling defeated.
     
  7. s.molinari

    s.molinari Regular Member

    Joined:
    Nov 6, 2009
    Messages:
    774
    Likes Received:
    603
    Location:
    Käshofen
    It seems like you are not the only one unhappy about the combining of forums on Sitepoint either.

    Scott
     
  8. AWS

    AWS Administrator

    Joined:
    Feb 1, 2010
    Messages:
    1,616
    Likes Received:
    692
    Location:
    Joliet, IL U.S.A.
    First Name:
    Bob
    15 years ago all hosts had perl and many had mysql. Very few had PHP installed. I would bet that there are more hosts that offer python or rudy now than offered PHP then. The trend to something other than PHP started about 3 years ago. In another few years we will be talking about the replacement for python/ruby and saying the same thing that was said during the change from perl to php and that we are saying now.

    One thing Python has over PHP is you can use it to create more than web apps. The same with perl. PHP can only be used for building websites and if things continue to advance as they are PHP will be obsolete pretty fast.
     
  9. s.molinari

    s.molinari Regular Member

    Joined:
    Nov 6, 2009
    Messages:
    774
    Likes Received:
    603
    Location:
    Käshofen
    Not completely true.

    https://code.google.com/p/phpdesktop/
    http://wxphp.org/
    http://www.tidesdk.org/

    There was also PHP/GTK, but that lost steam and is basically dead.

    Although, generally speaking, PHP isn't really designed to be making desktop apps, that is correct.

    I highly doubt it will be pushed out of the web development envelope anytime soon, if at all. What is very interesting is Hack. It hasn't been released yet, but it is what PHP6 should be, from what I understand. (I sure wish they wouldn't call it Hack though).

    Scott
     
    Last edited: Feb 17, 2014
  10. ragtek

    ragtek Regular Member

    Joined:
    Dec 25, 2009
    Messages:
    238
    Likes Received:
    134
    No true.
    I'm using http://symfony.com/doc/current/components/console/introduction.html for really MANY things.
    I had ~30 php console applications to make xf & ipb development easier and faster.
    Even my IDE communicated via the command line with my xf application
    dev.png
     
  11. signal500

    signal500 Regular Member

    Joined:
    Nov 5, 2012
    Messages:
    143
    Likes Received:
    114
    Discourse was about as user friendly as vBulletin 5.

    That was a nightmare of trying to navigate around and accomplish things.
     
  12. Adrian Schneider

    Adrian Schneider Regular Member

    Joined:
    Feb 1, 2014
    Messages:
    69
    Likes Received:
    46
    First Name:
    Adrian
    Keep in mind, being forum admins, our definition of user friendly or easy is probably very tainted. Sometimes we mistake different (or refreshing) for being hard. I also understand that that's entirely subject as well. I found it much easier to use, but was a surprised how much they stripped out. Maybe that's what is needed though.

    Look at a vBulletin 3.8 or 4.x (probably 5 too, not sure) new thread page. It's HUGE, when really, title + message is all that is needed. Such a horrible experience, yet, for us, that's the norm.
     
  13. AWS

    AWS Administrator

    Joined:
    Feb 1, 2010
    Messages:
    1,616
    Likes Received:
    692
    Location:
    Joliet, IL U.S.A.
    First Name:
    Bob
    I always like threaded discussions. I didn't like UBB when I first seen it. It took me a while to like linear display. I never liked categorizing forums. I always liked having the newest topics displayed as the first thing you see. That's why I have my bookmark for sites I visit set to the new posts page.

    That is why I like Discourse and Vanilla. For people that want categories you can have a category view. For people like me you get the posts and content.

    Discourse is more of a jump into what forums used to be. Sort of a wwwboard with more features and without true threaded discussions. In fact one could argue that Vanilla was the first to present data the way Discourse does.
     
  14. cpvr

    cpvr Regular Member

    Joined:
    Aug 14, 2009
    Messages:
    3,219
    Likes Received:
    823
    How's sitepoint doing in terms of traffic and who's online since this change happened?
     
  15. CM30

    CM30 Regular Member

    Joined:
    Jul 1, 2012
    Messages:
    901
    Likes Received:
    500
    Hasn't happened yet.

    I assume it'll do okay... for about a week. Every forum gets a mini 'revival' when they switch software, if only because the members complain about the changes.
     
    cpvr, Dan Hutter and Martin W like this.
  16. Martin W

    Martin W Regular Member

    Joined:
    Oct 31, 2012
    Messages:
    144
    Likes Received:
    38
    Location:
    England, UK
    Discourse is something that I haven't made my mind up on yet. After poking around on the meta for a little while a bit ago, I discovered some really good ideas but also a fair amount of ones I didn't really like. I haven't seen the software used as anything other than a question and answer community styled site just yet. I don't really feel the social interaction as of yet. Hope it does well as a software or at least shows some other software's some assets that they can adopt.

    As for SitePoint, I was there a couple of years ago and didn't really like it. There were too many spammy and cheap posts from obvious link droppers.
     
  17. GTB

    GTB Regular Member

    Joined:
    Jun 30, 2009
    Messages:
    1,792
    Likes Received:
    270
    Can't say I like Discourse having had a look at it, I rate Vanilla as both looking better and having a better forum layout than Discourse has for something different than the norm, if wanting a questions and answers type forum.

    This site uses Vanilla.
     
    Last edited: Mar 1, 2014
  18. jinxed

    jinxed Lurker

    Joined:
    Nov 4, 2009
    Messages:
    10
    Likes Received:
    1
    Location:
    The Netherlands
    First Name:
    Sophie
    This conversion will be interesting to follow. Though I fear it won't work out for the community as they hope it will. The change they want should come from, and be stimulated by, the forum team. Not a change of software.
     
  19. cpvr

    cpvr Regular Member

    Joined:
    Aug 14, 2009
    Messages:
    3,219
    Likes Received:
    823
    I agree, I think they need to produce more content on the forums and stir discussions. I remember way back when the sitepoint forum staff were pretty active and helped keep the boards alive and pumping. This is probably before the time Digitalpoint surpassed them in forum content and members. Digitalpoint has more tools than them and provides their user base with more tools, Sitepoint focuses more on books and such.
     
  20. CM30

    CM30 Regular Member

    Joined:
    Jul 1, 2012
    Messages:
    901
    Likes Received:
    500
    Also, cpvr's point above about focusing on books and stuff is another issue with Sitepoint in general.

    They care too much about the 'content', too little about the 'community'. What they seem to forget is that to a degree, content doesn't help a community all that much. Read articles like this:

    http://www.feverbee.com/2011/10/content.html

    Most importantly, points like this:

    and

    http://www.feverbee.com/2010/11/7things.html

    Problem is, Sitepoint entirely seems to focus on content as if it'll magically turn their readers into members. They're wrong. What they really need is to focus on the community, get more of their experts contributing to the forums and holding discussions and to make that the core of the site, if they genuinely want the forums to succeed.

    They need more evidence of this? Well think about my case here. I read their site every day. But guess what? Because the interesting stuff is almost always in the form of articles and books and stuff, I don't actually ever have to use the forum. So I don't. Why should I join if the good stuff is written for average joes and guests on the 'main' site and the forums have very little in terms of a real 'community' feel to them?

    Oh and finally, on another note... I think the articles and books are also why their forums are struggling content wise. Because they never post the interesting stuff in the forums, it's all kept to books and articles instead, in the form of dry tutorials. Would work much better if instead of making everything a site discussion (or even worse, a chat room meeting with transcript), that said posts were turned into interesting forum discussions and held on the forums where everyone can contribute their views.

    So yes, to put it simply, they're failing because they're making the big company forum management mistake; thinking that forums should just be some bolt on extra to a large existing site rather than the focus on the site itself, and that content in the form of articles and guides should be prioritised over the likes of discussions and debates.
     
    eva2000 and cpvr like this.

Share This Page