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.

Categories and forums 4 in 1

5 posters

Go down

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

Post by Kirbs Mon 8 Jun 2015 - 2:52

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!
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

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

Post by Michael_vx Mon 8 Jun 2015 - 3:11

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

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

Back to top Go down

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

Post by Kirbs Mon 8 Jun 2015 - 3:31

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

Posts : 628
Reputation : 18
Language : English

Back to top Go down

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

Post by brandon_g Mon 8 Jun 2015 - 3:50

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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

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

Post by Mike Mon 8 Jun 2015 - 4:20

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.
Mike
Mike
Hyperactive

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

Back to top Go down

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

Post by Kirbs Mon 8 Jun 2015 - 5:18

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
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

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

Post by Michael_vx Mon 8 Jun 2015 - 15:41

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
Michael_vx
Michael_vx
Forumember

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

Back to top Go down

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

Post by Mike Mon 8 Jun 2015 - 16:09

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>
Mike
Mike
Hyperactive

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

Back to top Go down

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

Post by Kirbs Tue 9 Jun 2015 - 12:29

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

Posts : 628
Reputation : 18
Language : English

Back to top Go down

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

Post by Michael_vx Tue 9 Jun 2015 - 17:59

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

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

Back to top Go down

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

Post by niquon715 Fri 19 Jun 2015 - 11:35

niquon715
niquon715
Forumember

Posts : 83
Reputation : 10
Language : english

http://celestialfireacademy.forumotion.com/forum

Back to top Go down

Back to top

- Similar topics

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