summaryrefslogtreecommitdiffstats
path: root/includes/admin/helpfiles/instr_reviewers.php
blob: 51c2c48e086135e7e0c76d3ef79f26d1219e9d6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?php

/*

 * Copyright (C) 2021 Harald Eilertsen, Andrea Chirulescu

 *

 * This program is free software: you can redistribute it and/or modify

 * it under the terms of the GNU Affero General Public License as

 * published by the Free Software Foundation, either version 3 of the

 * License, or (at your option) any later version.

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU Affero General Public License for more details.

 *

 * You should have received a copy of the GNU Affero General Public License

 * along with this program.  If not, see <http://www.gnu.org/licenses/>.

 */



if ( !class_exists( 'Instructions_Reviewers' ) ) {

    class Instructions_Reviewers {

        static function render_instr_rev_html() {

            ?>

            <div class="wrap">

<!-- wp:paragraph -->
<p>Click Post -&gt; Add new on the tool bar</p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":812,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img class="wp-image-812" src="https://wp.eternal-terror.com/wp-content/uploads/2021/03/image.png" alt=""></figure>
<!-- /wp:image -->

<!-- wp:paragraph -->
<p>First thing to do is to load the correct template from the post menu on the right</p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":814,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img class="wp-image-814" src="https://wp.eternal-terror.com/wp-content/uploads/2021/03/image-1.png" alt=""></figure>
<!-- /wp:image -->

<!-- wp:paragraph -->
<p>You have some basic instructions in the template that loads, but it will anyway be reviewed before publishing.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>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)</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>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</p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":817,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img class="wp-image-817" src="https://wp.eternal-terror.com/wp-content/uploads/2021/03/image-2.png" alt=""></figure>
<!-- /wp:image -->

<!-- wp:paragraph -->
<p>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.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>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)</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Just click insert into post, no need to select anything else (unless you want to properly align it to the left already)</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>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</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>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)</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>&nbsp;</p>
<!-- /wp:paragraph -->
            </div>

            <?php

        }

    }

}

?>