Internet Explorer is not supported. Please upgrade to a more modern browser.
Hello, I would like to request the following features:
While I know there are tons of features I requested, I think that would really make people switch to NamelessMC. That's what would make this software really feature-rich and awesome.
Thank you!
Thanks for these, here are my initial thoughts:
p { margin-top: 0px; margin-bottom: 5px;}
Samerton said:Samerton said:Thanks for these, here are my initial thoughts:
- I can look into adding a spoiler button in the future.
- Which changes to the editor would you like to see? The editor XenForo uses would cost around $1500 which is a bit much for an open source project
- The editor is HTML based instead of BBCode, changing this would require implementing a new BBCode parser and I'm not sure how practical this would be.
- You may be able to change this yourself using custom css, something like the following may work (it'd need to go in styles/themes/*Theme*/css/custom.css):
- Setting a user's timezones has been planned for a while now and it'll be added eventually.
- Sure, this is a good way of doing things. In the past I was going to add fixed ratings, but it didn't get far as I wasn't sure which ones to add. Allowing admins to add their own is a good idea.
Thanks for these, here are my initial thoughts:
- I can look into adding a spoiler button in the future.
- Which changes to the editor would you like to see? The editor XenForo uses would cost around $1500 which is a bit much for an open source project
- The editor is HTML based instead of BBCode, changing this would require implementing a new BBCode parser and I'm not sure how practical this would be.
- You may be able to change this yourself using custom css, something like the following may work (it'd need to go in styles/themes/*Theme*/css/custom.css):
- Setting a user's timezones has been planned for a while now and it'll be added eventually.
- Sure, this is a good way of doing things. In the past I was going to add fixed ratings, but it didn't get far as I wasn't sure which ones to add. Allowing admins to add their own is a good idea.
Thanks a lot! I honestly don't remember what I wanted to mean by those new XenForo features, but I know what currently annoys me regarding the editor. First of all, I'd like to see quoting users easier, that meaning that whenever you quote someone, the quote will be added to your curent text without opening another window. Also, BBCode would be useful as most users are used to it from other forum software. I know it might be hard to implement, as I'm a developer myself (however I really didn't care to learn CSS or HTML) and I know that modifiyng existing features inside a project is mostly harder than just adding them from the beginning, but that would really help out, especially for the new users. And, finally, regarding the editing of the custom.css file, I would like it to be theme independent and to let users choose that :) For instance, just like in MS Word or other text editors, you should have a button to allow adding or removing space after and before paragraphs, leaving that choice to the end-user. Also, by default it shall use no spacing. At least that's my opinion on it xD I'd be really glad to see those features implemented, however time isn't that much of an issue (for me at least). I would also like to help you with a small donation, it makes me feel better regarding using free software powered by the community's choices
Oh, and that smiley also reminded me of something...
Could you also make it so the editor would automatically translat the :) or other 'text smileys' into images for those smileys? And, again, admins should be able to add their own custom smileys, including gifs, and set their text version. Thank's anyways for being so kind!
Hmm, and I might have just spott a little bug, for some reason, after clicking submit post, I get an invalid token message that goes away if I press the button again.
Also, clicking the reply button on a user's profile post won't do anything.
PS: Might you also add a small indicator under the user's avatar to show it's status (online/offline, and by clicking on it you should get a small pop-up displaying his last seen time)? And yet another improvement that can be made is the alert system... Once you click on an alert the system should automatically assume you read it, thus marking it as read and no longer showing it in the unread section.
This is also something I'd like to imeplemt at some point, hopefully for the 1.2 release.
I'm starting to work on the core system for Nameless 2.0, I can build that with BBCode, but the 1.x releases likely won't change.
Whilst I do agree with you about the spacing between paragraphs, the problem here is that it's hardcoded into the editor, and as it's something I haven't written myself it's something I won't be able to add a button for. I might remove the large spacing by default, and if users want a space between paragraphs they can simply enter a new line.
Thanks for your generosity, it's really appreciated! Our donate link's pretty well hidden as there are no navigation links to it, however you can find it here.
Sure, this is also something I can include in a future release.
2.0 will hopefully eliminate this issue, currently if you navigate to a different area of the site whilst writing a post you'll get the token error, and as you say you simply need to resubmit the post.
I can't reproduce this issue, the button opens a new modal which contains an input area. One thing I can imagine is happening is the script is being killed somehwere, does your footer load correctly on profile pages?
Sure, this should be fairly easy to add.
Planned for the near future, hopefully 1.1.
Love the forum software. I was thinking how about a mybb type of reputation system? (Sorry OP for posting this in your thread) I just thought it would be a great place to make it instead of being a noob and creating another thread for such ideas.
Arc said:Love the forum software. I was thinking how about a mybb type of reputation system? (Sorry OP for posting this in your thread) I just thought it would be a great place to make it instead of being a noob and creating another thread for such ideas.
I'm afraid I'm not too familiar with MyBB, how does their reputation system work?
Samerton said:
- "First of all, I'd like to see quoting users easier, that meaning that whenever you quote someone, the quote will be added to your curent text without opening another window"
This is also something I'd like to imeplemt at some point, hopefully for the 1.2 release.
- BBCode
I'm starting to work on the core system for Nameless 2.0, I can build that with BBCode, but the 1.x releases likely won't change.
- "For instance, just like in MS Word or other text editors, you should have a button to allow adding or removing space after and before paragraphs"
Whilst I do agree with you about the spacing between paragraphs, the problem here is that it's hardcoded into the editor, and as it's something I haven't written myself it's something I won't be able to add a button for. I might remove the large spacing by default, and if users want a space between paragraphs they can simply enter a new line.
- Donations
Thanks for your generosity, it's really appreciated! Our donate link's pretty well hidden as there are no navigation links to it, however you can find it here.
- Smileys
Sure, this is also something I can include in a future release.
- Invalid token
2.0 will hopefully eliminate this issue, currently if you navigate to a different area of the site whilst writing a post you'll get the token error, and as you say you simply need to resubmit the post.
- Replying to user profile post
I can't reproduce this issue, the button opens a new modal which contains an input area. One thing I can imagine is happening is the script is being killed somehwere, does your footer load correctly on profile pages?
- Online status
Sure, this should be fairly easy to add.
- Alerts
Planned for the near future, hopefully 1.1.
Thanks a lot! Removing the default big spacing seems a really good idea, thank you!
Just a little update, working on implementing BBCode in the new version 2.0, along with a new post editor.
Samerton said:Just a little update, working on implementing BBCode in the new version 2.0, along with a new post editor.
Thank you so much <3! And just remembered of some stuff I'd like implemented :)
First of all, I'd love to see automatic parsing of emoticons like :) into smilies. Also, I hope the new editor will have a more user-friendly interface and more customizable settings, like allowing or not users to use characters bigger then a certain value the admin can set. Thank you!