• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Client-side news editor

New Here ,
Jan 31, 2018 Jan 31, 2018

Copy link to clipboard

Copied

Hi,

I've only ever done fairly static websites but now one of my clients wants to have a news section where they themselves can add articles with an associated image. In other words using an inputting form of some kind.

Is there any easy way I can set this up for them?

Many thanks.

D.

Views

251

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 31, 2018 Jan 31, 2018

This has been part of a lot of my projects.

The way this works: A password protected admin section allows the administrator to design the news article, complete with image(s). The article is saved to a database. The public news page is then populated from the database.

You will need a compatible scripting server such as PHP and the best companion is a MySQL database. Have a look at PHP CRUD Tutorial (part 1) to get an idea of what is involved. This is a useful widget for the creation of the articl

...

Votes

Translate

Translate
Community Expert ,
Jan 31, 2018 Jan 31, 2018

Copy link to clipboard

Copied

This has been part of a lot of my projects.

The way this works: A password protected admin section allows the administrator to design the news article, complete with image(s). The article is saved to a database. The public news page is then populated from the database.

You will need a compatible scripting server such as PHP and the best companion is a MySQL database. Have a look at PHP CRUD Tutorial (part 1) to get an idea of what is involved. This is a useful widget for the creation of the article TinyMCE | The Most Advanced WYSIWYG HTML Editor

Another way is to use relevant DMXZone extensions.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2018 Jan 31, 2018

Copy link to clipboard

Copied

LATEST

Thanks Ben

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines