MyBB Community Forums

Full Version: Updating a Skin.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i downloaded Blue {Gospel} by Audentio.

Its an wonderful skin but not up to date Sad.

I can't post or anything.

How/Which templates do i need to update?


THANKS IN ADVANCED,
AProPowerRanger
apropowerranger Wrote:Well i downloaded Blue {Gospel} by Audentio.

Its an wonderful skin but not up to date Sad.

I can't post or anything.

How/Which templates do i need to update?


THANKS IN ADVANCED,
AProPowerRanger

when you say that you cannot post what message code are you getting....

in case it was an old skin and the theme artist did something wrong al you need to do is revert some of your templates

ERROR MAKING A THREAD

ADMINCP>TEMPLATES>MODIFY/DELETE>YOUR THEME>EXPAND>NEW THREAD TEMPLATES>EXPAND > NEW THREAD >REVERT TO ORIGINAL

ERROR MAKING A REPLY...
CHANGE THE BOLD NEW THREAD ABOVE INTO NEW REPLY

ERROR IN QUICK REPLY

ADMINCP>TEMPLATES>MODIFY/DELETE>YOUR THEME>EXPAND>SHOWTHREAD TEMPLATES>SHOWTHREAD_QUICKREPLY >REVERT TO ORIGINAL

this should fix any posting issues
this is wat i get when posting and trying to gain access to change a different skin.
Authorisation code mismatch. Are you accessing this function correctly? Please go back and try again.
did u try my reverts....did they fail?

post just the new thread template i have listed here and i will look at it and say what is wrong
yes they worked. but just in case wats wrong with the one the author used?


<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=121"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php" method="post" enctype="multipart/form-data" name="input">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br /><div style="margin:auto">{$smilieinserter}</div></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
</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="yes" tabindex="7" {$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" tabindex="8" {$postoptionschecked['emailnotify']} /> {$lang->options_emailnotify}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$attachbox}
{$pollbox}
{$captcha}
</table>
<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="fid" value="{$fid}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>



EDIT: QUICK REPLY AIN'T WORKING ALSO Sad
Quote:<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=121"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php" 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>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br /><div style="margin:auto">{$smilieinserter}</div></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
</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="yes" tabindex="7" {$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" tabindex="8" {$postoptionschecked['emailnotify']} /> {$lang->options_emailnotify}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$attachbox}
{$pollbox}
{$captcha}
</table>
<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="fid" value="{$fid}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>

i think the piece in red was missing...try that


did u do the quick reply revert like i stated?..if u don't want to revert just post it here and i will look over it for you also
where is the quick reply template located then i will revert it.
Quote:ADMINCP>TEMPLATES>MODIFY/DELETE>YOUR THEME>EXPAND>SHOWTHREAD TEMPLATES>SHOWTHREAD_QUICKREPLY >REVERT TO ORIGINAL

as stated in the first reply
ohh i am so srry i did not see that. thanks a lot. it worked perfectly.
All in all, I wouldnt even use my skins since most of them are out of date since I didnt have time to update all my skins to the header change and all that. All my skins are two versions or more old, I am just waiting for 1.4 to come out before I update all the main ones Smile.

Itll be good Big Grin.