Categories and forums 4 in 1 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Categories and forums 4 in 1

    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Categories and forums 4 in 1 Empty Categories and forums 4 in 1

    Post by Kirbs June 8th 2015, 2:52 am

    Hi, i was wondering how can i make my categories contain 4 sub forums in this shape 


    https://i.imgur.com/dWCL89j.png

    also when you click one of the images it will redirect you to the sub forum it belongs to

    Thanks in advance!
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 664
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Michael_vx June 8th 2015, 3:11 am

    i guess its all just 4 images in the description of the form and every image has linked to the sub forum link
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Kirbs June 8th 2015, 3:31 am

    Yeah it could be that, what about the distance between each image, what's causing it?
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10112
    Reputation : 923
    Language : English
    Location : USA

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by brandon_g June 8th 2015, 3:50 am

    Maybe its either CSS or they simply put a line break in between image url's.

    -Brandon



    Categories and forums 4 in 1 Brando10
    Remember to mark your topic Categories and forums 4 in 1 Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Categories and forums 4 in 1 Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Mike June 8th 2015, 4:20 am

    You rename each of the forums to a blank name so that they dont show in the category list.

    Then, you change the description of one of the forums to an HTML table and each one links to a different forum.
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Kirbs June 8th 2015, 5:18 am

    Can you write me the codes to that?

    EDIT:: @Mike, tried what you said, you can't name Categories/Forums a blank lol it wont allow you
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 664
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Michael_vx June 8th 2015, 3:41 pm

    i guess there is a little mistake you dont have to rename sub forums 
    just make show sub forums to no
    or change how to view the forums and sub forums from
    in Structure and hierarchy in the admin panel
    here is Example code you can use it in the forum description
    Code:
    <a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><br /><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a>
    replace images and links to what you want
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Mike June 8th 2015, 4:09 pm

    You change the subforum name to

    Code:
    & n b s p ;

    take out all the spaces.

    Michael_vx wrote:i guess there is a little mistake you dont have to rename sub forums 
    just make show sub forums to no
    or change how to view the forums and sub forums from
    in Structure and hierarchy in the admin panel
    here is Example code you can use it in the forum description
    Code:
    <a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><br /><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a><a href="http://miclap.logu2.com/admin/uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a>
    replace images and links to what you want

    Youll need a table to seperate.

    Code:
    <table>
    <tr>
    <td><a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a></td>
    <td><a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a></td>
    </tr><tr>
    <td><a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a></td>
    <td><a href="uel1"><img src="http://i32.servimg.com/u/f32/16/52/57/78/master10.png" /></a></td>
    </tr></table>
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Kirbs June 9th 2015, 12:29 pm

    Where do i add this code? in the Category or Sub forums?
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 664
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by Michael_vx June 9th 2015, 5:59 pm

    https://help.forumotion.com/t137972-three-horizontal-forums
    this should let you know how to add it with the right way
    niquon715
    niquon715
    Forumember


    Posts : 83
    Reputation : 10
    Language : english

    Categories and forums 4 in 1 Empty Re: Categories and forums 4 in 1

    Post by niquon715 June 19th 2015, 11:35 am