Hi Guys,
I have developed a php based simple web application which allows users to view articles, comment on articles ,etc
The features of the application are:
Member Features:
• Allows members to create categories
• Allows members to retrieve lost passwords
• Allows members to post new articles, comment on articles
Admin Features:
• Allows admin to create/edit/delete users.
• Allows admin to post/suspend articles, comments.
• And almost everything can be done by admin
User Features:
• Allows users to view articles, comment on articles, sign up for website, etc
PLEASE HELP ME OUT IN ADDING THESE FEATURES TO MY WEB APPLICATION:
1. Whenever an article is viewed the url of the article becomes http://www.demo.com/article.php?id=123
I want the function which allows admin to change the url of any article, like
2. I want to provide the users/member/designers the ability to design template for the application i…e In short I want the application to be template driven.
3. I want to provide users with the ability to create custom plugins for the application so that the application can be extended very easily.
(For now this is all I need but in future I will need more features)
PLEASE HELP ME………………….. I would be very thankful to you all
I have developed a php based simple web application which allows users to view articles, comment on articles ,etc
The features of the application are:
Member Features:
• Allows members to create categories
• Allows members to retrieve lost passwords
• Allows members to post new articles, comment on articles
Admin Features:
• Allows admin to create/edit/delete users.
• Allows admin to post/suspend articles, comments.
• And almost everything can be done by admin
User Features:
• Allows users to view articles, comment on articles, sign up for website, etc
PLEASE HELP ME OUT IN ADDING THESE FEATURES TO MY WEB APPLICATION:
1. Whenever an article is viewed the url of the article becomes http://www.demo.com/article.php?id=123
I want the function which allows admin to change the url of any article, like
2. I want to provide the users/member/designers the ability to design template for the application i…e In short I want the application to be template driven.
3. I want to provide users with the ability to create custom plugins for the application so that the application can be extended very easily.
(For now this is all I need but in future I will need more features)
PLEASE HELP ME………………….. I would be very thankful to you all
Comment