Resource icon

Unmaintained Profile Posts with BB Codes 2.0

No permission to download
Compatible XF 1.x versions
  1. 1.3
  2. 1.4
Visible branding
No
## About

As of XenForo 1.4, posts in profile pages are limited to text-only. That's unfortunate because I know for a fact that my members love using BB Codes to interact with each other on their profile pages (or share visitor messages as it was stilled called in vBulletin). To me, it just makes these pages look more interesting and interactive.

## What this add-on does

screenshot_1.webp screenshot_2.webp

This add-on will allow you to enable BB Codes in posts on your profile page. Depending on the settings, your users will be able to use text markups, post images or YouTube videos.

Your custom BB Codes are supported.

Smilies are back in town and can be used instead of their text representation. :)

Lastly, you can enable independently BB Code settings for your users' status messages - although here I would restrict the BB Codes to basic text markup and smilies.

## Installation

This add-on was tested to be compatible with XF 1.4 or later. Earlier versions are _not_ officially supported. XF prior 1.2 would most certainly not work with it.

Install this add-on and configure the settings in home->options->profile & status BB code.

## FAQ

Q: When I update my status on my profile page, the status under my name doesn't show parsed BB code until I refresh the screen.

A: This is a cosmetic issue visible only to you (the user changing the status) until you refresh your screen. The updated status line is refreshed through Javascript (quick_reply_profile.js) the first time, and it would require a modification of that file to remedy the issue.

Q: I want to migrate from vB and keep all the BB Codes in existing visitor messages. How can I do this?

A: You will need to apply a small patch to the Importer script to prevent it from stripping the BB Code (obviously before you migrate):

In library/XenForo/Importer/vBulletin.php
-----------------------------------------

Code:
Find:

'message' => $parser->render($this->_convertToUtf8($vm['pagetext'])),

Replace it with

'message' => $this->_convertToUtf8($vm['pagetext']),
Author
AlexT
Downloads
343
Views
1,765
First release
Last update

Ratings

5.00 star(s) 9 ratings

More resources from AlexT

Latest updates

  1. XF 1.4 support

    Changelog: supported version: XF 1.4 (XF 1.3 works as well according to user reports)...
  2. Wysiwyg editor added, xF 1.2 features supported

    This update adds an option to enable the Wysiwyg editor. It also adds functionality only...
  3. Repackaged

    Repacked Zip file.

Latest reviews

This is a must have addon for those of us who run communities where end-users and their profiles are of high importance. Thanks to AlexT for keeping this addon updated. These types of features should be in XF by default as an option. People expect to do more with their profile wall just as they can on social networks. I can't thank AlexT enough for creating this addon.
AlexT
AlexT
Thank you, CallieJo. ;)
Excellent Plugin! Thank you for Update this Plugin for XenForo 1.4. I like this Plugin ver much. But i have one issue: Can you add a Editor to comments from comments?
AlexT
AlexT
Hi Patrick, I'll consider it.
Very useful! Great job, Alex!
Should be in the core. Thanks for this.
Don't understand why is this not in the core...

Excellent job!
I don't get it why they removed BB Codes from profile posts in XenForo 1.2. But thanks to you we can use them! Thanks a lot for this ;)
Works like a charm! Thanks..
Makes Profile better than ever :P
Good idea and implemented nicely, Thank you!
Thank you!!!!!!!!!!!! I have been begging for this.
Top Bottom