ASP-Nuke
  News     
             
 
Visitors
Current visitors : 9
Members : 0
More...

Accounts
Members : 5233
Last account : maggie
Member list


Rate ASP-Nuke
@ HotScripts.com







Stats XITI
 
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

Comments
14 Comments
Posted on 25 September 2002 at 18:17:39 by Anonym.  0/5

This all looks great. I can't wait until it is released.
Posted on 25 September 2002 at 18:46:24 by hawk.  0/5

Me Neither. Lots of modding to do!
Posted on 26 September 2002 at 14:12:19 by Anonym.  0/5

it's wonderful, but will it be easy to change version without loosing all the information in the db???
Posted on 26 September 2002 at 18:43:39 by lady.  0/5

yes. good question. will i just be able to add fields to my current database to avoid losing, well, everything.

I like the sounds of this though
Posted on 26 September 2002 at 22:26:00 by hawk.  0/5

I think gat is making it easily upgradablle!
Posted on 26 September 2002 at 23:21:14 by Anonym.  0/5

beatiful, great!!!
thanks a lot!
Posted on 27 September 2002 at 00:16:28 by Loki.  0/5

That is what I heard. A full version of 1.1 and an upgrade from 1.01 version will be released.
Posted on 27 September 2002 at 00:18:55 by Luton.  0/5

Sounds damn good...i cant wait too
But (hehe) a little question, would we have with the dyn. Languag Stuff the same Possibilities like you Gat to writte News in more than 1 language?...so if a user has selected english, he gets only the english news, an if he has selected german, he gets only the german news?! Like here?

Regards, Luton
Posted on 27 September 2002 at 00:52:17 by Gat.  0/5

Yes, the language selected will determined if news is displayed or not (you select a version when you post a news).
I don't do this for some others sections, like downloads, images... But I do it for article for example.
I'll do an upgrade for v1.01 sites, but as I already said, you will lost your asp files (so people who have modified some code must save their pages and re-apply their mods) but not the databases (although they will be modified by a script).
It's a lot of work. I hope I could finish it during this next 2 weeks, but I can't really known exactly when
Posted on 27 September 2002 at 05:05:10 by spathi.  0/5

your doing a great job Gat! keep up the good work, don't forget to take a break every now and then saying that, I can't wait for the next release either
Posted on 28 September 2002 at 00:09:27 by Anonym.  0/5

Gat...Gat...He's our man. If Gat can't do it, no one can!
Posted on 29 September 2002 at 21:57:06 by yahya.  0/5

Hi Gat

It would be great to see two features in v1.1

1. Users’ ability to upload/post more of the stuff; pictures, news, articles, adverts, forum name suggestions, polls, and

2. An automatically generated mailing to users (weekly?), from new items added to the site; pictures, news, articles, adverts, polls, directory entries.

Items 1 will help in increase the connection/involvement of user community with the site and items 2 will be an ongoing promotion for the site.

Hope you will consider these. I can wait another week for these. J

Thanks

Regards


Yahya
Posted on 28 November 2002 at 11:44:55 by Anonym.  0/5

création des tableaux dynamiques qui servent a présentés les enregistrements des différents tables d'une base de données.
Posted on 28 November 2002 at 11:48:08 by Anonym.  0/5

création d'un état de sortie qui contient une structure d'un tableau dynamique qui sert à présenter les enregistrements des tables d'une base de données.

Add - Comments
Login Anonym
Message
Rate it / 5

 
Versions

My favorites
Codes-Sources (12390)
PHP-Nuke (8456)
AspIn (6418)
myPHP Soft (3944)
eFrance (3341)
ADSL-Facile (3329)
IMaxel (2823)
Free - Jeux en ligne (2578)
FaitMain.com (2157)
MS Supinfo (2128)
PocketPC France (2124)
DevGuru (1902)
PlusDeVisites.com (1627)

World Support
ASP-Nuke Italian Support

Top - Websites
SiteMaster (DK)
San Giuliano Terme (IT)
G.NET (IT)
Payperspace.com (EN)
ex-designz.net (DE)
BeNeCe (ES)
SUDIGIRI web site (IT)
The Internet Nerds (DK)
Timesplitters 2 Map Site (EN)
RGV Review (EN)