Support Forum

Simplifying the format

CB Charlie Badenhop
Charlie Badenhop
Member

Okay, now that I have a good base to work with, I would be curious if I can remove the following items from the forum page:

1) The very bottom box below that starts with “Your Timezone” and then goes to show Most Users online, currently online, down to the names of the administrators. (Including the RSS feed button at the top of the box.)

2) At the very top, remove the “Members” and “Logout” button (I will have this in the sidebar separately).

3) Remove the drop-down “New/Recently Updated Topics”.

4) And Finally, how to get the breadcrumbs to look like this forum where I am posting now (nice kind of arrows) rather than the twisty arrows. (Perhaps this is a SP theme?)

 

Thanks!

13 Answers

New Answer

CB Charlie Badenhop
Charlie Badenhop
Member

Sorry, one more thing. Our community is not that much into RSS. How to take away those RSS buttons (“Group RSS” and “All RSS”)?

 

Thanks!

MP Mr Papa
Mr Papa
Member

almost all display elements are controlled by your sp theme…. to add, remove or move items, just edit your sp theme and have at it…

we do recommend you not edit our themes or you will changes on updates… so make one of ours into your own… see: http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/

you just need to edit the template file (works just like wp theme template files) to edit… stats are in spFoot.php, others you mention in spHead.php…

for the breadcrumbs, search these forums… there are several tutorials that walk you through how to do it… its a combination of graphics and css…

CB Charlie Badenhop
Charlie Badenhop
Member

Mr. Papa,

Okay, well, I’ve created my own theme. Simple enough. However, I have never edited template files before, even in WordPress. Is there some kind of WYSIWYG editing program? Or, if you could let me know what lines of code to change in the php files to get the results I’m hoping for (mentioned in the original post above), that would be great.

 

Thanks.

YS Yellow Swordfish
Yellow Swordfish
Member

You can not use WYSIWYG editors really on code files. They must be edited as plain text. Under the SP Themes menu there is a theme editor page similar to the WP theme and plugin editors.

I would suggest that you do this – and seriously – it is not really that hard to do. Open the front page of the forum in a tab and in another tab edit the spHead.php file in the /templates folder of your SP theme. Take a look at the function display names working down from the top and you will start to see that they very much correspond to what tou see displayed on your forum. The names of the function try – mostly – to describe the element they display. To stop an element being displayed just comment it out. You can do that by putting a hash – # – at the start of the line of code.

So the top part of the display is the spHead.php template and the bottom spFoot.php which are common to all views. Start with those. if you are just commenting out then you can not really do any damage as you can always uncomment and re-save it.

And don’t be afraid.smileA little common sense and you should be able to identify what each of the display functions does when comparing it to the actual display.

CB Charlie Badenhop
Charlie Badenhop
Member

Very good way to start. Didn’t think about the # to change it to a comment. I’ll give it my best shot. If I still get stuck, I’ll let you know.

Thanks.

YS Yellow Swordfish
Yellow Swordfish
Member

Of course we will be happy to advise but give it a shot….

CB Charlie Badenhop
Charlie Badenhop
Member

Well, I was able to take off the bottom footer stuff, but now my sidebar has “slide” all the way down the page. I’ve tried adding back lines one-by-one, but a bit stumped. Any help?

Here’s where I’ve gotten to….

http://69.195.124.111/~seishind/tokyo/forum/

CB Charlie Badenhop
Charlie Badenhop
Member

And, the only other part I was at the bottom…

Forum Stats:

Groups: 1

Forums: 3

Topics: 1

Posts: 1

CB Charlie Badenhop
Charlie Badenhop
Member

Never mind! Got it. Just missed a few #. thanks! that was good advice!

CB Charlie Badenhop
Charlie Badenhop
Member

The only thing left is to get the breadcrumbs looking like what you guys have. The way it is now, it creates a new line for each level. I’d really like to have the way you all have. I did a search but it seems a bit over my head. Any keen advice like you just did with walking me through the steps with taking things out?

Thanks!

YS Yellow Swordfish
Yellow Swordfish
Member

Ah great. So are we OK now?

Actually the best way to remove the RSS is to use the menu item in forum admin > Forums section to remove them all. Removing the display functions only, can mean that a user could still get your posts via RSS if they know the URL. By disabling them in the admin panel, that effectively stops that happening,

CB Charlie Badenhop
Charlie Badenhop
Member

Dear YS,

Thanks for that hint. Just curious…is there any reason we would not want someone to have the RSS feed? I don’t want to have the buttons on the site since it gets to cluttered, but I wouldn’t mind posting the RSS feed elsewhere for people to use if they want to (for those so technically inclined). Just wondering if you are saying that there could be a downsize to having an RSS feed?

Also, if you all could point me in the right direction about creating breadcrumbs like you all have, that would be great. I did a search on the forums, but there are a lot of posts and the few that I read didn’t seem to have a kind of step-by-step instruction.

Thanks,

Tony

MP Mr Papa
Mr Papa
Member

only reason not to have rss feeds is if you have private forums…  by nature, rss feeds are open to public and viewable off site…

we do have rss feed keys if you have rss feeds you want to keep private…

breadcrumbs:

https://simple-press.com/support-forum/sp5-theme-topics/breadcrumbs-nested-or-on-a-single-line/page-3/

is a good starting point…

but do remember, we change our styles here frequently, and just did a theme refresh a few months ago, so may not match exactly, though the concept is the same…