Yes hello I am trying to edit something on my forums but how ever I can not seem to find it in the admin cp can anyone show me were to edit this here is a screen shot of what I am talking about.
my site link
http://simcityfans.org
This is most likely on your index template
Find
<div id="sidebar">
<a href="http://simcityfans.org/misc.php?action=syndication" class="rss_button" target="_blank" title="Subscribe to our RSS feed">RSS Syndication<div><i class="fa fa-rss"></i></div></a>
<div class="sidebar_block">
<div class="sidebar_block_tcat"><strong>Menu</strong></div>
<div class="sidebar_block_main">
<ul>
<li><a href="http://simcityfans.org">simcityfans</a></li>
<li><a href="http://simcityfans.org/archive/index.php">Lite (Archive) Mode</a></li>
<li><a id="click" href="#" title="Toggle Width">Toggle theme width</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</div>
</div>
<div class="sidebar_block">
<div class="sidebar_block_tcat"><strong>Site Links</strong></div>
<div class="sidebar_block_main sidebar_block_pad">
<a href="http://www.audentio.com" title="Premium MyBB Themes"><img src="images/audentio/darkseries/ice/audentio.png" alt="Premium MyBB Themes from Audentio Design" border="0" /></a>
</div>
</div>
</div>
In your templates for the theme go to either Navigation -> nav Template or your Index template, and remove / edit the code posted above to your liking.