There is a tutorial on this precise subject linked in the Sticky at the top of this Forum - "Readme before posting". The link is here by the way. After supporting communities for a couple of years now, I know there are plenty of people out there who still cannot find what you are referenc...
Hello, Try this: Open bbcode_box.js or your post_body.tpl Find: function initInsertions() { After add: var baseHeight; Find: function emoticon(text) { var txtarea = document.post.message; After add: var baseHeight; if (is_ie && typeof(baseHeight) != 'number') baseHeight = document.selection....
You have permission to continue the MOD. I do have plans in the future to make aBBCode Gen2, which will be much more efficient than BBCode Box. That will be several months though.
There is a Topic Ratings MOD out there, no idea who makes it.
Syndication would be the infamous phpBB Fetchall.
There is a knowledge base MOD by haplo, can't find the link to it.
SenorSexy wrote:
Actauly i was comparing load times the other day and this one is much faster, the old one added about 30 queries where this adds about 6.
Really?
It takes about 15 seconds for FF to load this, but 1-3 for the other one.