MyBB Community Forums

Full Version: 1point8 theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
(2014-11-04, 03:02 PM)Alia Wrote: [ -> ]After using this for a couple of weeks, I realized there is no post icon option in the thread editor. Obviously, this is not something I use all the time, but do need sometimes.

Can I add it back? If so, how? Thank you!

PS LOVE this theme. Thanks for upgrading the fonts fro bold and whatnot. Looking forward to trying Duende, too.

Of course you can!
Replace the template newthread with this:
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1800"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
{$moderation_notice}
<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>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<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>{$smilieinserter}</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}
<script type="text/javascript">
	$(".author_avatar img").error(function () {
		$(this).unbind("error").closest('.author_avatar').remove();
	});
</script>
</body>
</html>

To show the icon you need to edit the template forumdisplay_thread and add this wherever you want the thread icon
{$icon}

Good luck! P:
Thank you, Yadomi!

I shall report back. 
(2014-11-06, 05:47 AM)Alia Wrote: [ -> ]I shall report back. 
Yadomi, that worked perfectly! Lightbulb

Thank you! 
Can somebody post the nav_ templates and the nav css?
By the way, amazing theme, as always
Today I noticed that when viewing sent PMs, the entire page is centered (including the message) rather than left justified. Weird.  
http://blog.noobstogeeks.com/wp-content/...pture1.png
Does anyone know how can I fix this error in the theme?
hello,

i m using this theme and i added this plugin
http://mods.mybb.com/view/ajax-pm-notification
this plugin works for other themes but not working with this theme
how do i make it work with it ?
(2014-11-21, 11:47 AM)Ronshaan Wrote: [ -> ]hello,

i m using this theme and i added this plugin
http://mods.mybb.com/view/ajax-pm-notification
this plugin works for other themes but not working with this theme
how do i make it work with it ?

It's not been updated for 1.8
Hi Guys, how do you change the social icons to point to the correct address, or remove them completely?

Thanks
Graham

(2014-11-22, 10:27 AM)wizzie Wrote: [ -> ]Hi Guys, how do you change the social icons to point to the correct address, or remove them completely?

Thanks
Graham

Never mind, I've just found it, its in the footer template Smile
Found a bug when adding a homepage there becomes two homepages
[Image: v0kXQri.png]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16