Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Support Form
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: Support Form
Great! Thank you very much, Yumi Smile
I've tried to adapt it.
I've edited the first post for this change and add additional screenshot for this.

Create a Custom Thread Field:
  • Solution Post
    • Title: Solution Post
    • Key: xtspt_solvepost
    • Applicable Forums: 'select our support forum.'
    • Input Field Type: Textbox
    • Maximum Text Length: 10
    • Field Input Width: 20
    • Display Order: 15
    • Capture Tab Key: No
    • Editable by / Required Field?: Administrators
    • Blank Replacement Value:

      Code:
      <if $mybb->user['uid'] == $thread['uid'] || is_moderator($fid, '', $mybb->user['uid']) then>
      	<setvar firstpost>get_post($thread['firstpost'])</setvar>
      	<setvar solvebutton1>' --><form action="editpost.php" method="post"><input type="hidden" name="my_post_key" value="'.$mybb->post_code.'" /><input type="hidden" name="action" value="do_editpost" /><input type="hidden" name="prefix" value="'.$thread['prefix'].'" /><input type="hidden" name="subject" value="'.htmlspecialchars_uni($tplvars['firstpost']['subject']).'" /><input type="hidden" name="icon" value="'.$tplvars['firstpost']['icon'].'" /><input type="hidden" name="message" value="'.htmlspecialchars_uni($tplvars['firstpost']['message']).'" /><input type="hidden" name="options[signature]" value="'.$tplvars['firstpost']['includesig'].'" /><input type="hidden" name="options[disablesmilies]" value="'.$tplvars['firstpost']['smilieoff'].'" /><input type="hidden" name="pid" value="'.$thread['firstpost'].'" /><input type="hidden" name="xthreads_sis" value="Solved" /><input type="hidden" name="xthreads_xtspt_solvepost" value="'</setvar>
      	<setvar solvebutton2>'" /><input type="submit" value="Mark this post as solution" /></form><!-- '</setvar>
      </if>

    • Display Format:

      Code:
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      <if $mybb->user['uid'] == $thread['uid'] || is_moderator($fid, '', $mybb->user['uid']) then>
      	<setvar firstpost>get_post($thread['firstpost'])</setvar>
      	<setvar solvebutton1>'<form action="editpost.php" method="post"><input type="hidden" name="my_post_key" value="'.$mybb->post_code.'" /><input type="hidden" name="action" value="do_editpost" /><input type="hidden" name="prefix" value="'.$thread['prefix'].'" /><input type="hidden" name="subject" value="'.htmlspecialchars_uni($tplvars['firstpost']['subject']).'" /><input type="hidden" name="icon" value="'.$tplvars['firstpost']['icon'].'" /><input type="hidden" name="message" value="'.htmlspecialchars_uni($tplvars['firstpost']['message']).'" /><input type="hidden" name="options[signature]" value="'.$tplvars['firstpost']['includesig'].'" /><input type="hidden" name="options[disablesmilies]" value="'.$tplvars['firstpost']['smilieoff'].'" /><input type="hidden" name="pid" value="'.$thread['firstpost'].'" /><input type="hidden" name="xthreads_sis" value="Solved" /><input type="hidden" name="xthreads_xtspt_solvepost" value="'</setvar>
      	<setvar solvebutton2>'" /><input type="submit" value="Mark this post as solution" /></form>'</setvar>
      </if>
      <if {VALUE} && $tplvars['issue_status'] == 'Solved' then>
      	<setvar post>get_post(intval({VALUE}))</setvar>
      	<if $tplvars['post']['pid'] && $tplvars['post']['tid'] == $thread['tid'] && $tplvars['post']['visible'] then>
      		<tr><td class="solved largetext" colspan="2"><a href="{$threadurl_q}pid={$tplvars['post']['pid']}#pid{$tplvars['post']['pid']}"><span style="color: green;"><strong>Solution Post</strong></span></a> by <a href="<?=get_profile_link(intval($tplvars['post']['uid']))?>"><strong><func htmlspecialchars_uni>{$tplvars['post']['username']}</func></strong></a></td></tr>
      		<setvar solvepostcss>array($tplvars['post']['pid'] => ' solved')</setvar>
      	</if>
      </if>

    • Underlying Data Type: Integer (unsigned)

