• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

bbcode for Quote Block

GrnEyedDvl

New Member
AMS Premium
UBS Premium
Pick'em
Sportsbook
Not really a suggestion for Bob unless he wants to implement something like a WordPress Quote Block which would be really cool. I made a quick version of a quote block that is just a simple bbcode and I thought I would share it. For those unfamiliar with it, take a look at the screenshot. Ignore the article content, the spot circled in red is the Quote Block you can find on just about every news site out there.

quotebox2.png


Mine looks like this and is easy to setup.
quotebox4.png

And in the editor the button looks like this.
quotebox3.png

Admincp > Content > Custom BB Codes - Create a new bbcode

This is the code that goes in the html replacement box. I just used the "comment" icon from Font Awesome. If you want to see it on a live site then look here.
Code:
<div align="center"><div style="font-size: 105%;font-style: italic; width:50%; border:1px solid; text-align:center; border-radius:10px; padding:10px">{text}</div></div>


quoteboxsetup.png
 

Attachments

  • quotebox.png
    quotebox.png
    80.4 KB · Views: 1
Upvote 0
Back
Top