Version: 1.0.1, by Opserty
Developer Last Online: Apr 2009
Category: End-User Options -
Version: 3.7.x
Rating:
Released: 07-04-2008
Last Update: 07-08-2008
Installs: 188
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
/*================================================= =====================*\
|| # -------------- USER SPECIFIC USERNAME HTML MARKUP -------------- # ||
|| # ---------------------- CREATED BY OPSERTY----------------------- # ||
|| # This modification may not be redistributed without prior consent # ||
\*================================================ ======================*/
What does this modification do?
This modification allows users to specify their 'own' HTMLwhich surrounds their username. It is similar to that which is used for the Usergroup HTML Markup, however this modification is more restrictive. (Note: Markup is only applied in cases where the Usergroup Markup is typically applied).
Features:
Users can choose:
Italics
Bold
SmallCaps
Text Decoration
Underline
Overline
StrikeThrough
Font Color
Background Color
Font Family/Face
Admins can choose to:
Global Enable/Disable
Ban Certain Users
Ban Certain Font Colors
Enable/Disable each Option globally
Enable/Disable each Option Per Usergroup
Choose whether User HTML Markup overrides Usergroup HTML Markup
To install:
Upload Files
Upload functions_op_user_html_markup.php to the '/includes/' directory of your forum
Upload bitfield_op_user_html_markup.xml to the '/includes/xml/' directory of your forum
Import Product
Import the product as normal through the AdminCP. AdminCP > Plugins & Products > Manage Products
Accessing Product
To use this product the user can find the options listed on the UserCP > Edit Options page.
Troubleshooting & Common Problems
If you forget to upload the files before importing the product, simply upload the files and then visit the AdminCP > Usergroups > Usergroup Manager page. (This is required to rebuild the bitfield cache after uploading a file). This only needs to be done if you do not upload the files before the import.
Modification History
09/07/08
Version: 1.0.1
Type: Bug Fix
Fixed bugs: #1 #2 #3 #4
Added current username markup example to Edit Options Page
05/07/08
Version: 1.0
Type: Initial Release
(Please post suggestions for addition HTML/CSS tags and I will consider them for future releases) Mark As Installed
I tried it out but my users were not able to use multiple instances of it, like if they chose bold and a yellow name it would only show a color change not the bold.
I get this error when I go to my edit option in my usercp
Warning: require_once([path]/includes/functions_op_user_html_markup.php) [function.require-once]: failed to open stream: No such file or directory in [path]/profile.php(1799) : eval()'d code on line 1
Fatal error: require_once() [function.require]: Failed opening required '/home/rawtalen/public_html/forum/includes/functions_op_user_html_markup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rawtalen/public_html/forum/profile.php(1799) : eval()'d code on line 1
You haven't uploaded the functions_op_user_html_markup.php file (or you've uploaded it to the incorrect directory). Sorry I wrote the wrong file name in the README file see the first post for corrected instructions.
I tried it out but my users were not able to use multiple instances of it, like if they chose bold and a yellow name it would only show a color change not the bold.
I haven't had any such problems, what version of vBulletin are you running? (Can you provide a link to your board? Either by PM or post it here)
Markup is only applied in cases where the Usergroup Markup is typically applied.
You have to find a modification that enables usergroup markup in the places you want, then this code will be applied automatically (dependant on settings).