Edit A Custom Thread Field:
  • Issue Status
    • Title: Issue Status
    • Key: sis
    • Description: Please edit this status if your issue has been solved.
    • Applicable Forums: 'select our support forum.'
    • Input Field Type: Listbox
    • Field Input Height: 1
    • Values List:

      Code:
      Unsolved
      Solved

    • Editable by / Required Field?: Everyone (required)
    • Allow Filtering: Yes
    • Formatting Map List:
      • Value: Unsolved
        Displayed Output:

        Code:
        <if THIS_SCRIPT == 'showthread.php' then><tr><td class="trow2" valign="top"><strong>{$GLOBALS['threadfields_x']['sis']['title']}</strong></td><td class="trow2" valign="top"><a href="{$forumurl_q}filtertf_sis=Unsolved" style="color: red;"><strong>Unsolved</strong></a></td></tr><else> unsolved</if>

      • Value: Solved
        Displayed Output:

        Code:
        <if THIS_SCRIPT == 'showthread.php' then><tr><td class="trow2" valign="top"><strong>{$GLOBALS['threadfields_x']['sis']['title']}</strong></td><td class="trow2" valign="top"><a href="{$forumurl_q}filtertf_sis=Solved" style="color: green;"><strong>Solved</strong></a></td></tr><else> solved</if><setvar issue_status>'Solved'</setvar>

      Code:
      Unsolved{|}<if THIS_SCRIPT == 'showthread.php' then><tr><td class="trow2" valign="top"><strong>{$GLOBALS['threadfields_x']['sis']['title']}</strong></td><td class="trow2" valign="top"><a href="{$forumurl_q}filtertf_sis=Unsolved" style="color: red;"><strong>Unsolved</strong></a></td></tr><else> unsolved</if>
      <if THIS_SCRIPT == 'showthread.php' then><tr><td class="trow2" valign="top"><strong>{$GLOBALS['threadfields_x']['sis']['title']}</strong></td><td class="trow2" valign="top"><a href="{$forumurl_q}filtertf_sis=Solved" style="color: green;"><strong>Solved</strong></a></td></tr><else> solved</if><setvar issue_status>'Solved'</setvar>


