MyBB Community Forums

Full Version: Remove a Few Things
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My website: http://www.mgo3.net/

Theme I am using: http://community.mybb.com/thread-161390.html (Great theme I recommend it)

I'm trying to remove a few things from the site but I'm not sure where to start. Just point me in the right direction and I am sure I can figure it out.

1) I'd like to remove the Calendar option in the header.

[Image: 4t0z9w2.png]

2) I'd like to remove the RSS Option
[Image: wktRfR7.png]

I'm assuming I gotta find all this stuff in my templates correct? But how do I find them exact? Sorry I haven't worked with myBB since I was 16 back in 2010.
For the menu:

Not checked the files but it'll be in your themes templates, then in the Header templates > Header, find the this and delete:

<li id="nav-calendar"> <a href="http://www.mgo3.net/calendar.php" original-title=""><i style="font-size: 14px;" class="fa fa-calendar fa-fw" original-title=""></i> Calendar</a></li>


For the RSS:

Navigate to your Forum Bit > forumbit_depth2_forum and delete this:

<a id="fadehover" href="http://www.mgo3.net/syndication.php?fid=2&amp;limit=15" original-title=""><img src="images/vienna/rss.png" alt="RSS" original-title="RSS"></a>
 
The code may be slightly or completely different but it's in those templates, just use this as a baseline to go off.
(2015-04-05, 07:50 PM)Jacen Wrote: [ -> ]For the menu:

Not checked the files but it'll be in your themes templates, then in the Header templates > Header, find the this and delete:


<li id="nav-calendar"> <a href="http://www.mgo3.net/calendar.php" original-title=""><i style="font-size: 14px;" class="fa fa-calendar fa-fw" original-title=""></i> Calendar</a></li>


For the RSS:

Navigate to your Forum Bit > forumbit_depth2_forum and delete this:


<a id="fadehover" href="http://www.mgo3.net/syndication.php?fid=2&amp;limit=15" original-title=""><img src="images/vienna/rss.png" alt="RSS" original-title="RSS"></a>
 
The code may be slightly or completely different but it's in those templates, just use this as a baseline to go off.

Thank you for your help! You obviously seem very knowledgeable in myBB so maybe you can help me with one more issue if you are feeling generous Big Grin .

When I am logged in I can see this feature that exists on my index page: http://prntscr.com/6q4rku. When I am logged in all the posts are updated and the feature is working well. For some reason when I am not logged in I can't see this feature that exists on my index page: http://prntscr.com/6q4si4.

How can I make it so everybody can see it?

EDIT: It happens now even if I am logged in where it doesn't show. It shows up after a couple refreshes or clicking on the site logo. How can I make it work all the time? Anything you think is causing the issue?
Check out the template Index > Index, that's where the sidebar code will be located. And it will be using Javascript I presume to hide it from the guests, would take some fiddling to get perfect.
(2015-04-06, 04:02 PM)Jacen Wrote: [ -> ]Check out the template Index > Index, that's where the sidebar code will be located. And it will be using Javascript I presume to hide it from the guests, would take some fiddling to get perfect.

Any idea on how to get it to load every time the website is loaded?