Blog
Documentation
Try Vanilla Cloud
toggle menu
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
×
Home
›
Vanilla 1.0 Help
Discussion
LatestBlog
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it
here
.
HackerOne users
: Testing against this community violates our program's Terms of Service and will result in your
bounty being denied
.
LatestBlog
bdude
July 2006
edited August 2006
in
Vanilla 1.0 Help
LatestBlog
0
Comments
pguth
February 2008
-> moved
0
BobbyNorris
November 2009
The list items do not close as in it goes
blog name
blog name
blog name
blog name
blog name
#finish - no ending
Add the following to line 49 of LatestBlog/default.php
$insert .= "\n\n";
0
BobbyNorris
November 2009
unfortunately it has stripped the html
[code]
$insert .= "\n\n";
[/code]
0
BobbyNorris
November 2009
ok...
$insert .= "\n&ls;/ul>\n";
0
BobbyNorris
November 2009
ffs... its an end list on line 49...
0
Sign In
or
Register
to comment.
Comments
- blog name
- blog name
- blog name
- blog name
- blog name
Add the following to line 49 of LatestBlog/default.php#finish - no ending
$insert .= "\n\n";
[code]
$insert .= "\n\n";
[/code]
$insert .= "\n&ls;/ul>\n";