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.

Portal left/right widget question

3 posters

Go down

In progress Portal left/right widget question

Post by TheShaka 8/9/2014, 15:09

Hi i want ask how i can make widgets like here: http://seiya.forumpl.net/ on my portal: http://seiya.forumpl.net/portal

Portal left/right widget question 2mocr3c
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

In progress Re: Portal left/right widget question

Post by Ramdaman 8/9/2014, 22:37

If that is the forum index (mainpage of the forums), then it can only be done on phpBB3.

Here's the tutorial. https://help.forumotion.com/t22589-forum-widgets
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

In progress Re: Portal left/right widget question

Post by TheShaka 9/9/2014, 07:25

Ramdaman wrote:If that is the forum index (mainpage of the forums), then it can only be done on phpBB3.

Here's the tutorial. https://help.forumotion.com/t22589-forum-widgets

i see but this is for forum i need for portal.
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

In progress Re: Portal left/right widget question

Post by Ange Tuteur 9/9/2014, 09:13

Hello TheShaka,

You want it to be fixed to the screen ? Edit the HTML and add the style attribute to adjust its positioning.
Code:
<a href="/" style="position:fixed;top:0px;right:0px;"><img src="/myimage.gif"/></a>

Or you can give it a class name and adjust it that way. For example :
Code:
<a class="fixed-top-right" href="/"><img src="/myimage.gif"/></a>

Then write CSS for it :
Code:
.fixed-top-right {
  position:fixed;
  top:0;
  right:0;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Portal left/right widget question

Post by TheShaka 9/9/2014, 17:34

Look ange...
This is my portal: http://seiya.forumpl.net/portal
I want these widgets (its not image...): 
Portal left/right widget question 2mocr3c

To be like on my forum: http://seiya.forumpl.net/
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

In progress Re: Portal left/right widget question

Post by Ange Tuteur 9/9/2014, 17:50

Add to your CSS :
Code:
.portal td.column + td + td.column {
  position:fixed;
  top:30px;
  right:0;
  bottom:0;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Portal left/right widget question

Post by TheShaka 9/9/2014, 19:43

Thank you! loove
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Back to top

- Similar topics

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