Show a Category on Portal
4 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Show a Category on Portal
I was wondering how to how a category on the portal like the support's.
Here is a link to the same question: https://help.forumotion.com/t144001-show-forums-category-in-portal
Was also wondering if you could show individual forums from separate categories as well.
Here is a link to the same question: https://help.forumotion.com/t144001-show-forums-category-in-portal
Was also wondering if you could show individual forums from separate categories as well.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
I don't really see an option like that in the admin panel so my guess would be that they copied the html and pasted it in a widget. That way it is possible to add forums from different categories.
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
There is a widget called News that will show topics from the forum you choose.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Show a Category on Portal
But how to show forums?SLGray wrote:There is a widget called News that will show topics from the forum you choose.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
You will have to create a customized widget.
- Code:
[url=link to forum]forum title[/url]
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Show a Category on Portal
I'd like to make it visually the same, not just a hyperlink.SLGray wrote:You will have to create a customized widget.
- Code:
[url=link to forum]forum title[/url]
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
This is the default html used to create the categories. It should do the trick to get the forumstyle inside a widget:
- Code:
<!-- START category block --->
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<!-- START category title --->
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm">
<div class="table-title"><h2>--category title---</h2></div>
</dd>
</li>
</ul>
<!-- END category title --->
<!-- START forums/topics --->
<ul class="topiclist forums">
<li class="row">
<dl class="icon">
<dd class="dterm">
<div style="display: block;">
<h3 class="hierarchy"><a href="---url to forum" class="forumtitle">Your first forum</a></h3>
<br>
---forum description---
<br>
</div>
</dd>
</dl>
</li>
</ul>
<!-- END forums/topics --->
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END category block --->
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
Thank you, what about each forum's icon?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
The icons you can see on the portal here are inside the forum description. Just add float left to them and it should be oke.
- Code:
<img src="---url to image---" style="float: left;" />
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
Not working for me, it looks all weird and different and weird things happen.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
This is the code I used for the example. Normally it should do the trick.
- Code:
<!-- START category block - -->
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<!-- START category title - -->
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm">
<div class="table-title">
<h2>
--category title---
</h2>
</div>
</dd>
</dl>
</li>
</ul>
<!-- END category title - -->
<!-- START forums/topics - -->
<ul class="topiclist forums">
<li class="row">
<dl class="icon">
<dd class="dterm">
<div style="display: block;">
<h3 class="hierarchy">
<a href="---url to forum" class="forumtitle">Your first forum</a>
</h3>
<br />
<img style="float: left;" src="http://2img.net/i/bl/logo.png" /> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</div>
</dd>
</dl>
</li>
</ul>
<!-- END forums/topics - --> <span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END category block - -->
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
But when you add a widget, there is another bar above for the widget title.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
Select 'no' by 'Use a table type' on the widget options.
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
Can you please send me code via PM? I keep trying to select it and I keep getting the numbers on sides as well.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
I'll set it as inline code, then there are no numbers.
|
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Show a Category on Portal
Works! Thank you so much! But how do I add more forums?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
@Forumedic you do exactly the same steps.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Show a Category on Portal
But won't it create a new category? As part of the code is creating the category.Luffy wrote:@Forumedic you do exactly the same steps.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
Yes it will. You want it to create an other category in the same forum?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Show a Category on Portal
I think? I want another forum in the same category.Luffy wrote:Yes it will. You want it to create an other category in the same forum?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Show a Category on Portal
Ok so you have this code here:
to create to you a forum (the entire thingy) and a single category (the one inside it).
Using the list element is the easiest way. So in order for you to make an other one you need to add this part:
Once more exactly after this part in the code. So you need to have this:
and change the second part of the category. (I think)
|
to create to you a forum (the entire thingy) and a single category (the one inside it).
Using the list element is the easiest way. So in order for you to make an other one you need to add this part:
|
Once more exactly after this part in the code. So you need to have this:
|
and change the second part of the category. (I think)
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Page 1 of 2 • 1, 2
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum