LatestPostList break line after time
Im using another theme this time,
vanilla 2.1.3, ozone theme 2.1
I added this picture, in the red box is just the info.
i want after the time, a break line for each topic in the topiclist.
@vrijvlinder helped me out with this on the bootstrap theme to add some code to the custom.css, but that code doesnt work for this theme.
span.PostDate{ line-height: 51px; position:relative; top: -11px; }
that doesnt work on the ozone....
would love to have it back again.
thanks for al ya help!!
Best Answers
-
hgtonight MVP
Thanks for using my addon!
Try:
#LPLUl li { margin-bottom: 10px; }
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5 -
peregrine MVP
- 1 - you should ask questions that are specifically related to plugins from the plugin.
go here: http://vanillaforums.org/addon/latestpostlist-plugin
and click on Ask A Question.
- 2 - get the topic title on bold?
the title is already bold. you can change it via custom.css as with any other font-styling
try investigating tutorials on how to use code developer or firebug.a.PostTitle { color: red; font-weight: bolder; }
3 - you could change add this line
$LastPoster = T("Door: ") . $LastPoster;
in this position
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
5
Answers
Thanks for using my addon!
Try:
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight thats insane works perfectly! No.. thank YOU for this awesome plugin!
Maybe you can tell me easily how to:
Thanks!!!!
go here: http://vanillaforums.org/addon/latestpostlist-plugin
and click on Ask A Question.
the title is already bold. you can change it via custom.css as with any other font-styling
3 - you could change add this line
$LastPoster = T("Door: ") . $LastPoster;
in this position
https://github.com/hgtonight/Plugin-LatestPostList/blob/master/modules/class.latestpostlistmodule.php#L59
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
works like a charm thanks both