MyBB Community Forums

Full Version: Focus - Responsive MyBB Theme - Now in 4 different colors - 25$ only
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 17
Hello! the announcements of the forums are all distort
https://www.scooter-chinois-4t.com/forum...C3%A9rales

[attachment=39428]
(2017-10-18, 05:10 AM)sc4t Wrote: [ -> ]Hello! the announcements of the forums are all distort
https://www.scooter-chinois-4t.com/forum...C3%A9rales

I believe you have modified template of the theme, can you try copying original template of forumdisplay announcement from Original Focus theme to the modified one ?
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
	lang.inline_edit_description = "{$lang->inline_edit_description}";
	lang.post_fetch_error = "{$lang->post_fetch_error}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1808"></script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>




<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->forum_announcements}</td>
</tr>
{$announcements}
(2017-10-18, 10:55 AM)sc4t Wrote: [ -> ]
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
	lang.inline_edit_description = "{$lang->inline_edit_description}";
	lang.post_fetch_error = "{$lang->post_fetch_error}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1808"></script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>




<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->forum_announcements}</td>
</tr>
{$announcements}

Can you give me temporary admin login, I will fix this for you.
Private message send
Hello! My problem is still not solved
(2017-10-21, 07:47 AM)sc4t Wrote: [ -> ]Hello! My problem is still not solved

Just got online, will be solving it now.
Please keep backup of your theme whenever you modify templates in future.

Issue solved with modification of forumdisplay_announcement_announcement template with below content :-
<tr>
<td align="center" class="{$bgcolor} forumdisplay_announcement" width="2%"><span class="thread_status {$folder}">&nbsp;</span></td>
<td class="{$bgcolor} forumdisplay_announcement">
	<a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
	<div class="author smalltext">{$announcement['profilelink']}</div>
</td>
<td align="center" class="{$bgcolor} forumdisplay_announcement">&nbsp;</td>
<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>
<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>
{$rating}
<td class="{$bgcolor} forumdisplay_announcement" style="white-space: nowrap; text-align: right"><span class="smalltext">{$postdate}</span></td>
{$modann}
</tr>

Pasting this for anyone who needs this.

Regards
WallBB
Thank you for your quick supportĀ  Smile
FOCUS RESPONSIVE THEME UPDATES :-
1. Fix issues related to javascript in headerinclude general.js
2. Fixed issue related to Announcements
3. Footer information related to theme version is updated
4. Added general documentation for Focus MyBB Theme

Regards
WallBB
Fixed an issue with private messaging responsiveness.
Please download latest version from your theme dashboard.

Regards
WallBB
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17