FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 11 users online :: 0 Registered, 0 Hidden and 11 Guests

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

Nothing but the forum categories?

View previous topic View next topic Go down

Derri
Derri
Member
Gender : Unspecified
Posts : 13
Points : 3746
Reputation : 8
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : Other

PostDerri Wed 28 Jan 2015, 07:44

Do you think it would be in the realm of possibilities to have an entirely blank page, so the removal of statistics, groups, navigation bar all that stuff gone so you essentially had a blank page, with just your categories showing?
Rhino.Freak
Rhino.Freak

Gender : Male
Age : 27
Posts : 275
Points : 4259
Reputation : 86
Location : India!
Language : English, Hindi
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB3
http://tokyoghoular.foruns.com.pt/

PostRhino.Freak Wed 28 Jan 2015, 07:50

Not sure exactly what you mean by that but I think 'hiding' them stuff via CSS is fairly easy and possible.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12044
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Wed 28 Jan 2015, 13:50

Something like this, @Derri ? Surprised

http://forumbeta.forumactif.com/
Nothing but the forum categories? Screen18

It can be done with Template editing or JavaScript. It depends on the version, but I'd recommend template editing + css. It's what I used for the above example. Smile
Derri
Derri
Member
Gender : Unspecified
Posts : 13
Points : 3746
Reputation : 8
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : Other

PostDerri Wed 28 Jan 2015, 16:35

Yes Ange that's what I was meaning,

Something like that would be excellent and doing it via template editing probably would be best.

I kind of have a vision of creating a forum where the categories are in the center of the forum and various things that are needed for navigation are in widgets along the side and in the footer area.

Then for the background various words are placed around the categories, so the design would be very basic.

Its early days and I'm just in thought process.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12044
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Wed 28 Jan 2015, 16:53

It's a pretty simple modification. The only thing is it's the first time I've ever done this, so there could be little bugs I'm not aware of.

Firstly, this is some CSS that you can add to your sheet :
Code:
.index_menu {
  background:#FFF;
  padding-top:30px;
  padding-right:200px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
#right {
  position:relative;
  z-index:1;
}

This fixes the categories to the screen and hides everything else... actually, I think ads might show through, which is something I should think about. Anyway, the last rule is for the right widget column, this makes sure that the widgets show above the index_menu. It should be visible here now.


I think this modification can be applied to any version, but the version of my test forum was punbb. Go to the Templates > general > index_body

Find this variable :
Code:
{BOARD_INDEX}

and wrap it with these tags :
Code:
<div class="index_menu">{BOARD_INDEX}</div>

Then publish the template.

I think this way is nice and simple, otherwise you'd have to edit multiple templates to delete, or hide their contents while on the index. Smile
Derri
Derri
Member
Gender : Unspecified
Posts : 13
Points : 3746
Reputation : 8
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : Other

PostDerri Wed 28 Jan 2015, 17:56

Thanks Ange, I'll give that try.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12044
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Wed 28 Jan 2015, 20:15

You're welcome Mr. Green

If there's anything wonky, or you want to change something, let me know. Very Happy
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum