Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Abbreviations/Acronyms (MathJax Compatible) Details »»
Abbreviations/Acronyms (MathJax Compatible)
Version: 1.4.2, by MarkFL MarkFL is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Category: End-User Options - Version: 4.2.x Rating:
Released: 10-26-2015 Last Update: 02-18-2017 Installs: 17
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Overview

This product allows you to define a set of abbreviations/acronyms that will have a tooltip explanation defined for your users who may not be familiar with these abbreviations and will find an explanation useful. You can define which areas of your site this product is active and your users can also decide if they wish for the product to be active for them in their settings. If you use MathJax on your site for mathematical expressions, you will find this product is completely compatible with it, and will not break such expressions.

Upon installation, a custom user profile field is auto-created to allow your users control over use of this product, and this field is deleted if you uninstall the product.



The product settings are divided into two primary groups: the first pertaining to the abbreviations/acronyms and the second to your implementation of MathJax. If you are not using MathJax, then you can simply ignore that section.



Abbreviations/Acronyms Details

Here you will find a textarea for defining your list of abbreviations and acronyms. Each one should be place on a separate line, with the abbreviation/acronym first, then a pipe symbol ("|"), followed by the explanation you want to appear in the tooltip. If you wish for your tooltip to contain line breaks, then use "\n" (without the quotes) for these breaks. When you save your settings, the list is alphabetically sorted to make locating these definitions easier in the future.

Next, you can set the areas of your site in which this product will be active, including Posts, Signatures, Private Messages, Visitor Messages and Group Messages.

You can then set whether you wish for this product to be active for guests.



MathJax Details

If you do not use MathJax, then you need not make any changes here.

If you do use MathJax, then first you need to define whether you have their script(s) manually defined in your templates or if you are using my product for its dynamic implementation. I recommend using my product for the most reliable and efficient compatibility.

If you use MathJax's default delimiters, then you need not change them, as the defaults are already defined by this product. However, if you have defined your own delimiters, then all delimiters you have defined need to be given in the delimiter settings.

Updates:

Version 1.1:
  • I discovered a MySQL function I was using was deprecated as of 5.5, so I replaced it with a query.
  • Fixed bug whereby the preview of a post in a new thread now shows the acronyms.

Version 1.2:
  • Fixed bug where "/" character in an abbreviation caused a PHP error.
  • Fixed bug where acronym at the beginning of a text string will now work.

Version 1.3:
  • Profile filed number of auto-created field cached so a db query is no longer required each time text is parsed.

Version 1.3.1:
  • HTML special characters may now be used in abbreviations/acronyms.

Version 1.4:
  • Admin options processing more efficient.
  • Added setting for "Active Forums."
  • Fixed issue where hex colors within COLOR BBCode containing abbreviations broke posts.

Version 1.4.1:
  • Dotted underline is now the same color as the text.

Version 1.4.2:
  • Fixed issue with non-Latin characters.

Compatibility:

Tested and working on VB 4.2.x and should work on all 4.x versions of vBulletin.

Backup/Warning:

This product alters your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod.

As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered.

To Install:

1.) Download and extract the attached .zip file.
2.) Upload the contents of the "upload" folder to your forum's root directory.
3.) Follow AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product.
4.) Click on "Choose File" and browse to the product .xml file that was packaged in the .zip file.
5.) Click "Import."
6.) You MUST enable the product in the settings before it will function.
7.) Configure the remaining settings to your liking. Each setting has a detailed explanation of its use.

Support for this product can be found here:

Download Now

File Type: zip MarkFL - Acronyms And MathJax v1.4.2.zip (7.9 KB, 24 views)

Screenshots

File Type: png markfl_acrojax_tooltip.png (106.5 KB, 0 views)
File Type: png markfl_acrojax_ucp.png (5.9 KB, 0 views)
File Type: jpg markfl_acrojax_acp.jpg (73.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
furnival

Comments
  #2  
Old 10-27-2015, 07:36 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice idea, and can be used for other things as well. :up:

Possible idea, if we could use it for adding some links in certain scenarios with additional parameter after second | e.g. "Amazon|Online Bookstore|http://www.amazon.com"

I know that there is similar product from BOP5 (if I'm not mistaken), but sometimes we could make it a link. And, if you think it's good idea and doable, can that link be made with different CSS than "normal" links, so it graphically looks different from normal links?

With this new links we could use it for different purposes, for additional explanation, for autolinking certain keywords, just explaining some things additionally...

Speaking about this, what if some acronym has more than one meaning? I see we could make something like this: "ALA|1. Alpha Lipoic Acid\n2. Alpha Linoleic Acid" (link for ALA: https://en.wikipedia.org/wiki/Ala) This probably would work?
Reply With Quote
Благодарность от:
MarkFL
  #3  
Old 10-29-2015, 05:24 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update: version 1.1
  • I discovered a MySQL function I was using was deprecated as of 5.5, so I replaced it with a query.
  • Fixed bug whereby the preview of a post in a new thread now shows the acronyms.
Reply With Quote
  #4  
Old 11-14-2015, 03:05 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update: version 1.2
  • Fixed bug where "/" character in an abbreviation caused a PHP error.
  • Fixed bug where acronym at the beginning of a text string will now work.
Reply With Quote
  #5  
Old 02-20-2016, 01:56 PM
VCCN VCCN is offline
 
Join Date: Jan 2015
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, great plugin - excactly what we need - but it doesn't seems to work with 4.2.2 - i have installed according to the instructions as well as set the product as "Active" - but my acronyms does not get underline or tool tip when mouseover.
Any tip to get it working?
Reply With Quote
  #6  
Old 02-20-2016, 02:48 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VCCN View Post
Hi, great plugin - excactly what we need - but it doesn't seems to work with 4.2.2 - i have installed according to the instructions as well as set the product as "Active" - but my acronyms does not get underline or tool tip when mouseover.
Any tip to get it working?
I use it on a vB 4.2.2 PL 4 site with no issues. There is most likely a conflict with another product.

Do they not work anywhere on your site?
Reply With Quote
  #7  
Old 02-21-2016, 04:48 PM
VCCN VCCN is offline
 
Join Date: Jan 2015
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Correct, does not work at all.

I have tried two other mods that do the same thing, they worked fine, but had a few issues. i removed them before i installed this.
Reply With Quote
  #8  
Old 02-21-2016, 05:04 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I will have to come to your site to troubleshoot. Please PM me the login credentials for a temporary admin account.
Reply With Quote
  #9  
Old 02-22-2016, 09:56 AM
VCCN VCCN is offline
 
Join Date: Jan 2015
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Okay, I will have to come to your site to troubleshoot. Please PM me the login credentials for a temporary admin account.
PM sent !
Reply With Quote
  #10  
Old 02-28-2016, 06:50 PM
eh69 eh69 is offline
 
Join Date: Feb 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant uninstall this

please help
Database error in vBulletin 4.2.3:

Invalid SQL:

DELETE FROM vb_profilefield
WHERE profilefieldid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Request Date : Sunday, February 28th 2016 @ 08:49:58 PM
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06394 seconds
  • Memory Usage 2,335KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete