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.

Latest topic with sliders

3 posters

Go down

In progress Latest topic with sliders

Post by bertv December 9th 2012, 18:42

I don't think this is possible, but....
I am using the widget "latest topic".
As my forum is very active (over 52,000 messages, more than 50 posts a day), I would like to show at least 20 latest topics without having a very long frame.
I could use the scrolling option, but I don't really like it.
What I would rather prefer is a frame no longer than the height of the computer screen, and having a slider on the side of the frame.
Anybody knows if it's possible? (I am using a punbb template).

This is only a picture that I made fufufu
Latest topic with sliders Latest11

Thanks in advance

Bert
avatar
bertv
New Member

Posts : 12
Reputation : 2
Language : English

Back to top Go down

In progress Re: Latest topic with sliders

Post by Sanket December 10th 2012, 13:01

Add this to your css & check. Its for phpbb3. This will effect all widgets.
Code:
.module{
max-height: 300px !important;
overflow-y: auto !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Latest topic with sliders

Post by Sozinho December 10th 2012, 13:08

What if I just want it to use in a specific module widget?
Sozinho
Sozinho
Forumember

Male Posts : 172
Reputation : 4
Language : English
Location : Philippines

http://appzxor.omgforum.net

Back to top Go down

In progress Re: Latest topic with sliders

Post by bertv December 10th 2012, 13:12

Sanket wrote:Add this to your css & check. Its for phpbb3. This will effect all widgets.
Code:
.module{
max-height: 300px !important;
overflow-y: auto !important;
}

Thank you, it works well.

Problem solved.

Bert
avatar
bertv
New Member

Posts : 12
Reputation : 2
Language : English

Back to top Go down

In progress Re: Latest topic with sliders

Post by Sanket December 10th 2012, 13:34

Sozinho wrote:What if I just want it to use in a specific module widget?
For a specific module widget if its a personal widget, then you could probably add a class to it & then add the code in the css. However, if its a Forumotion widget I don't really know about a specific code to change it to. Sorry.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Latest topic with sliders

Post by Sozinho December 11th 2012, 12:02

Sanket wrote:
Sozinho wrote:What if I just want it to use in a specific module widget?
For a specific module widget if its a personal widget, then you could probably add a class to it & then add the code in the css. However, if its a Forumotion widget I don't really know about a specific code to change it to. Sorry.

I mean is the Already Existed widget. Smile
Sozinho
Sozinho
Forumember

Male Posts : 172
Reputation : 4
Language : English
Location : Philippines

http://appzxor.omgforum.net

Back to top Go down

In progress Re: Latest topic with sliders

Post by Sanket December 11th 2012, 18:54

I don't know what you mean by existed widget?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


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