MyBB Community Forums

Full Version: How can I remove this...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know why it says that, it's not my forum link.

[Image: wBWiKAX.png]

The part that says "Cleoz.pw"

How can I change it to my forum name...

My forum link: https://crackkingly.com
Hi!

check your footer template (Admin Control Panel -> Templates (Tab) -> Templates -> YOUR THEME ->  footer), it must be something like this:
<debugstuff>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				{$showteamlink}
				{$contact_us}
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.
					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB Group</a>.
				<!-- End powered by -->
			</span>
		</div>
	</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>

Check specially the line:

Quote:<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
cleoz.pw redirects to your site... Did you transfert the domain ?
(2019-11-14, 03:58 PM)Crazycat Wrote: [ -> ]cleoz.pw redirects to your site... Did you transfert the domain ?
no sir, also its a new clean mybb installation

(2019-11-14, 01:45 PM)NoRules Wrote: [ -> ]Hi!

check your footer template (Admin Control Panel -> Templates (Tab) -> Templates -> YOUR THEME ->  footer), it must be something like this:
<debugstuff>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				{$showteamlink}
				{$contact_us}
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.
					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB Group</a>.
				<!-- End powered by -->
			</span>
		</div>
	</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>

Check specially the line:

Quote:<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>



Uhh, its seems fine to me: 
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
Hi,

it's OK. So now check in Admin Control Panel -> Configuration (Tab) -> Settings -> General configuration -> Homepage Name

Maybe it's there the old name that you don't want to show.
(2019-11-15, 10:29 AM)NoRules Wrote: [ -> ]Hi,

it's OK. So now check in Admin Control Panel -> Configuration (Tab) -> Settings -> General configuration -> Homepage Name

Maybe it's there the old name that you don't want to show.
I removed it from the footer anyways