MyBB Community Forums

Full Version: YBB GO MOBILE CHANFE COLOR HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[code] ript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
<br />
{$preview}
{$maximageserror}
{$attacherror}
{$reply_errors}
<form action="newreply.php?tid={$tid}&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"><strong>{$lang->post_new_reply}</strong></td></tr>

<tr><td class="tcat"><strong>{$lang->post_subject}</strong></td></tr>
<tr><td class="trow2"><input type="text" class="textbox" name="subject" size="35" maxlength="85" value="{$subject}" tabindex="1" /></td></tr>
<tr><td class="tcat"><strong>{$lang->your_message}</strong></td></tr>
<tr><td class="trow2">
<textarea id="message" name="message" style="width: 97%; height: 150px;" tabindex="2" >{$message}</textarea>
{$multiquote_external}
</td></tr>
<tr><td class="tcat"><strong>{$lang->post_options}</strong></td></tr>
<tr><td class="trow1">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->gomobile_showsig}</label>
{$disablesmilies}
</td></tr>
{$modoptions}
{$subscriptionmethod}
{$captcha}
{$attachbox}
<tr><td class="tfoot" align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></td></tr>
</table>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="replyto" value="{$replyto}" />
<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}" />
<input type="hidden" name="mobile" value="1" />
{$editdraftpid}
</form>
{$forumrules}
{$threadreview}
{$footer}
</body>
</html>]]></template>
<template name="newreply_disablesmilies" version="1601"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->gomobile_disablesmilies}</label>]]></template>
<template name="newreply_modoptions" version="1601"><![CDATA[<tr><td class="tcat" valign="top"><strong>{$lang->mod_options}</strong></td></tr>
<tr><td class="trow2">
<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closecheck} /> {$lang->gomobile_modclose}</label><br />
<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickycheck} /> {$lang->gomobile_modstick}</label>
</td></tr>]]></template>
<template name="newthread" version="1602"><![CDATA[<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
<br />
{$preview}
{$thread_errors}
<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"><strong>{$lang->post_new_thread}</strong></td></tr>

<tr><td class="tcat"><strong>{$lang->thread_subject}</strong></td></tr>
<tr><td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" style="max-width: 50%;" maxlength="85" value="{$subject}" tabindex="1" /></td></tr>
{$posticons}
<tr><td class="tcat"><strong>{$lang->your_message}</strong></td></tr>
<tr><td class="trow2" align="center">
<textarea name="message" style="width: 95%; height: 150px;" tabindex="2">{$message}</textarea>
{$multiquote_external}
</td></tr>
<tr><td class="tcat" valign="top"><strong>{$lang->post_options}</strong></td></tr>
<tr><td class="trow1">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->gomobile_showsig}</label>
{$disablesmilies}
</td></tr>
{$modoptions}
{$subscriptionmethod}
{$captcha}
{$attachbox}
<tr><td class="tfoot" 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" /></td></tr>
</table>
<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}" />
<input type="hidden" name="mobile" value="1" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>]]></template>
<template name="newthread_disablesmilies" version="1601"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->gomobile_disablesmilies}</label>]]></template>
<template name="online" version="1601"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}
</head>
<body>
{$header}
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->users_online}</strong></td>
</tr>
{$online_rows}
<tr>
<td class="tfoot" align="center"><strong><a href="online.php?action=today">{$lang->online_today}</a> &middot; <a href="online.php">{$lang->refresh_page}</a></strong></td>
</tr>
</table>
<br />
{$multipage}
{$footer}
</body>
</html>]]></template>
<template name="online_row" version="1601"><![CDATA[<tr>
<td class="trow1">
{$online_name}
<div class="lastbytext">{$location} @ {$online_time}</div>
</td>
</tr>]]></template>
<template name="online_row_ip" version="1601"><![CDATA[<span class="smalltext">({$lang->ip} {$user['ip']} <a href="modcp.php?action=ipsearch&amp;ipaddress={$user['ip']}&amp;search_users=1">{$lang->lookup}</a>)</span>]]></template>
<template name="online_today" version="1606"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->online_today}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->online_today}</strong></td>
</tr>
{$todayrows}
<tr>
<td align="center" class="tfoot">{$onlinetoday}</td>
</tr>
</table>
<br />
{$multipage}
{$footer}
</body>
</html>]]></template>
<template name="online_today_row" version="1601"><![CDATA[<tr>
<td class="trow1">{$online['profilelink']}{$invisiblemark} @ {$onlinetime}</td>
</tr>]]></template>
<template name="polls_showresults" version="1601"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->poll_results}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2" align="center"><strong>{$poll['question']}</strong></td>
</tr>
{$polloptions}
<tr>
<td class="tfoot" colspan="2"><strong>{$poll['numvotes']} {$lang->poll_votes}</strong></td>
</tr>
</table>
{$footer}
</body>
</html>]]></template>
<template name="polls_showresults_resultbit" version="1601"><![CDATA[<tr>
<td class="{$optionbg}" align="right">{$option}{$votestar}<div class="lastbytext">{$percent}%</div></td>
<td class="{$optionbg}" width="{$imagerowwidth}"><img src="{$theme['imgdir']}/pollbar-s.gif" alt="" /><img src="{$theme['imgdir']}/pollbar.gif" width="{$imagewidth}" height="10" alt="{$percent}%" title="{$percent}%" /><img src="{$theme['imgdir']}/pollbar-e.gif" alt="" /><br />{$userlist}</td>
</tr>]]></template>
<template name="portal" version="1601"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$announcements}
{$footer}
</body>
</html>]]></template>
<template name="portal_announcement" version="1601"><![CDATA[<div id="post_{$post['pid']}">
<div class="post_author portal_avatar">
<span class="float_right datetime smalltext">({$anndate} {$anntime} {$numcomments}) </span>
{$avatar} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a>
</div>
<div class="post_body">
<div class="post_content">{$message}</div>
{$post['attachments']}
<div class="post_manage"><span style="float: left;">{$lang->posted_by} {$profilelink}</span><a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/send.gif" alt="{$lang->send_to_friend}" title="{$lang->send_to_friend}" /></a></div>
</div>
</div>]]></template>
<template name="postbit" version="1805"><![CDATA[{$ignore_bit}
<div id="post_{$post['pid']}" style="{$post_visibility}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post_author">
<span class="float_right datetime smalltext">({$post['postdate']} {$post['posttime']}) </span>
{$post['useravatar']} {$post['profilelink']} {$post['replink']}
</div>
<div class="post_body">
<div class="post_content {$unapproved_shade}">{$post['message']}</div>
{$post['attachments']}
<div class="post_manage"><span style="float: left;"><img src="{$theme['imgdir']}/posted_{$post['mobile']}.gif" alt="" width="{$post['mobile']}8" height="{$post['mobile']}8" title="Posted from GoMobile (when icon is displayed)" /></span>{$post['button_warn']}{$post['button_pm']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
</div>
</div>]]></template>
<template name="postbit_attachments" version="1413"><![CDATA[<div class="post_attachments">
<strong>{$lang->postbit_attachments}</strong>
{$post['attachedthumbs']}
{$post['attachedimages']}
{$post['attachmentlist']}
</div>]]></template>
<template name="postbit_attachments_attachment" version="1413"><![CDATA[<div>{$attachment['icon']}&nbsp;&nbsp;<a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']})</div>]]></template>
<template name="postbit_avatar" version="1601"><![CDATA[<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} class="post_avatar" /></a>]]></template>
<template name="postbit_classic" version="1601"><![CDATA[{$ignore_bit}
<div id="post_{$post['pid']}" style="{$post_visibility}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post_author">
<span class="float_right datetime smalltext">({$post['postdate']} {$post['posttime']}) </span>
{$post['useravatar']} {$post['profilelink']} {$post['replink']}
</div>
<div class="post_body">
<div class="post_content {$unapproved_shade}">{$post['message']}</div>
{$post['attachments']}
<div class="post_manage"><span style="float: left;"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/posted_{$post['mobile']}.gif" alt="" width="{$post['mobile']}8" height="{$post['mobile']}8" title="Posted from GoMobile (when icon is displayed)" /></span>{$post['button_warn']}{$post['button_pm']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
</div>
</div>]]></template>
<template name="postbit_delete_pm" version="1601"><![CDATA[<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}" class="button">{$lang->gomobile_pm_delete}</a>]]></template>
<template name="postbit_edit" version="1601"><![CDATA[<a href="editpost.php?pid={$post['pid']}" class="button">{$lang->gomobile_post_edit
[/color]

I want to edit the mybb go mobile theme 1.8



DRAK TO RED [Image: attachment.php?aid=45]

I want to edit the mybb go mobile theme 1.8



DRAK TO RED [Image: attachment.php?aid=45]
http://community.mybb.com/thread-166664-...pid1171484

this topic is closed as the requirement is again posted at the plugin release thread

later this will be unapproved as it doesn't clearly say the requirement (rather it confuses helpers)