FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 29 users online :: 0 Registered, 0 Hidden and 29 Guests :: 1 Bot

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

[SOLVED] Forumotion Forums and Widgets

View previous topic View next topic Go down

SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7135
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Sat 16 Apr 2016, 20:04

I was wondering if there is a way to add more then 15 (max) forum widgets? I know that you can combine widgets.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Sat 16 Apr 2016, 20:10

Wait, there's a limit to how many widgets you can have in a column, right ? If so, I never knew that ! Shocked

You might be able to combine them, OR if you can add widgets into another column you can use JavaScript to combine the left AND right columns.. Think
SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7135
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Sat 16 Apr 2016, 20:12

There is a limit.  When you reach the limit and add the 16th widget, the last widget in the column is removed.
Wilson
Wilson

Gender : Unspecified
Age : 37
Posts : 868
Points : 4611
Reputation : 124
Language : Filipino and Engrish
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB3
http://generalaxis.forums.com.bz/

PostWilson Sat 16 Apr 2016, 20:14

You can always combine your custom widgets into one. Set the table type to no, and here's an example:
Code:
<div class="module">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="h3">Title</div>       
        YOUR CONTENT HERE
<span class="corners-bottom"><span></span></span>
</div></div>
<!--HERE ENTERS THE SPACE--><div style="height:2px"></div>
<div class="module">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="h3">Title</div>       
        YOUR CONTENT HERE
<span class="corners-bottom"><span></span></span>
</div></div>
<div style="height:2px"></div>
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Sat 16 Apr 2016, 20:17

Hmm.. I'm gonna try to play around with this tomorrow or Monday, so I can get a better idea of what to do. It's pretty late for me right now, since I got up at the crack of dawn. lol!

I'll get back to you on this soon, though. Salute
SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7135
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Sat 16 Apr 2016, 20:19

Wilson wrote:You can always combine your custom widgets into one. Set the table type to no, and here's an example:
Code:
<div class="module">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="h3">Title</div>        
        YOUR CONTENT HERE
<span class="corners-bottom"><span></span></span>
</div></div>
<!--HERE ENTERS THE SPACE--><div style="height:2px"></div>
<div class="module">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="h3">Title</div>        
        YOUR CONTENT HERE
<span class="corners-bottom"><span></span></span>
</div></div>
<div style="height:2px"></div>
I know that you can combine them.
Ange Tuteur wrote:Hmm.. I'm gonna try to play around with this tomorrow or Monday, so I can get a better idea of what to do. It's pretty late for me right now, since I got up at the crack of dawn. lol!

I'll get back to you on this soon, though. Salute
Thanks.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 19 Apr 2016, 15:13

@SLGray I think I figured out a solution ; Activate the left column and add some widgets to it, then go to JS codes managent and create a new script in all the pages with this content :
Code:
$(function() {
  var column = [
    document.getElementById('left'),
    document.getElementById('right')
  ];

  if (column[0] && column[1]) {
    column[1].appendChild(column[0]);
  }
});

That'll drop the left column into the right column making it appear as one. It'd give you a max of 30 widgets. Naughty
SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7135
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Tue 19 Apr 2016, 17:05

Ange Tuteur wrote:@SLGray I think I figured out a solution ; Activate the left column and add some widgets to it, then go to JS codes managent and create a new script in all the pages with this content :
Code:
$(function() {
  var column = [
    document.getElementById('left'),
    document.getElementById('right')
  ];

  if (column[0] && column[1]) {
    column[1].appendChild(column[0]);
  }
});

That'll drop the left column into the right column making it appear as one. It'd give you a max of 30 widgets. Naughty
I will try it later.
SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7135
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Tue 19 Apr 2016, 17:14

It works on my forums.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 19 Apr 2016, 17:44

Cool Cool I ought to think about making that a little trick.
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

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