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
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
Top Achievers
Who is online?
In total there are 67 users online :: 0 Registered, 0 Hidden and 67 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Nothing but the forum categories?
Page 1 of 1 • Share
- DerriMember
- Gender :
Posts : 13
Points : 3955
Reputation : 8
Language : English
Browser : Forum Version :
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?
Something like this, @Derri ?
http://forumbeta.forumactif.com/
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.
http://forumbeta.forumactif.com/
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.
- DerriMember
- Gender :
Posts : 13
Points : 3955
Reputation : 8
Language : English
Browser : Forum Version :
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.
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.
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 :
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 :
and wrap it with these tags :
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.
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.
- DerriMember
- Gender :
Posts : 13
Points : 3955
Reputation : 8
Language : English
Browser : Forum Version :
Thanks Ange, I'll give that try.
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum