Categories and forums 4 in 1
5 posters
Page 1 of 1
Categories and forums 4 in 1
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!
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- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Categories and forums 4 in 1
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- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: Categories and forums 4 in 1
Yeah it could be that, what about the distance between each image, what's causing it?
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Categories and forums 4 in 1
Maybe its either CSS or they simply put a line break in between image url's.
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Categories and forums 4 in 1
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.
Then, you change the description of one of the forums to an HTML table and each one links to a different forum.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Categories and forums 4 in 1
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
EDIT:: @Mike, tried what you said, you can't name Categories/Forums a blank lol it wont allow you
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Categories and forums 4 in 1
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
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>
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: Categories and forums 4 in 1
You change the subforum name to
take out all the spaces.
Youll need a table to seperate.
- 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 descriptionreplace images and links to what you want
- 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>
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- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Categories and forums 4 in 1
Where do i add this code? in the Category or Sub forums?
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Categories and forums 4 in 1
https://help.forumotion.com/t137972-three-horizontal-forums
this should let you know how to add it with the right way
this should let you know how to add it with the right way
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» forums and categories
» Categories and forums
» Quasar Duel Academy
» Categories and Forums
» Forums and categories
» Categories and forums
» Quasar Duel Academy
» Categories and Forums
» Forums and categories
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum