MyBB Community Forums

Full Version: Remove bottom forum name and custom text? (NOT COPYRIGHT!)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

When changed to another theme i got Forum contains no new post and my forum link appears on the bottom. I cant find anywhere how to remove it.

[Image: Bzdn8Be.png]
You can remove this by editing footer template.

Don't remove mybb backlink.
(2015-01-04, 10:22 PM)rajeevrrs55 Wrote: [ -> ]You can remove this by editing footer template.

Don't remove mybb backlink.

okej but im not sure which code to remove, do you have a clue?
[Image: Bzdn8_Be.png]


To remove Forum contains no new post :

ACP --> Templates & style --> Template --> (select your template) --> click on option and click expand or edit --> click on index --> Edit index_boardstats Template.

If you want to change footer or edit footer :

ACP --> Templates & style --> Template --> (select your template) --> click on option and click expand or edit --> footer
(2015-01-05, 05:59 AM)rajeevrrs55 Wrote: [ -> ][Image: Bzdn8_Be.png]


To remove Forum contains no new post :

ACP --> Templates & style --> Template --> (select your template) --> click on option and click expand or edit --> click on index --> Edit index_boardstats Template.

If you want to change footer or edit footer :

ACP --> Templates & style --> Template --> (select your template) --> click on option and click expand or edit  --> footer


Yes thats the one i want to remove.
Okey but what exacly should I edit/remove? Tha code looks like this.

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$collapsedthead['boardstats']}">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.png" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
	<td class="tfoot" style="text-align: right">
		<span class="smalltext">
			{$logoutlink}
			<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
			<a href="showteam.php">{$lang->forumteam}</a>
			{$statspage}
		</span>
	</td>
</tr>
</tbody>
</table>
<br />
I guess the text you want to remove is in footer template.
(2015-01-05, 08:11 PM)SvePu Wrote: [ -> ]I guess the text you want to remove is in footer template.

Its not here, but when i press Cntr + Shift + I

I found whats making the text come up and its this code

<div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible">

Anyone knows what this is???
1. Share your board URL, we don't know in which template the text is without checking the page source.
2. Try ACP -> Configuration -> General Configuration -> Disable All Plugins? -> set to Yes, Save and check if it disappeared. If it did, you can try deactivating plugins one by one to check which one caused it.