Create new templates:
  1. xtsupport_postbit

    HTML Code
    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
    {$ignore_bit}
    <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    	<tbody>
    		<tr>
    			<td class="tcat">
    				<div class="float_left smalltext">
    					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
    				</div>
    				{$post['posturl']}
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow1 {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
    					<tr>
    						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
    							{$post['useravatar']}
    						</td>
    						<td class="post_author">
    							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
    							<span class="smalltext">
    								{$post['usertitle']}<br />
    								{$post['userstars']}
    								{$post['groupimage']}
    							</span>
    						</td>
    						<td class="smalltext post_author_info" width="165">
    							{$post['user_details']}
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow2 post_content {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<div class="float_right"><!--{$GLOBALS['tplvars']['solvebutton1']}{$post['pid']}{$GLOBALS['tplvars']['solvebutton2']}--></div>
    				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
    
    				<div class="post_body clear" id="pid_{$post['pid']}">
    					{$post['message']}
    				</div>
    				{$post['attachments']}
    				{$post['signature']}
    
    				<div class="post_meta" id="post_meta_{$post['pid']}">
    				{$post['iplogged']}
    				</div>
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow1 post_buttons {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<div class="author_buttons float_left">
    					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    				</div>
    				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    				</div>
    			</td>
    		</tr>
    	</tbody>
    </table>

  2. xtsupport_postbit_classic

    HTML Code
    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
    {$ignore_bit}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    	<tr>
    		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
    		<span class="smalltext">
    			{$post['usertitle']}<br />
    			{$post['userstars']}
    			{$post['groupimage']}
    			{$post['useravatar']}<br />
    			{$post['user_details']}
    		</span>
    	</td>
    	<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" valign="top">
    		<table width="100%">
    			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
    			<br />
    			<div class='float_right"><!--{$GLOBALS['tplvars']['solvebutton1']}{$post['pid']}{$GLOBALS['tplvars']['solvebutton2']}--></div>
    			<div id="pid_{$post['pid']} clear" style="padding: 5px 0 5px 0;">
    				{$post['message']}
    			</div>
    			{$post['attachments']}
    			{$post['signature']}
    			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
    				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
    				{$post['iplogged']}
    			</div>
    		</td></tr>
    	</table>
    </td>
    </tr>
    <tr>
    	<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    	<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" style="vertical-align: middle;">
    		<table width="100%" border="0" cellpadding="0" cellspacing="0">
    			<tr valign="bottom">
    				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
    				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
    			</tr>
    		</table>
    	</td>
    </tr>
    </table>



Edit Templates:
  1. xtsupport_postbit_first

    HTML Code
    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
    {$ignore_bit}
    <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    	<tbody>
    		<tr>
    			<td class="tcat">
    				<div class="float_left smalltext">
    					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
    				</div>
    				{$post['posturl']}
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow1 {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
    					<tr>
    						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
    							{$post['useravatar']}
    						</td>
    						<td class="post_author">
    							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
    							<span class="smalltext">
    								{$post['usertitle']}<br />
    								{$post['userstars']}
    								{$post['groupimage']}
    							</span>
    						</td>
    						<td class="smalltext post_author_info" width="165">
    							{$post['user_details']}
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow2 post_content {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    					<tr>
    						<td class="thead" colspan="2">{$GLOBALS['tplvars']['spil']}</td>
    					</tr>
    					{$GLOBALS['threadfields']['xtspt_solvepost']}
    					<tr>
    						<td class="trow1" valign="top" width="20%"><strong>{$GLOBALS['tplvars']['issue_title']}</strong></td>
    						<td class="trow1" valign="top">
    							<span class="float_right"><!--{$GLOBALS['tplvars']['solvebutton1']}{$post['pid']}{$GLOBALS['tplvars']['solvebutton2']}--></span>
    							{$post['icon']}{$post['subject']} {$post['subject_extra']}
    						</td>
    					</tr>
    					{$GLOBALS['threadfields']['sis']}
    					{$GLOBALS['threadfields']['sgc']}
    					{$GLOBALS['threadfields']['smv']}
    					{$GLOBALS['threadfields']['smk']}
    					{$GLOBALS['threadfields']['sur']}
    					{$GLOBALS['threadfields']['sdc']}
    					{$GLOBALS['threadfields']['swd']}
    					{$GLOBALS['threadfields']['swt']}
    					{$GLOBALS['threadfields']['spl']}
    				</table>
    				{$GLOBALS['threadfields']['spo']}
    				<div class="post_body" id="pid_{$post['pid']}">
    					{$post['message']}
    				</div>
    				{$post['attachments']}
    				{$post['signature']}
    
    				<div class="post_meta" id="post_meta_{$post['pid']}">
    				{$post['iplogged']}
    				</div>
    			</td>
    		</tr>
    
    		<tr>
    			<td class="trow1 post_buttons {$unapproved_shade}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}">
    				<div class="author_buttons float_left">
    					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    				</div>
    				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    				</div>
    			</td>
    		</tr>
    	</tbody>
    </table>

  2. xtsupport_postbit_first_classic

    HTML Code
    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
    {$ignore_bit}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    	<tr>
    		<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
    			<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    			<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
    			<span class="smalltext">
    				{$post['usertitle']}<br />
    				{$post['userstars']}
    				{$post['groupimage']}
    				{$post['useravatar']}<br />
    				{$post['user_details']}
    			</span>
    		</td>
    		<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" valign="top">
    			<table width="100%">
    				<tr>
    					<td>
    						{$post['posturl']}
    						<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    							<tr>
    								<td class="thead" colspan="2">{$GLOBALS['tplvars']['spil']}</td>
    							</tr>
    							{$GLOBALS['threadfields']['xtspt_solvepost']}
    							<tr>
    								<td class="trow1" valign="top" width="20%"><strong>{$GLOBALS['tplvars']['issue_title']}</strong></td>
    								<td class="trow1" valign="top"><span style="float: right;"><!--{$GLOBALS['tplvars']['solvebutton1']}{$post['pid']}{$GLOBALS['tplvars']['solvebutton2']}--></span>{$post['icon']}{$post['subject']} {$post['subject_extra']}</td>
    							</tr>
    							{$GLOBALS['threadfields']['sis']}
    							{$GLOBALS['threadfields']['sgc']}
    							{$GLOBALS['threadfields']['smv']}
    							{$GLOBALS['threadfields']['smk']}
    							{$GLOBALS['threadfields']['sur']}
    							{$GLOBALS['threadfields']['sdc']}
    							{$GLOBALS['threadfields']['swd']}
    							{$GLOBALS['threadfields']['swt']}
    							{$GLOBALS['threadfields']['spl']}
    						</table>
    						{$GLOBALS['threadfields']['spo']}
    						<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
    							{$post['message']}
    						</div>
    						{$post['attachments']}
    						{$post['signature']}
    						<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
    							<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
    							{$post['iplogged']}
    						</div>
    					</td>
    				</tr>
    			</table>
    		</td>
    	</tr>
    	<tr>
    		<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    		<td class="{$altbg}{$GLOBALS['tplvars']['solvepostcss'][$post['pid']]}" style="vertical-align: middle;">
    			<table width="100%" border="0" cellpadding="0" cellspacing="0">
    				<tr valign="bottom">
    					<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
    					<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
    				</tr>
    			</table>
    		</td>
    	</tr>
    </table>


(This post was last modified: 03-07-2011 10:56 AM by RateU.)
03-07-2011 10:51 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Support Form - RateU - 03-06-2011, 09:50 AM
RE: Support Form - techu - 03-06-2011, 12:48 PM
RE: Support Form - ZiNgA BuRgA - 03-06-2011, 04:09 PM
RE: Support Form - RateU - 03-07-2011 10:51 AM
RE: Support Form - ZiNgA BuRgA - 03-07-2011, 05:45 PM
RE: Support Form - MattR - 03-08-2011, 07:36 AM
RE: Support Form - RateU - 03-08-2011, 08:03 AM
RE: Support Form - RateU - 03-11-2011, 07:40 AM
RE: Support Form - RateU - 07-18-2011, 03:19 AM
RE: Support Form - blakefire - 08-10-2011, 06:41 PM
RE: Support Form - RateU - 08-11-2011, 04:11 AM
RE: Support Form - bogdan - 08-11-2011, 04:23 AM
RE: Support Form - RateU - 08-11-2011, 05:26 AM
RE: Support Form - bogdan - 08-11-2011, 05:45 AM
RE: Support Form - RateU - 08-12-2011, 01:54 AM
RE: Support Form - bogdan - 08-12-2011, 05:24 AM
RE: Support Form - RateU - 08-23-2011, 05:22 AM
RE: Support Form - Alan11 - 08-28-2011, 09:37 AM
RE: Support Form - Seabody - 12-23-2012, 01:03 PM
RE: Support Form - Andre - 02-11-2013, 05:31 PM
RE: Support Form - ZiNgA BuRgA - 02-12-2013, 09:17 AM
RE: Support Form - RateU - 02-13-2013, 01:59 AM
RE: Support Form - Andre - 02-13-2013, 09:48 AM
RE: Support Form - RateU - 02-14-2013, 03:07 AM
RE: Support Form - Andre - 02-15-2013, 11:55 PM
RE: Support Form - RateU - 02-16-2013, 01:08 AM
RE: Support Form - Andre - 02-16-2013, 02:13 AM
RE: Support Form - lion - 02-18-2016, 11:13 PM
RE: Support Form - ZiNgA BuRgA - 02-19-2016, 12:52 PM
RE: Support Form - lion - 02-19-2016, 05:29 PM
RE: Support Form - lion - 02-19-2016, 10:22 PM
RE: Support Form - lion - 02-21-2016, 04:27 AM
RE: Support Form - xensor - 06-09-2016, 04:46 AM
RE: Support Form - Yoda - 06-19-2018, 01:39 PM

 Standard Tools
Forum Jump: