PDA

View Full Version : Sub-Forum Mod


Crow
04-11-2013, 09:12 PM
Hello there,
I'd like to know how this site did this? I have sent them emails with no reply, so I thought I'd search here and didn't find a mod that works exactly like this.. (See attachment).

144505

Thanks in advance..

P.S. I'm running 4.2

Lynne
04-11-2013, 10:10 PM
You could do it with CSS or I think there is a mod here (search for "*forum*" in vB4 mods, title only). But, hard to tell how they did it from just an image.

Crow
04-11-2013, 11:17 PM
you can see it in action @ http://www.completevb.com/support/

Lynne
04-12-2013, 02:37 AM
It's basically CSS:

.forumbit_post_support {
display:block;
float:left;
position:relative;
width:50%;
}
You'll have to modify the template also, of course.