Fixed it. My old forum used ISO-8859-1 character enconding, and when I migrated to my new forum I changed to utf-8 encoding. In the conversion progress I replaced alle ISO-8859-1 with utf-8, but line 135 of Framework.Functions.php must have ISO-8859…
After moving my forum to a new hostprovider I get the following search error under the LiveSearch comment area:
Warning: cannot yet handle MBCS in html_entity_decode()! in
/home/xxxxx/domains/xxxxx.nl/public_html/forum/library/Framework/Framework.F…
Fixed it. My old forum used ISO-8859-1 character enconding, and when I migrated to my new forum I changed to utf-8 encoding. In the conversion progress I replaced alle ISO-8859-1 with utf-8, but line 135 of Framework.Functions.php must have ISO-8859…
After moving my forum to a new hostprovider I get the following search error under the LiveSearch comment area:
Warning: cannot yet handle MBCS in html_entity_decode()! in
/home/xxxxx/domains/xxxxx.nl/public_html/forum/library/Framework/Framework.F…
I would like too see a Vanilla 1 compatible version. It doesn't work for me right now. Changed the Chatr.php to default.php and the "chat now!"-loginbutton shows. But when I push the button I won't go straight to the chatroom, but to another login w…
With the RSS2 Feed add-on you can get a feed of new posts when you search for comments with a blank input field. Like here:
http://lussumo.com/community/search/?PostBackAction=Search&Keywords=&Type=Comments&btnSubmit=Search
I edited the vanilla.css with the following lines:
#Comments img {
vertical-align:middle;
}
This will align the emoticons to the middle of the text. Standard the emoticons are displayed a few pixels too high.
When you're using the little IPB icon…
I also experienced the errors being displayed when I converted. But the conversion was OK... Did you check the converted output? Does Vanilla give errors with it? Do you miss anything?
A bit late... but here they are:
-- # Change FormatType in Html
UPDATE `LUM_Comment` SET FormatType ="Html";
--# Convert linebreaks to html breaks
UPDATE `LUM_Comment` SET Body = replace(Body,
"
",
"
");
-- # Images
UPDATE `LUM_Comment` SET Body =…
You can download the IPB 1.3 emoticons + tango.txt package here. All IPB 1.3 emoticons are included, seven more than I used on my forum, mainly because it was getting too crowdy and I like the consistent yellow look. If you want them all, just add t…
I replaced your emoticons with the IPB1 emoticons, since my vanilla forum is a conversion from a 5 year old ipb forum which has a lot of 'old' smilies in the comments...
BTW: the extension works great in Safari!
Guests in the last 24 hours
SELECT count(*)
FROM `LUM_IpHistory`
WHERE LUM_IpHistory.UserID = 0 AND DATE_SUB(NOW(),INTERVAL 1 DAY) 0
Number of posts in the last 24 hours:
SELECT count(*)
FROM `LUM_Comment`
WHERE DATE_SUB(NOW(),INTERVAL 1 DAY)
Great extension! I had allready changed the 'old' permalink extension (the text 'permalink' to '#'), but now with the exact number next to it's even better! Thanks!
VincentI'm still trying to find some good, but mainly interesting statistics that i would be able to use, so if you have any ideas, please say.- Most popular discussion(s), with direct discussionlink and number of comments;
- Guests in the last 24 h…
Dinoboff
http://lussumo.com/community/search/?PostBackAction=Search&Keywords=&Type=Comments&btnSubmit=Search&Feed=RSS2"
Exactly, the html isn't displayed in the rss reader. While other non-search pages do contain html in their rss...
Me too.
Now I use the rss of the commentsearch to for syndication of the latest replies, but that rss feed won't contain html, html is being displays as code.
I would like to see the rss of the main discussion index to include the latest replies …