Blockquote BBC not working after upgrading to 2.x

Started by SimpleJoe, October 03, 2013, 03:50:05 PM

Previous topic - Next topic

SimpleJoe

Hello, a forum upgraded from version 1 to version 2 and the BBC for [blockquote] no longer formats the text and simply prints [blockquote] instead. What code for highlighting a paragraphs should users use instead, and is there some way to convert those over? Or is something else going on here?

thanks,
Joe

Hosting Simple Machines since YaBB -- One of the first SMF Forum Hosting providers with Chat and FTP for the inner developer in us all.

Arantor

That's because when you upgraded, the bbc would have been removed. You will need to reinstall the mod.
Holder of controversial views, all of which my own.


kat

To my knowledge, which may well be inomplete, [blockquote] has never existed, unless you have a mod, that does that.

It's [quote][/quote]

Or, have I misunderstood?

Ninjad!

Arantor

Holder of controversial views, all of which my own.


kat

I'd kinda decided that. But, as I wasn't sure, I had to admit it, now, didn't I? ;)

SimpleJoe

Hosting Simple Machines since YaBB -- One of the first SMF Forum Hosting providers with Chat and FTP for the inner developer in us all.

kat


SimpleJoe

Well I've worked some more with this and have searched the mod site but cannot find custom BBC options with the [blockquote] tag supported.

Any ideas which mod would do this? Or is there a mod that can create custom BBC that works with version 2.x.


thanks,
Joe
Hosting Simple Machines since YaBB -- One of the first SMF Forum Hosting providers with Chat and FTP for the inner developer in us all.

Kindred

it looks like the custombbcode mod is for 1.1.x only.

you could manually create a blockquote bbcode  -- that looks to be your best option, at this point.

Code (in Subs.php find:) Select

      array(
        'tag' => 'quote',
        'before' => '<div class="quoteheader"><div class="topslice_quote">' . $txt['quote'] . '</div></div><blockquote>',
        'after' => '</blockquote><div class="quotefooter"><div class="botslice_quote"></div></div>',
        'block_level' => true,
      ),



add before

      array(
        'tag' => 'blockquote',
        'before' => '<blockquote>',
        'after' => '</blockquote>',
        'block_level' => true,
      ),


you will probably also want to add a blockquote.gif image in your custom themes' images/bbc directories.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SimpleJoe

Hosting Simple Machines since YaBB -- One of the first SMF Forum Hosting providers with Chat and FTP for the inner developer in us all.

Advertisement: