From 06af2ce37c3e6f2111d3be8ae91da94873609ec6 Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Wed, 10 Mar 2021 19:13:59 +0100 Subject: added help file for reviewers --- includes/admin/helpfiles/instr_reviewers.php | 116 +++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 includes/admin/helpfiles/instr_reviewers.php (limited to 'includes/admin/helpfiles/instr_reviewers.php') diff --git a/includes/admin/helpfiles/instr_reviewers.php b/includes/admin/helpfiles/instr_reviewers.php new file mode 100644 index 0000000..51c2c48 --- /dev/null +++ b/includes/admin/helpfiles/instr_reviewers.php @@ -0,0 +1,116 @@ +. + + */ + + + +if ( !class_exists( 'Instructions_Reviewers' ) ) { + + class Instructions_Reviewers { + + static function render_instr_rev_html() { + + ?> + +
+ + +

Click Post -> Add new on the tool bar

+ + + +
+ + + +

First thing to do is to load the correct template from the post menu on the right

+ + + +
+ + + +

You have some basic instructions in the template that loads, but it will anyway be reviewed before publishing.

+ + + +

It would be nice if you could fill as much info as possible based on the template, upload the album image (please don't upload very big files, nor very small images that don't scale well on bigger screens)

+ + + +

In order to upload image, click on the image placeholder in the template - where it says Album Cover be here and use the Add Media button

+ + + +
+ + + +

Use upload files tab in the Media management and upload your image. You can just drag and drop from your PC, no need to browse to its location.

+ + + +

As soon as you placed it on the screen, it gets uploaded and you get taken back to the list of all images. Your newly created image is now selected. You might like to have this sorted by your images in the drop down menu (I'll check to see if this can be default/restricted)

+ + + +

Just click insert into post, no need to select anything else (unless you want to properly align it to the left already)

+ + + +

 

+ + + +

After you have entered all info in the review text, please add some tags and the correct category - album, book, concert review and UNSELECT any other category that might be selected by default. Leave everything else as it is

+ + + +

When you click publish, you will be asked if you are sure you want to submit for review. You are not allowed to automatically publish the posts. An email is sent to an ET inbox warning that you have published new content. If you want to add any info about your review, please do it by mail (mainly if it is urgent)

+ + + +

 

+ +
+ + \ No newline at end of file -- cgit v1.2.3