Bitcoin Forum
May 05, 2024, 07:32:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Other / New forum software / Re: Auto Translate on: January 24, 2015, 12:33:34 PM
Yea ... going to say no to this one mostly because auto-translation software isn't really the best right now. And I don't think we want to dump a lot of money and time into building out a feature that Google hasn't even gotten right yet.

To best explain what I'm talking about: http://xkcd.com/1425/
42  Other / New forum software / Re: Our suggestions - Seriously taken ? on: January 24, 2015, 12:31:44 PM
Hey, sorry if the communication is a bit late or in some cases non-existent. We're trying to keep up with it but often times we're just too busy with our faces glued to the code. As far as the suggestions are concerned. We are keeping track of them and as others have said, theymos has final say. But in the mean time we track what we can and offer our suggestions or feed back as well.

As the forum software starts to firm up more in terms of features, we'll probably be more vocal but as of right now, we're trying to go through all the things mentioned in the stickied thread of this board. Those have top priority.

As for the beta launch, it's coming! The date was self imposed and code wise we're there already. We are just working out the kinks in getting it up on a public server. So sit tight. It should be here soon.
43  Other / New forum software / Re: Reference: Discourse and Flarum on: December 23, 2014, 02:08:49 AM
1.) Flarum seems to be a student's project that hasn't reached a fully useable state yet. Although we're not fully done with our current forum software, we have gotten a bit farther than their current code base.

2.) Jeff Atwood is one of my heros so I can't really complain about the quality of discourse but I do believe it was written with the idea of replacing the comment system for blogs first. The idea of being a stand alone forum came second so as a forum user, you tend to lose a lot of the features and the UI isn't made with that in mind.

Honestly, the closest forum that can compete with what we're going for is probably nodeBB. We have a lot of catching up to do to be as feature complete as they are. We're already ahead in some aspects.
44  Other / New forum software / Re: Public Github Repo of the New forum software development on: December 07, 2014, 12:13:36 PM
I need to update those images. I re-hauled the editor a few times since then. There's image support and a cleaner look now. I doubt this will be the last time I update the editor though. The designer hasn't gotten to the editor yet. Also, my next goal is to break out the editor into something that floats along the screen instead of being in a fixed area.
45  Other / New forum software / Re: Simple Image Upload on: November 24, 2014, 02:11:13 AM
imgur works just fine.
Do not be lazy.

I'm not sure what you're trying to say? Supporting hotlinking through a cdn and building in support for image upload is more work than just using imgur. Also, it creates a third party dependency that we can't control. So if imgur happens to go down (which it has before). Then all images on the server would be down to. If you want to use imgur, you still can.


Also, I need to make a modification on the last post I made. The hotlinking support will no longer keep a copy on the cdn. It'll just stream the image from the original source. I've got that working so far. I just need to move on to image uploading.
46  Other / New forum software / Re: Simple Image Upload on: November 20, 2014, 09:50:20 AM
The plans are to support both image upload and to support hotlinking. The hotlinking is going to work the same way most other pages handle it (github, facebook). Basically if you upload an image, it'll be stored on our cdn and the BBCode to that link will be supplied to the writer in the post editor. If hotlinking is used, the url will be preserved for the user but the hotlinked image will be moved to our cdn and that cdn url will be displayed to everyone else.

The main reason for this system to provide a secure way to handle images. All images will be validated for exploits along the way to our cdn. This way someone can't just hotlink an image and when the post becomes successful, bait and switch it for someone else. In the end, all images will reside on our cdn.

I hope it goes without saying that the cdn will be on another domain to prevent XSS attacks as well.

The other reason for this is to allow for a better user experience for the user. We don't want the user to go to another site just to link or upload an image.
47  Other / New forum software / Re: Will the new forum allow upload of avatars? on: November 18, 2014, 10:11:42 AM
Tangentially working on this right now. All signs point to yes.

BTW, sorry for the lack of interaction in the past couple of weeks. Been heads down working on a lot of moving parts.
48  Other / New forum software / Re: Prevention of post editing by thread starter on: August 26, 2014, 10:30:25 AM
I'm still hesitant mainly because even in signature campaigns, the OP is quite often edited with new information. Also, there are circumstances (although rare) where a later post might need to be edited. In the event that the first version of a post needs priority above any edits, we can file an issue for a specific view of a thread where the posts shown are the original post and you'll have to click to expand for any newer versions. (the reserve of what will be the default layout)


I think a concrete example would help more in this area.


So just thinking off the top of my head, I feel like signature campaigns should be allowed to have users edit their post, but the user may only post once in that thread. Also, when the campaign is over, the OP can lock the thread at that point, keeping others from posting in it. I think that solves the majority of issues with signature campaigns. If we want to take it a step further, we could also allow OP to tag a certain version of a post and that version will become the 'default' post.

Contest may have a different structure where posts aren't ordered by time as like most forums but may be sorted by OP's desire. (Maybe winning posts show up right under OP, I'm really just freebasing at this point so don't take any of this as truth.)

Group Buys might follow the same structure as signature campaigns but OP could tag posts where the orders have been accepted (versions be damned). Maybe those tagged posts could get hoisted to the start of the thread.


