I made this list about things that definitely should be here. These are the functions that I call essential functions of the old Asta. I'm sure I forgot something, so if anyone wants to add something, feel free to do so :)1. View posts since last visit2. View your posts3. Images next to forums/threads/requests/releases (new posts, locked, etc.)4. Board statistics (number of registered users, who is online, etc.)5. Signature under a post/comment (can be chosen to show or not show) you have your SIG shown in profile. sigs prevent from reading threads and are a good instrument for spammers if it is shown in every post. your personal profile is the best place to present your SIG6. Code tag and selection of smilies astacut implemented. smiles implemented7. Quote button next to a users post8. Edit button9. Report post button it is this mark : !10. Thanks button you have +/- that allows you to express yourself much wider than a usual thank. thank = "+"11. Quicker access for sending a PM it is the mark just right side of the users name12. Post count and thanks count these are your Karmas, read FAQ how it is calculated. it is more complicated than a usual post counter and tells much more about yor behaviour on the forum13. Show 1, 2, 3 on the bottom of a thread/request/release if more than 1 page (when viewing the forum sections, not the thread/request/release itself).14. Thread/Release/Request that receives a new reply moves to the top15. Always accessible Home button It is Board link
16. Selection of Auto-Login17. Possibility to see who made the last post in a thread/release/request18. Sentbox and Savebox PM folders
19. Selection of font sizes and colors in the Reply box20. Preview button21. Link on the main menu to User CP - you can click on your avatar on top-right corner to enter UserCP22. When clicking on a + / - the page should automatically refresh // Not necessary23. When I already gave a + / - they should disappear from that Thread/Request/Release/Comment that will overload the server. very difficult feature technically. as soon as we tune the project and it becomes very fast you will not find it a problem
24. Astapower and Karma should be seen better (e.g next to user name)
- added -25. Possibility to edit topic's title26. Add the "hidden block" to the post, so we can post mirrors Astacut operator forver
27. Search results should be listed according to subforum or category (e.g books, music, videos)28. Show more threads/releases/requests on one page (vertically - so that we can scroll down to see more) set to 2029. PNG,GIF support for profile images we use automatic resize system that allows you not to care about upload image sizes so it doesn`t accept gifs and png, sorry
30. It should be easier to distinguish between Astapower and Karma icons31. Show who created a release/request/thread under the topic name
32. Removal of the GFX Request section - not needed as we have the Request bits within the main sections33. Delete Post button34. Fixing of the "Upload your photo"(/avatar) feature // Probably a user's issue35. Instead of having spaces in the URL (which appear as %20) use dashes, underscore or use topic numbers like on the old forum. done. spaces are replaced automatically to underscores
36. + / - should be bigger (Or make them clickable buttons)
37. Clickable navigation path should be given on top to return back to where you want to be38. Member status bar under a member's name39. Star Counter you got karma - stars are not planned at the moment, it is a feature of phpBB40. Organize the Text section by book categories (Fiction, Non Fiction, Other Text) no need for a PDF section.
41. Have a password recovery option for those who have forgotten the e-mail they registered with.42. Possibility to edit signature done43. See who gave you a + / - no need at all. it may prevent some members to express a fair opinion. and the second - will load server too much to store and to show it44. An Introduction Forum in the General (NOT General Talks) section45. Change the "Anime/Hentai" section to just "Anime" changed
46. Some way of showing that there is a new post in your Team sections. E.g, show a little icon next to the "teams" button if there is a new post in a thr__TEXT IS TOO BIG. IT WAS TRUNCATED TO 5000 SYMBOLS
General → Astatalk FAQ and support → Things we would like to see implemented08 May 2009, 21:30 You have to login or register to post comments. |



i've found one new fature
1. View posts since last visit http://astatalk.com/added/
it's still not linked here but.. i guess it works..
I made a release to fulfill a request if i had the # button there i would press it and link with request faster and more practical I think rather than copying and pasting from the address bar.
Please login or register to download
or
Use full direct downloader
thanks shensta
Also could the code> tag be allowed
Thanks tobyb
Please login or register to download
or
Use alternative download link
sorry but no one replied to my suggestion so i thought i'de put it in here
please consider
shensta
** sorry forgot to mention only sections where they have release's and not thread only sections like this one
I agree on both counts.
replied about report
If you all support I will set. It`s easy.
mentioned, will be done for sure.
But later.
you are not the first who asking it
will have to do
why is it so essential for you?? ) just curious
as you know p tag is a container tag and has to be open...so a little bit more complecated to parse and check. why change?
Just thought I would give you something to keep you busy
I appreciate the scripting implications of having to parse the text in this was, so maybe the p> tag would not act as a replacement fot the br> tag, but it is much better for making your text look nicer and for those who write in html alot it would be nice to be able to use them, I was really suggesting that we should be able to use all of the html tags really, is there any particular reason that they get stripped? Maybe there could be an advanced posting mode, where you can write full html. thanks tobyb
Blacklisting html tags will never work as has been proven. However that doesn't mean that the white list has to be small, many if not most tags should be allowed.
Here's a list of the tags I think should be allowed:
a
abbr
acronym
address
b
big
blockquote
br
cite
code
del
dfn
dl
em
h1 - h6
hr
i
img
ins
kbd
li
ol
p
pre
q
samp
small
strong
sub
sup
table
td
tr
tt
ul
var
Script, style, form and form elements, tags found in the head, etc should not be allowed. Attributes should be restricted by a whitelist, the same as tags.
Tags like del and ins may seem useless to some people but I find they can be really useful if they are used properly and the stylesheet differentiates them from s and u. abbr and acronym tags are also useful on occasion. var tag? less useful, but it poses no XSS threat and there may be occasion to use it.
Lists and tables are useful for the obvius reasons.
span and div tags are only useful if you allow people to use the class attribute on them. Which becomes slightly dangerus if your selecting elements by their class with javascript and not excluding elements in user posts. Hence, they are not on the list.
Thanks for considering
I'm not sure if I agree with this, I think the 30 that are shown is a good length, however alot of sites use a little dropdown box that allows you to select the number that you want displayed on a page.
Also can the Scripts and Scripting tag be changed to Web Scripts and Scripting, there have been a few requests in there from people who think it refers to making keygens and cracks. thanks tobyb
tag renamed
we could allow width and height attributes for img tag
or I have to looks into html coding to restrict it
we could allow width and height attributes for img tag
or I have to looks into html coding to restrict it
You can probably use CSS, max-width, max-height, however apart from resizing with php, there is no way to stop the user downloading the whole image.
Also is there a inbox limit? if so could it be siplayed somehow. thanks tobyb
EDIT: just tested this:
img{
max-width:300px;
max-height:200px;
}
Tested on IE8, FF, Chrome, Opera and Safari, and all worked
(if anyone's interested all but firefox managed to resample the png image I was testing with properly, opera and chrome were very quick, safari seemed a touch blurry, and ie8 was fast and worked well, but the image had a big black line through the middle of it at first and required refreshing)
deployed
tnx
Please login or register to download
or
Download here directly at 100Mbit
or,
Please login or register to download
or
Download here directly at 100Mbit
wordwrap($text, 65, "",true);
tobyb
EDIT note there should be a < br /> quoted in the post above
so we try not tu use it everywhere on all pages not to load the base hard.
But as long as we optimise the db we will be able to add statuses on other pages, be sure.
that you for wordwrap advice, we still didn`t start using it because dediced that it is to much additional CPU processing to process all output data fo wrapping, so we are looking at the moment JavaScript solution to make viewlook of long links better.
word-wrap:break-word;
works on IE, chrome and safari, unsupported by FF and Opera