Support Forum
Hello,and thank you for this forum plugin.I dream about having a smouth scrolling frame on top of my forum webpage with the most recent posts.What's the best way to do that?And else, I would like to know how to display the most recent post on the mainpage of the forum webpage?
Thank you
Hello thank you, it works,
but the recent post line seems soo big...
have a look:
😉
sorry, whats the problem? it looks okay to me...
Visit Cruise Talk Central and Mr Papa's World
thats because your theme is mucking with tables in its css... in this case adding extra margin at line 406...
you need to override that for the forum... we try to do this auto in 4.2, but you are running a much older (has security hole too, btw) version 4.1.0
you can add something like this to the sf-framework.css file
#sforum table, #sforum tr, #sforum td{
border: 0;
margin: 0;
padding: 0;
}
but I would consider upgrading if for no other reason than getting the security fix...
Visit Cruise Talk Central and Mr Papa's World
I know I need to upgrade. but I'm waiting for 4.2 release (Do you have an idea of the release date?), because I already modified some part of the code to change the display, but I dont remmember where...
Mr Papa I dont have sf-framework.css file.
--
Ow!! \o/ I didn't see that the 4.2.0 was release ! I will make some backup and update everything.
I will keep you tuned.
😉
yes released and you have to have a sf-framework.css file... its in simple-forum/styles/skins
but you could just put it in your theme style.css file too...
Visit Cruise Talk Central and Mr Papa's World
good news indeed! thanks for letting us know!
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)