The great thing with what we're building is that we have the ability to really go wild with the features since we're building from the ground up and have complete control of the stack. But in order to build something that the COMMUNITY needs, we need concrete examples. I don't mean to preach but solid examples is always better than notional ideas because we can point to some use case when we actually try to build the damn thing. Again, sorry for the rant.
49  Other / New forum software / Re: Prevention of post editing by thread starter on: August 24, 2014, 11:29:16 PM
The new forum will have versioning for all posts. This means that every change to a post is kept in the database and all users will be able to see all versions of a post. This makes the point of this thread rather moot since it will be on by default for all posts.
50  Other / New forum software / Re: Public Github Repo of the New forum software development on: August 21, 2014, 09:07:57 AM
That's just one of the repos =). We've split the code apart over repos to better modularize the entire infrastructure.

Also, the slickage one is deprecated so don't follow that one.

Lastly, the dependencies have changed since first writing that README. Couch and redis are gone for now.
51  Other / New forum software / Re: Is there something preview of new forum on: August 21, 2014, 09:05:52 AM
All boards, posts, threads, users, etc will all transfer over.

And no pic yet. =(

The alpha release is just a code release at this point. But you can try and run it yourselves, just don't expect the world with it.
52  Other / New forum software / Re: @theymos-Update on the new forum? on: August 21, 2014, 02:46:32 AM
Since the github pages for the new forum are public, anyone can install and run it but don't expect any support yet. It is still in alpha. So feel free to browse the code and if you're brave enough, install it. (It really just one command to install anyway)

We won't have a public staging server up. So if you guys don't have node installed or aren't comfortable setting that up, please wait till a later release. But feel free to keep watching our github repos. Those are all public.
53  Other / New forum software / Re: @theymos-Update on the new forum? on: August 20, 2014, 03:05:40 AM
Alpha-Preview will be done by end of August. Not the whole forum.

Being that it's an Alpha release, don't expect much other than a working forum. None of the bells and whistles should be expected.
54  Other / New forum software / Re: Downvote / Dislike button on: July 02, 2014, 10:53:22 PM
Why would this be useful? Really? Unless someone is so arrogant that they need to make sure people dislike a post that they don't like.

Why not have it where the user can decide what rank threads should be ignored by.

For example:

Ignore threads/posts if 10 Full Members, Members, Hero Members, etc rate the thread/post negative.

What a smart fucking idea. That definitely would NEVER be abused. Silly ol' me.

Assuming the above is sarcasm, It CANNOT be abused. You misunderstood.

The topic was about a Downvote/Dislike button. What I was suggesting was the following.

A personal option on each members dashboard where they can set a discretionary option for which member group dislikes come into action.
This is not for the thread owner to decide, and it will not affect any other users.

For example.
Only ignore threads/posts if 10 Full members rate the thread/post negative. (underline being changeable)
They can choose any member group or turn the feature off as this is a local feature.
High ranking members tend to be more trustworthy due to risk of losing their profile. However, if corruption entails, It would be an optional feature set off by default.


I like this idea. We were just looking at slashdot and their implementation of this. Again the metrics that we'll be using may change soon since we want to give maximum flexibility.
55  Other / New forum software / Re: Downvote / Dislike button on: June 26, 2014, 12:32:13 AM
Don't we already have a way to push content up or down? By the time of the most recent post.

For the forum, yes.
For hackernews, that's how having only likes changed content. I was just trying to illustrate the point that having just likes also has it's own drawbacks.

A concrete but fictional example would be if post likes were tied to user rating. Many users with malicious intent could be pushed into higher and higher user rating tiers (if such a thing existed.) Basically any system that only has a up button could easily have everything pushed "up." ("up" could be anything too.)

Also please consider the psychological aspect of a like and dislike system. Reddit has become famous for karma whoring. Some people go to extreme lengths for a virtual number that means absolutely nothing.


I would like to try and figure out a way to tie likes into a meaningful metric to try and fight spam posts and malicious users but I haven't figured out a viable route yet. I may switch to something entirely different metric at any point in the future too. As of right now, nothing is set in stone on that subject.
56  Other / New forum software / Re: Downvote / Dislike button on: June 25, 2014, 09:11:52 PM
If you go on hackernews, there's only a like button but even that has shown that it was lead to unwanted side effects. In their case, many of the same articles get pushed to the top because there's nothing to say that the same content has already been posted. Think of the like and unlike as way to move content up or down. All three scenarios (likes, dislikes, likes and dislikes) come with their down sides.
57  Other / New forum software / Re: BBCode on: June 06, 2014, 07:29:16 AM
Sadly, the code that you guys have been using has been modified so it no longer conforms to that page (CSS wise). There's also a lot more BBCodes then there are listed there. The goal was to support as much BBCode as the users already use. I've already moved on from this module already though.
58  Other / New forum software / Re: User tagging/mention system on: June 03, 2014, 02:28:37 AM
The easiest way is to just use the @username way of doing things, IMHO.
It gives a simple key for the JS to watch and bring up a dialog that allows you to choose the user you wish to tag. Rather than keying on every single keystroke and trying to match that against a username like how facebook does. As for a BBCode option, this may fall into the backlog because it's more error prone with misspellings while the dialog, the user can simply just click on the user they mean to tag and inject the right username (spaces and all). 

Also disabling notifications for username tagging should be simple enough.
59  Other / New forum software / Re: Can we "Like" a post? on: May 29, 2014, 01:50:45 AM
I actually added on to Vod's post because I wanted to let the community know that I was tapping into the likes functionality as a metric for reputation.

Although the reputation system I have in mind is not like the current system in any way. I actually want to continue this discussion. Maybe new thread?
60  Other / New forum software / Re: Can we "Like" a post? on: May 27, 2014, 05:21:20 AM
ranlo

So if activity were to be removed from the equation all together so that the only way a user can improved their ranking (aside from buying an account) is to generate content that others would like/upvote. Would that alleviate some of your concerns?
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!