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.

Making Changes to The Mini Portal and Subforums

2 posters

Go down

In progress Making Changes to The Mini Portal and Subforums

Post by The Last Outlaw May 31st 2018, 6:40 pm

Technical Details


Forum version : #Invision
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
When the problem appeared : Just Making Changes
Forum link : http://betheasbyte.forumotion.com

Description of problem

Hi guys.

I was wondering if there is something I can do to change the order of my subforums? As I and other members prepare to post, we notice that there's the main forum with the subforum below it.

Also, is there a way to change where I have the mini profile (changing it from the right side to either the left or above the post)?

Thank you so much. You all have been so patient with this Zetaboards refugee and recently "transient" from IcyBoards/MyBB. Thank you.


Last edited by The Last Outlaw on May 31st 2018, 7:55 pm; edited 1 time in total
The Last Outlaw
The Last Outlaw
Forumember

Male Posts : 430
Reputation : 11
Language : English (US)
Location : Salem, Oregon, USA

https://www.betheasbyte.com/

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by TheCrow May 31st 2018, 6:45 pm

Hello @The Last Outlaw,

Go to: Admin Panel > General > Forum - Configuration and at the second field named Pages structure change the Profile position in the messages : to either left or right based on your preferences.

Now for the display of your categories, go to: Admin Panel > Display > Homepage - Structure and hierarchy and select the display you want your categories to display! Wink

Regards.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by The Last Outlaw May 31st 2018, 6:52 pm

Luffy wrote:Hello @The Last Outlaw,

Go to: Admin Panel > General > Forum - Configuration and at the second field named Pages structure change the Profile position in the messages : to either left or right based on your preferences.

Now for the display of your categories, go to: Admin Panel > Display > Homepage - Structure and hierarchy and select the display you want your categories to display! Wink

Regards.

First Luffy, thanks a lot on the first issue. Problem solved on that one.

Second is when I go to post. I'm already in the section I want to post in, but the subforum is at the bottom of the page and not above.
The Last Outlaw
The Last Outlaw
Forumember

Male Posts : 430
Reputation : 11
Language : English (US)
Location : Salem, Oregon, USA

https://www.betheasbyte.com/

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by TheCrow May 31st 2018, 7:14 pm

@The Last Outlaw can you please post a screenshot of your problem?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by The Last Outlaw May 31st 2018, 7:23 pm

Luffy wrote:@The Last Outlaw can you please post a screenshot of your problem?

Invision - Making Changes to The Mini Portal and Subforums 2018-010

Note "The Welcome Mat" is the Main Portion and "Ask Me" is the subforum.
The Last Outlaw
The Last Outlaw
Forumember

Male Posts : 430
Reputation : 11
Language : English (US)
Location : Salem, Oregon, USA

https://www.betheasbyte.com/

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by TheCrow May 31st 2018, 7:41 pm

Okay, then please add this Javascript:
Admin panel > Modules > Javascript codes management and create a new Javascript:
Title: Switch subforums location
Placement: In all the pages
Code:
Code:
$(function(){
  var botCat = $('.maintitle.floated.clearfix').closest('div');
  var topCat = $('.maintitle.floated.dropped').closest('div');

  $(botCat).insertBefore(topCat);
  $('table.ipbtable.index-box').insertBefore(topCat);
  $('.maintitle.floated.dropped').closest('div').css('margin-top','10px');
});

This is the result of this code:
Invision - Making Changes to The Mini Portal and Subforums Downlo14
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by The Last Outlaw May 31st 2018, 7:55 pm

Awesome! Thanks a million!
The Last Outlaw
The Last Outlaw
Forumember

Male Posts : 430
Reputation : 11
Language : English (US)
Location : Salem, Oregon, USA

https://www.betheasbyte.com/

Back to top Go down

In progress Re: Making Changes to The Mini Portal and Subforums

Post by TheCrow May 31st 2018, 7:56 pm

You're welcome. Is this now solved?

If yes, please remember to edit your first post, and mark the topic as Solved to help us know when your question/problem is solved!

Regards.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Back to top

- Similar topics

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