Version Description
- Added another set of labeling options
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.1.19 |
Comparing to | |
See all releases |
Code changes from version 1.1.18 to 1.1.19
- Functions/EWD_UFAQ_Version_Update.php +1 -1
- Functions/Update_Admin_Databases.php +10 -0
- Main.php +1 -1
- Shortcodes/SubmitFAQ.php +20 -6
- css/Admin.css +5 -12
- html/OptionsPage.php +68 -0
- readme.txt +3 -0
Functions/EWD_UFAQ_Version_Update.php
CHANGED
@@ -42,7 +42,7 @@ function EWD_UFAQ_Version_Update_Box() {
|
|
42 |
<h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
|
43 |
<div class="inside">
|
44 |
<?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
|
45 |
-
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.1.
|
46 |
|
47 |
<?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
|
48 |
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
|
42 |
<h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
|
43 |
<div class="inside">
|
44 |
<?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
|
45 |
+
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.1.19!", "EWD_UFAQ"); ?><br> <a href='https://wordpress.org/support/view/plugin-reviews/ultimate-faqs?filter=5'><?php _e("Please rate our plugin", "EWD_UFAQ"); ?></a> <?php _e("if you find Ultimate FAQs useful!", "EWD_UFAQ");?> </li></ul><?php } ?>
|
46 |
|
47 |
<?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
|
48 |
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
|
Functions/Update_Admin_Databases.php
CHANGED
@@ -69,6 +69,16 @@ function EWD_UFAQ_UpdateOptions() {
|
|
69 |
if (isset($Permalink_Label)) {update_option('EWD_UFAQ_Permalink_Label', $Permalink_Label);}
|
70 |
if (isset($Back_To_Top_Label)) {update_option('EWD_UFAQ_Back_To_Top_Label', $Back_To_Top_Label);}
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
if (isset($_POST['ufaq_styling_default_bg_color'])) {update_option('EWD_UFAQ_Styling_Default_Bg_Color', $_POST['ufaq_styling_default_bg_color']);}
|
73 |
if (isset($_POST['ufaq_styling_default_font_color'])) {update_option('EWD_UFAQ_Styling_Default_Font_Color', $_POST['ufaq_styling_default_font_color']);}
|
74 |
if (isset($_POST['ufaq_styling_default_border'])) {update_option('EWD_UFAQ_Styling_Default_Border', $_POST['ufaq_styling_default_border']);}
|
69 |
if (isset($Permalink_Label)) {update_option('EWD_UFAQ_Permalink_Label', $Permalink_Label);}
|
70 |
if (isset($Back_To_Top_Label)) {update_option('EWD_UFAQ_Back_To_Top_Label', $Back_To_Top_Label);}
|
71 |
|
72 |
+
if (isset($_POST['thank_you_submit_label'])) {update_option('EWD_UFAQ_Thank_You_Submit_Label', $_POST['thank_you_submit_label']);}
|
73 |
+
if (isset($_POST['submit_question_label'])) {update_option('EWD_UFAQ_Submit_Question_Label', $_POST['submit_question_label']);}
|
74 |
+
if (isset($_POST['please_fill_form_below_label'])) {update_option('EWD_UFAQ_Please_Fill_Form_Below_Label', $_POST['please_fill_form_below_label']);}
|
75 |
+
if (isset($_POST['send_question_label'])) {update_option('EWD_UFAQ_Send_Question_Label', $_POST['send_question_label']);}
|
76 |
+
if (isset($_POST['question_title_label'])) {update_option('EWD_UFAQ_Question_Title_Label', $_POST['question_title_label']);}
|
77 |
+
if (isset($_POST['what_question_being_answered_label'])) {update_option('EWD_UFAQ_What_Question_Being_Answered_Label', $_POST['what_question_being_answered_label']);}
|
78 |
+
if (isset($_POST['proposed_answer_label'])) {update_option('EWD_UFAQ_Proposed_Answer_Label', $_POST['proposed_answer_label']);}
|
79 |
+
if (isset($_POST['review_author_label'])) {update_option('EWD_UFAQ_Review_Author_Label', $_POST['review_author_label']);}
|
80 |
+
if (isset($_POST['what_name_with_review_label'])) {update_option('EWD_UFAQ_What_Name_With_Review_Label', $_POST['what_name_with_review_label']);}
|
81 |
+
|
82 |
if (isset($_POST['ufaq_styling_default_bg_color'])) {update_option('EWD_UFAQ_Styling_Default_Bg_Color', $_POST['ufaq_styling_default_bg_color']);}
|
83 |
if (isset($_POST['ufaq_styling_default_font_color'])) {update_option('EWD_UFAQ_Styling_Default_Font_Color', $_POST['ufaq_styling_default_font_color']);}
|
84 |
if (isset($_POST['ufaq_styling_default_border'])) {update_option('EWD_UFAQ_Styling_Default_Border', $_POST['ufaq_styling_default_border']);}
|
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
-
Version: 1.1.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
+
Version: 1.1.19
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
Shortcodes/SubmitFAQ.php
CHANGED
@@ -19,7 +19,21 @@ function Insert_Question_Form($atts) {
|
|
19 |
$atts
|
20 |
)
|
21 |
);
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
if (isset($_POST['Submit_Question'])) {$user_update = EWD_UFAQ_Submit_Question($success_message);}
|
24 |
|
25 |
$ReturnString .= "<style type='text/css'>";
|
@@ -41,20 +55,20 @@ function Insert_Question_Form($atts) {
|
|
41 |
|
42 |
$ReturnString .= "<div class='form-field'>";
|
43 |
$ReturnString .= "<div id='ewd-ufaq-review-title' class='ewd-ufaq-review-label'>";
|
44 |
-
$ReturnString .=
|
45 |
$ReturnString .= "</div>";
|
46 |
$ReturnString .= "<div id='ewd-ufaq-review-author-input' class='ewd-ufaq-review-input'>";
|
47 |
$ReturnString .= "<input type='text' name='Post_Title' id='Post_Title' />";
|
48 |
$ReturnString .= "</div>";
|
49 |
$ReturnString .= "<div id='ewd-ufaq-title-explanation' class='ewd-ufaq-review-explanation'>";
|
50 |
-
$ReturnString .= "<p>" .
|
51 |
$ReturnString .= "</div>";
|
52 |
$ReturnString .= "</div>";
|
53 |
|
54 |
if ($Allow_Proposed_Answer == "Yes") {
|
55 |
$ReturnString .= "<div class='ewd-ufaq-meta-field'>";
|
56 |
$ReturnString .= "<label for='Post_Body'>";
|
57 |
-
$ReturnString .=
|
58 |
$ReturnString .= "</label>";
|
59 |
$ReturnString .= "<textarea name='Post_Body'></textarea>";
|
60 |
$ReturnString .= "</div>";
|
@@ -62,13 +76,13 @@ function Insert_Question_Form($atts) {
|
|
62 |
|
63 |
$ReturnString .= "<div class='form-field'>";
|
64 |
$ReturnString .= "<div id='ewd-urp-review-author' class='ewd-urp-review-label'>";
|
65 |
-
$ReturnString .=
|
66 |
$ReturnString .= "</div>";
|
67 |
$ReturnString .= "<div id='ewd-urp-review-author-input' class='ewd-urp-review-input'>";
|
68 |
$ReturnString .= "<input type='text' name='Post_Author' id='Post_Author' />";
|
69 |
$ReturnString .= "</div>";
|
70 |
$ReturnString .= "<div id='ewd-urp-author-explanation' class='ewd-urp-review-explanation'>";
|
71 |
-
$ReturnString .= "<p>" .
|
72 |
$ReturnString .= "</div>";
|
73 |
$ReturnString .= "</div>";
|
74 |
|
19 |
$atts
|
20 |
)
|
21 |
);
|
22 |
+
if (get_option("EWD_UFAQ_Thank_You_Submit_Label") != "") {$success_message = get_option("EWD_UFAQ_Thank_You_Submit_Label");}
|
23 |
+
if (get_option("EWD_UFAQ_Submit_Question_Label") != "") {$submit_faq_form_title = get_option("EWD_UFAQ_Submit_Question_Label");}
|
24 |
+
if (get_option("EWD_UFAQ_Please_Fill_Form_Below_Label") != "") {$submit_faq_instructions = get_option("EWD_UFAQ_Please_Fill_Form_Below_Label");}
|
25 |
+
if (get_option("EWD_UFAQ_Send_Question_Label") != "") {$submit_text = get_option("EWD_UFAQ_Send_Question_Label");}
|
26 |
+
$Question_Title_Label = get_option("EWD_UFAQ_Question_Title_Label");
|
27 |
+
if ($Question_Title_Label == "") {$Question_Title_Label = __("Question Title", 'EWD_UFAQ');}
|
28 |
+
$What_Question_Being_Answered_Label = get_option("EWD_UFAQ_What_Question_Being_Answered_Label");
|
29 |
+
if ($What_Question_Being_Answered_Label == "") {$What_Question_Being_Answered_Label = __("What question is being answered?", 'EWD_UFAQ');}
|
30 |
+
$Proposed_Answer_Label = get_option("EWD_UFAQ_Proposed_Answer_Label");
|
31 |
+
if ($Proposed_Answer_Label == "") {$Proposed_Answer_Label = __("Proposed Answer", 'EWD_UFAQ');}
|
32 |
+
$Review_Author_Label = get_option("EWD_UFAQ_Review_Author_Label");
|
33 |
+
if ($Review_Author_Label == "") {$Review_Author_Label = __("Review Author", 'EWD_UFAQ');}
|
34 |
+
$What_Name_With_Review_Label = get_option("EWD_UFAQ_What_Name_With_Review_Label");
|
35 |
+
if ($What_Name_With_Review_Label == "") {$What_Name_With_Review_Label = __("What name should be displayed with your review?", 'EWD_UFAQ');}
|
36 |
+
|
37 |
if (isset($_POST['Submit_Question'])) {$user_update = EWD_UFAQ_Submit_Question($success_message);}
|
38 |
|
39 |
$ReturnString .= "<style type='text/css'>";
|
55 |
|
56 |
$ReturnString .= "<div class='form-field'>";
|
57 |
$ReturnString .= "<div id='ewd-ufaq-review-title' class='ewd-ufaq-review-label'>";
|
58 |
+
$ReturnString .= $Question_Title_Label . ": ";
|
59 |
$ReturnString .= "</div>";
|
60 |
$ReturnString .= "<div id='ewd-ufaq-review-author-input' class='ewd-ufaq-review-input'>";
|
61 |
$ReturnString .= "<input type='text' name='Post_Title' id='Post_Title' />";
|
62 |
$ReturnString .= "</div>";
|
63 |
$ReturnString .= "<div id='ewd-ufaq-title-explanation' class='ewd-ufaq-review-explanation'>";
|
64 |
+
$ReturnString .= "<p>" . $What_Question_Being_Answered_Label . "</p>";
|
65 |
$ReturnString .= "</div>";
|
66 |
$ReturnString .= "</div>";
|
67 |
|
68 |
if ($Allow_Proposed_Answer == "Yes") {
|
69 |
$ReturnString .= "<div class='ewd-ufaq-meta-field'>";
|
70 |
$ReturnString .= "<label for='Post_Body'>";
|
71 |
+
$ReturnString .= $Proposed_Answer_Label . ": ";
|
72 |
$ReturnString .= "</label>";
|
73 |
$ReturnString .= "<textarea name='Post_Body'></textarea>";
|
74 |
$ReturnString .= "</div>";
|
76 |
|
77 |
$ReturnString .= "<div class='form-field'>";
|
78 |
$ReturnString .= "<div id='ewd-urp-review-author' class='ewd-urp-review-label'>";
|
79 |
+
$ReturnString .= $Review_Author_Label . ": ";
|
80 |
$ReturnString .= "</div>";
|
81 |
$ReturnString .= "<div id='ewd-urp-review-author-input' class='ewd-urp-review-input'>";
|
82 |
$ReturnString .= "<input type='text' name='Post_Author' id='Post_Author' />";
|
83 |
$ReturnString .= "</div>";
|
84 |
$ReturnString .= "<div id='ewd-urp-author-explanation' class='ewd-urp-review-explanation'>";
|
85 |
+
$ReturnString .= "<p>" . $What_Name_With_Review_Label . "</p>";
|
86 |
$ReturnString .= "</div>";
|
87 |
$ReturnString .= "</div>";
|
88 |
|
css/Admin.css
CHANGED
@@ -139,7 +139,7 @@ FLEXBOX STYLING
|
|
139 |
|
140 |
.ufaq-options-page-tabbed input[type=text],
|
141 |
.ufaq-styling-page-tabbed input[type=text] {
|
142 |
-
|
143 |
}
|
144 |
.ufaq-options-page-tabbed select,
|
145 |
.ufaq-options-page-tabbed textarea
|
@@ -170,10 +170,6 @@ flex-grow:1;
|
|
170 |
width:50%;
|
171 |
}
|
172 |
|
173 |
-
.ufaq-subsection-header{
|
174 |
-
margin:3px;
|
175 |
-
}
|
176 |
-
|
177 |
.ufaq-options-page-tabbed .submit{
|
178 |
float:left;
|
179 |
margin-top:0;
|
@@ -193,9 +189,6 @@ margin:3px;
|
|
193 |
.ufaq-subsection-content{
|
194 |
padding: 10px;
|
195 |
}
|
196 |
-
.ufaq-subsection-content .ufaq-option {
|
197 |
-
margin: 8px 0;
|
198 |
-
}
|
199 |
.ufaq-subsection-content.ufaq-subsection-full{
|
200 |
border: none;
|
201 |
padding: 5px;
|
@@ -208,17 +201,17 @@ margin:3px;
|
|
208 |
.ufaq-subsection-content .ufaq-option-checkbox {
|
209 |
display:inline;
|
210 |
}
|
211 |
-
|
|
|
|
|
212 |
/* Color Pickers */
|
213 |
.ewd-ufaq-spectrum {margin-right: 6px;}
|
214 |
|
215 |
|
216 |
#ufaq-subsection-inline .ufaq-option {
|
217 |
-
display:inline-block;
|
218 |
}
|
219 |
@media only screen and (max-width: 650px) {
|
220 |
#ufaq-subsection-inline .ufaq-option {
|
221 |
display:block;
|
222 |
}
|
223 |
-
}
|
224 |
-
|
139 |
|
140 |
.ufaq-options-page-tabbed input[type=text],
|
141 |
.ufaq-styling-page-tabbed input[type=text] {
|
142 |
+
width: 100%;
|
143 |
}
|
144 |
.ufaq-options-page-tabbed select,
|
145 |
.ufaq-options-page-tabbed textarea
|
170 |
width:50%;
|
171 |
}
|
172 |
|
|
|
|
|
|
|
|
|
173 |
.ufaq-options-page-tabbed .submit{
|
174 |
float:left;
|
175 |
margin-top:0;
|
189 |
.ufaq-subsection-content{
|
190 |
padding: 10px;
|
191 |
}
|
|
|
|
|
|
|
192 |
.ufaq-subsection-content.ufaq-subsection-full{
|
193 |
border: none;
|
194 |
padding: 5px;
|
201 |
.ufaq-subsection-content .ufaq-option-checkbox {
|
202 |
display:inline;
|
203 |
}
|
204 |
+
.ufaq-subsection-content .ufaq-option {
|
205 |
+
padding: 5px 0;
|
206 |
+
}
|
207 |
/* Color Pickers */
|
208 |
.ewd-ufaq-spectrum {margin-right: 6px;}
|
209 |
|
210 |
|
211 |
#ufaq-subsection-inline .ufaq-option {
|
|
|
212 |
}
|
213 |
@media only screen and (max-width: 650px) {
|
214 |
#ufaq-subsection-inline .ufaq-option {
|
215 |
display:block;
|
216 |
}
|
217 |
+
}
|
|
html/OptionsPage.php
CHANGED
@@ -37,6 +37,16 @@
|
|
37 |
$Search_Label = get_option("EWD_UFAQ_Search_Label");
|
38 |
$Permalink_Label = get_option("EWD_UFAQ_Permalink_Label");
|
39 |
$Back_To_Top_Label = get_option("EWD_UFAQ_Back_To_Top_Label");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
$UFAQ_Styling_Default_Bg_Color = get_option("EWD_UFAQ_Styling_Default_Bg_Color");
|
42 |
$UFAQ_Styling_Default_Font_Color = get_option("EWD_UFAQ_Styling_Default_Font_Color");
|
@@ -517,6 +527,64 @@
|
|
517 |
<input type='text' name='back_to_top_label' value='<?php echo $Back_To_Top_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
518 |
</fieldset>
|
519 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
</div>
|
521 |
</div>
|
522 |
</div>
|
37 |
$Search_Label = get_option("EWD_UFAQ_Search_Label");
|
38 |
$Permalink_Label = get_option("EWD_UFAQ_Permalink_Label");
|
39 |
$Back_To_Top_Label = get_option("EWD_UFAQ_Back_To_Top_Label");
|
40 |
+
|
41 |
+
$Thank_You_Submit_Label = get_option("EWD_UFAQ_Thank_You_Submit_Label");
|
42 |
+
$Submit_Question_Label = get_option("EWD_UFAQ_Submit_Question_Label");
|
43 |
+
$Please_Fill_Form_Below_Label = get_option("EWD_UFAQ_Please_Fill_Form_Below_Label");
|
44 |
+
$Send_Question_Label = get_option("EWD_UFAQ_Send_Question_Label");
|
45 |
+
$Question_Title_Label = get_option("EWD_UFAQ_Question_Title_Label");
|
46 |
+
$What_Question_Being_Answered_Label = get_option("EWD_UFAQ_What_Question_Being_Answered_Label");
|
47 |
+
$Proposed_Answer_Label = get_option("EWD_UFAQ_Proposed_Answer_Label");
|
48 |
+
$Review_Author_Label = get_option("EWD_UFAQ_Review_Author_Label");
|
49 |
+
$What_Name_With_Review_Label = get_option("EWD_UFAQ_What_Name_With_Review_Label");
|
50 |
|
51 |
$UFAQ_Styling_Default_Bg_Color = get_option("EWD_UFAQ_Styling_Default_Bg_Color");
|
52 |
$UFAQ_Styling_Default_Font_Color = get_option("EWD_UFAQ_Styling_Default_Font_Color");
|
527 |
<input type='text' name='back_to_top_label' value='<?php echo $Back_To_Top_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
528 |
</fieldset>
|
529 |
</div>
|
530 |
+
</div>
|
531 |
+
</div>
|
532 |
+
<div class='ufaq-subsection'>
|
533 |
+
<div class='ufaq-subsection-content' id='ufaq-subsection-inline'>
|
534 |
+
<div class='ufaq-option ufaq-label-option'>
|
535 |
+
<?php _e("Thank you for submitting an FAQ", 'UFAQ')?>
|
536 |
+
<fieldset>
|
537 |
+
<input type='text' name='thank_you_submit_label' value='<?php echo $Thank_You_Submit_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
538 |
+
</fieldset>
|
539 |
+
</div>
|
540 |
+
<div class='ufaq-option ufaq-label-option'>
|
541 |
+
<?php _e("Submit a Question", 'UFAQ')?>
|
542 |
+
<fieldset>
|
543 |
+
<input type='text' name='submit_question_label' value='<?php echo $Submit_Question_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
544 |
+
</fieldset>
|
545 |
+
</div>
|
546 |
+
<div class='ufaq-option ufaq-label-option'>
|
547 |
+
<?php _e("Please fill out the form below to submit a question.", 'UFAQ')?>
|
548 |
+
<fieldset>
|
549 |
+
<input type='text' name='please_fill_form_below_label' value='<?php echo $Please_Fill_Form_Below_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
550 |
+
</fieldset>
|
551 |
+
</div>
|
552 |
+
<div class='ufaq-option ufaq-label-option'>
|
553 |
+
<?php _e("Send Question", 'UFAQ')?>
|
554 |
+
<fieldset>
|
555 |
+
<input type='text' name='send_question_label' value='<?php echo $Send_Question_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
556 |
+
</fieldset>
|
557 |
+
</div>
|
558 |
+
<div class='ufaq-option ufaq-label-option'>
|
559 |
+
<?php _e("Question Title", 'UFAQ')?>
|
560 |
+
<fieldset>
|
561 |
+
<input type='text' name='question_title_label' value='<?php echo $Question_Title_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
562 |
+
</fieldset>
|
563 |
+
</div>
|
564 |
+
<div class='ufaq-option ufaq-label-option'>
|
565 |
+
<?php _e("What question is being answered?", 'UFAQ')?>
|
566 |
+
<fieldset>
|
567 |
+
<input type='text' name='what_question_being_answered_label' value='<?php echo $What_Question_Being_Answered_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
568 |
+
</fieldset>
|
569 |
+
</div>
|
570 |
+
<div class='ufaq-option ufaq-label-option'>
|
571 |
+
<?php _e("Proposed Answer", 'UFAQ')?>
|
572 |
+
<fieldset>
|
573 |
+
<input type='text' name='proposed_answer_label' value='<?php echo $Proposed_Answer_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
574 |
+
</fieldset>
|
575 |
+
</div>
|
576 |
+
<div class='ufaq-option ufaq-label-option'>
|
577 |
+
<?php _e("Review Author", 'UFAQ')?>
|
578 |
+
<fieldset>
|
579 |
+
<input type='text' name='review_author_label' value='<?php echo $Review_Author_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
580 |
+
</fieldset>
|
581 |
+
</div>
|
582 |
+
<div class='ufaq-option ufaq-label-option'>
|
583 |
+
<?php _e("What name should be displayed with your review?", 'UFAQ')?>
|
584 |
+
<fieldset>
|
585 |
+
<input type='text' name='what_name_with_review_label' value='<?php echo $What_Name_With_Review_Label; ?>' <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?>/>
|
586 |
+
</fieldset>
|
587 |
+
</div>
|
588 |
</div>
|
589 |
</div>
|
590 |
</div>
|
readme.txt
CHANGED
@@ -139,6 +139,9 @@ Video 3 - FAQs Ordering
|
|
139 |
9. All answers displayed in the 'list' FAQ mode
|
140 |
|
141 |
== Changelog ==
|
|
|
|
|
|
|
142 |
= 1.1.18 =
|
143 |
- Minor CSS update
|
144 |
|
139 |
9. All answers displayed in the 'list' FAQ mode
|
140 |
|
141 |
== Changelog ==
|
142 |
+
= 1.1.19 =
|
143 |
+
- Added another set of labeling options
|
144 |
+
|
145 |
= 1.1.18 =
|
146 |
- Minor CSS update
|
147 |
|