Portal left/right widget question
3 posters
Page 1 of 1
Portal left/right widget question
Hi i want ask how i can make widgets like here: http://seiya.forumpl.net/ on my portal: http://seiya.forumpl.net/portal
Re: Portal left/right widget question
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
Here's the tutorial. https://help.forumotion.com/t22589-forum-widgets
Re: Portal left/right widget question
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.
Re: Portal left/right widget question
Hello TheShaka,
You want it to be fixed to the screen ? Edit the HTML and add the style attribute to adjust its positioning.
Or you can give it a class name and adjust it that way. For example :
Then write CSS for it :
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;
}
Re: Portal left/right widget question
Look ange...
This is my portal: http://seiya.forumpl.net/portal
I want these widgets (its not image...):
To be like on my forum: http://seiya.forumpl.net/
This is my portal: http://seiya.forumpl.net/portal
I want these widgets (its not image...):
To be like on my forum: http://seiya.forumpl.net/
Re: Portal left/right widget question
Add to your CSS :
- Code:
.portal td.column + td + td.column {
position:fixed;
top:30px;
right:0;
bottom:0;
}
Similar topics
» locked topics won't appear in portal (news widget: the portal)
» Portal Question
» Portal Editing + Question.
» Inbox (portal) widget
» Import field for portal widget
» Portal Question
» Portal Editing + Question.
» Inbox (portal) widget
» Import field for portal widget
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum