|
Visitors |
Current visitors : 9 Members : 0
More...
|
|
|
New feature : articles |
Posted on 25 September 2002 at 14:20:00 by Gat. EN - Developpement
Here it is, the new feature which will be present in the v1.1 pack.
I can say that the v1.1 is coming soon, in 2 weeks I hope, but I can't give you a real release date.
You can find the principal changes by "reading more".
Here is the content of the changes.txt :
Modifications : /includes/display-inc.asp : - ensure that the Title line for table is not created if it's blank for the function CreateTopTable - add the memberslist.asp link - add the DisplayVersions function - add the DisplayNewPrivateMessages function - add the DisplayWebcounters function - auto-build for left and right columns /includes/pages-inc.asp : Const GLOBAL_SITE_MEMBERSLIST_PAGE = "memberslist.asp" added Const GLOBAL_SITE_PRIVATE_MESSAGES_PAGE = "pmessages.asp" added Const GLOBAL_SITE_ARTICLES_PAGE = "articles.asp" added /forum/includes/posts-inc.asp : visitors can choose to display smileys and signature or not, owner, admins and moderators to stick a message /forum/includes/search-inc.asp : now search results are sorted by date DESC /forum/includes/forum-inc.asp : display avatars and order sticked messages /includes/account-inc.asp : user cannot login when invalid /forum/includes/functions-inc.asp : add Function GetIsValid(sUserLogin) to know if user can post or not /forum/includes/variables-inc.asp : add a variable bIsValid to keep the user validity /forum/includes/forum-inc.asp : add some test on bIsValid /includes/profil-inc.asp : Administrator can view profile even if user as "hidden" /includes/admin/directory-inc.asp : missing parameters for the SendMail function (and bIsHTML=True replaced by False) /includes/webcounter-inc.asp : content is now in a function, not a simple include (function DisplayWebCounters()) /includes/admin/categories-inc.asp : categories can now be parent of another same categories /includes/advertising-inc.asp : advertising depends now on the user's role /includes/admin/advertising-inc.asp : advertising can be display depending on the user's role (role must be superior or equal is Role Dependant checked)
Urlencode for ?url= /includes/comments-inc.asp /includes/directory-inc.asp /includes/display-inc.asp /includes/news-inc.asp /includes/admin/news-inc.asp
Several bugs fixed : - mail was not send when visitors have forgotten their password - problem with news' pictures - image's field becomes blank when editing a news - ...
News : Memberlist feature : list all members alphabetically /memberslist.asp /includes/memberslist.asp Post edition : /forum/edit.asp : new page for editing old posts /forum/includes/edit-inc.asp : visitors can edit post (owner + administrators + moderators can edit all and move post to another section, and stick it) Pattern : /pattern.asp : visitors can change the position of every bloc in the website, some mods to do in other files : Mod: /includes/variables-inc.asp : new variables tLeftColumn, tRightColumn + some code to fill them right /includes/display-inc.asp : function DisplayColumn(tContentColumn) generates blocs for one column Private message : /pmessages.asp : private messages through the website (with /includes/pmessages-inc.asp) /newpmessage.asp : private message pop up (new messages) /imgs/pmopened.gif : message read /imgs/pmclosed.gif : message not yet read /imgs/pmopenedr.gif : message read and replied /imgs/pmnew.gif : new message(s) Articles management : /articles.asp : visitors page /includes/articles-inc.asp : include file for visitors page /admin/articles.asp : admin page /admin/articlespages.asp : admin page (articles' pages management) /includes/admin/articles-inc.asp : include file for admin page /includes/admin/articlespages-inc.asp : include file for admin page (articles' pages management)
Addition of avatar in forum /includes/configuration-inc.asp : new values for avatar management ' Allow or not private avatar Const bAllowPrivateAvatars = False ' Auto accept private avatar or not by default Const bAutoAcceptPrivateAvatar = True /includes/account-inc.asp : new function (ModifyAvatar) and some code to manage avatars /forum/includes/forum-inc.asp : new function (DisplayAvatar) and some changes to the DisplayThreads function
Databases modifications : Base "Forum" : - Table "Posts" : 4 fields added (PostEditDate varchar(17), PostSmileys(bit), PostSignature(bit), PostSticked(bit)) - Table "Avatars" : 2 fieds added (AvatarPrivate (bit) and AvatarValid(bit)) Base "Main" : - Table Advertising modified : aRole (int), aRoleBased (bit) - Table MessagesList added : mlID (int), mlDate (varchar(17)), mlFrom (varchar(20)), mlTo (varchar(20)), mlSubject (varchar(50)), mlContent (memo), mlRead (bit), mlReply(bit) - Table IgnoreList added : ilLogin (varchar(20)), ilIngored (varchar(20)), ilDate (varchar(17)) - Table FriendList added : flLogin (varchar(20)), flFriend (varchar(20)), flDate (varchar(17)) - Table Categories modified : 1 field added : cImage (varchar(200)) - Table TypesCategories : add "static" value : tcID = 5, tcTitle = 'Articles' - Table Articles added : arID (int auto), arDate (varchar(17)), arTitle (varchar(100)), arAuthor (varchar(20)), arDescription (memo), arCategory (int), arVersion (int), arValid (bit) - Table ArticlesPages added : apID (int auto), apArticle (int), apTitle (varchar(100)), apContent (memo), apHits (int), apValid (bit)
|
Read : 700 | Back
|
|
|
|
|
|