MyBB Community Forums

Full Version: My multiquote button is not working anymore
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I edited and combined a few templates into one and now my multiquote button does not work anymore. When I press it, nothing happens. It's supposed to make a little box under the quick reply, but it doesn't. I think I deleted something vital to make this stop working.

Also, my forum is defaulted to threaded view. Is there a setting that I am missing? I'd like it to be linear!

website = cavernofcreativity.com
Revert the postbit_multiquote to original.

ACP >> Configuration >> Settings >> Show Thread Options >> Usenet Style Thread View >> No

You may have to change your User CP settings too, or you can run the following query in phpMyAdmin to change all users to linear:
UPDATE `mybb_users` SET  `threadmode` =  'linear'; 
Ok, I did revert the template back to original and it works again; however, I don't want an image there at all. I took this out:

<img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" />
and replaced it with the words multi-quote and now it does not work again.

Is there something in the image code that's making it work properly?

edit: nevermind. I did a workaround and used a blank 1x1 picture and put the words multi-quote after the <img></img> stuff. It works fine now Big Grin