Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Events Forum
kaixer Offline
Junior Member
**
Posts: 41
Joined: Mar 2010
Post: #11
RE: Events Forum

PHP 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
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>New Event</strong>{$smilieinserter}</td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>Event Subject</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
<tr>
<td class="trow2" width="20%"><strong>Event Date</strong></td>
<td class="trow2">Day: {$tfinput['efday']} &ndash;  Month: {$tfinput['efmonth']} &ndash;  Year: {$tfinput['efyear']}</td>
</tr>
{$extra_threadfields}{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$subscriptionmethod}
{$pollbox}
{$captcha}
</table>
{$attachbox}
<br />
<div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newthread" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>



Attached File(s) Thumbnail(s)
   
12-26-2010 09:22 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Events Forum - RateU - 10-10-2010, 06:41 AM
RE: Events Forum - ZiNgA BuRgA - 10-10-2010, 10:11 AM
RE: Events Forum - Imran - 10-10-2010, 10:36 PM
RE: Events Forum - leefish - 10-11-2010, 12:07 AM
RE: Events Forum - Glas - 12-02-2010, 02:29 PM
RE: Events Forum - ZiNgA BuRgA - 12-02-2010, 03:02 PM
RE: Events Forum - Glas - 12-02-2010, 05:06 PM
RE: Events Forum - leefish - 12-02-2010, 05:13 PM
RE: Events Forum - kaixer - 12-25-2010, 09:55 PM
RE: Events Forum - RateU - 12-26-2010, 01:59 AM
RE: Events Forum - kaixer - 12-26-2010 09:22 AM
RE: Events Forum - RateU - 12-26-2010, 10:04 AM
RE: Events Forum - kaixer - 12-26-2010, 10:07 AM
RE: Events Forum - RateU - 12-26-2010, 10:25 AM
RE: Events Forum - kaixer - 12-26-2010, 10:34 AM
RE: Events Forum - RateU - 12-26-2010, 10:45 AM
RE: Events Forum - kaixer - 12-26-2010, 10:46 AM
RE: Events Forum - Shemo - 01-02-2011, 09:50 AM
RE: Events Forum - Tridion - 02-16-2011, 11:00 PM
RE: Events Forum - RateU - 02-17-2011, 01:56 AM
RE: Events Forum - Glas - 08-25-2011, 11:43 AM
RE: Events Forum - nier3 - 08-09-2012, 09:54 PM
RE: Events Forum - RateU - 08-10-2012, 05:38 AM
RE: Events Forum - Destro - 05-16-2013, 09:13 PM
RE: Events Forum - xensor - 04-19-2015, 07:36 AM
RE: Events Forum - adsol93 - 05-07-2015, 07:49 AM
RE: Events Forum - RateU - 10-16-2015, 06:48 AM
RE: Events Forum - Wally - 04-02-2017, 10:46 PM
RE: Events Forum - ZiNgA BuRgA - 04-03-2017, 04:08 PM
RE: Events Forum - Wally - 04-03-2017, 07:42 PM
RE: Events Forum - RateU - 04-05-2017, 01:20 AM

 Standard Tools
Forum Jump: