Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DBTech] Advanced User Tagging v3 (vB3) Details »»
[DBTech] Advanced User Tagging v3 (vB3)
Version: 3.3.0, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.8.x Rating:
Released: 05-16-2010 Last Update: 01-08-2017 Installs: 246
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Advanced @User Tagging Mod: What is it?

DragonByte Technologies is proud to present [DBTech] Advanced @User Tagging.
This version introduces several major new features that users have requested, and some others we were unable to fit in v1.0.

The @user Tagging mod is designed to increase activity on your forum by allowing members to mention each other in posts when talking about them.
This is done in a very easy way, very similar to how Twitter mentions people. We use @ ; as the tags, so for instance you could say:
----
This new mod from @Dragonbyte Tech; is pretty cool.
----
The ?@DragonByte Tech;? Will become a link to the DragonByte Tech users profile, it will also inform DragonByte Tech they had been mentioned, and link to the relevant thread/post via a new area in the profile section, as well as a new tab in the shoutbox.

It also allows members to ?tag? the thread for specific other members by inputting their usernames in the tag box above the posts of the thread.

This is a great way to increase your forum activity with no extra admin input required ? people will start to mention posts/threads to their friends, which will increase the amount of posting. This is especially useful of forums which have an international contingent (so threads posted in during the night for some of your members don't go overlooked) or forums which have a lot of posts/threads each day ? again to make sure that a post a person might want to read doesn't get lost in the crowd.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Priority support & Product Demos available at: http://www.dragonbyte-tech.com/forum.php

-------------------------------------------------------------------------------------------

Translations available @ [url="http://www.dragonbyte-tech.com/forums/91-Translations[/URL]
Support for translations handled by the translator in its respective threads only.

-------------------------------------------------------------------------------------------

Major Features
Twitter-style @ "Mentions": Typing @username produces a "Mention" that will alert the user to your post, as well as link to their profile.

Quote Alerts: Members you quote will be alerted, ensuring that discussions can continue smoothly even if they left the thread.

Profile Integration: Displays Mentions, Tags and Quotes in profile tabs for quick overview of a member's activities within the mod.


Complete Feature List
Lite

Emails:
  • Email alerts for all features
  • Globally disable emails for any of the features
General Features:
  • Ability to disable Thread Tag list entirely for guests
  • Globally disable any of the features
General:
  • Statistics Page: Top X Thread Tagged, Top X Mentioned (Lite locked to Top 5)
  • "Mention" alerts: Type @username to mention someone, and link to their profile. Email & forum notification
  • Quote alerts: Email & forum notification
  • Tag an user in a thread to alert them to the thread via a box above threads
  • View list of tagged users above threads, with link to see all tags
  • Profile Tabs: Lists both incoming and outgoing mentions, quotes and thread tags
  • Shoutbox Integration: New Shoutbox Tab to list incoming mentions & tags
  • Control how many users to display in inline tag list
  • Turn statistics page on & off
  • Control BBCode for mentioned usernames (Underline only)
  • Control [DBTech] vBShout integration
  • Turn features on & off per category
  • Globally disable email alerts
  • Ability to set maximum mentions per post (default: unlimited)
Pro
  • Hash Tags:
    • One-click (un)subscribe to hash tags via the post list page
    • Clicking a hashtag shows all posts tagged with that word.
    • (vB4) Forum Sidebar widget with Recent and Trending hash tags
    • Control number of Recent / Trending hash tags
    • Control time span for Recent / Trending hash tags (x Hours/Days/Weeks)
    • Control stat weights given to individual users using the hash tag, and number of uses in total (for the Trending score)
    • Control display of number of users, number of uses and trending score
    • Deny usergroups access to sidebar block
    Emails:
    • Per-user email disable for any of the 4 features
    General Features:
    • Ability to Mention and Thread Tag whole usergroups by typing their name. Per-UG permission to disable Mentions / Thread Tags for this UG.
    General:
  • Ability to tag all your friends by checking a checkbox instead of typing out usernames
  • Ability to tag and mention all usergroups by typing out the usergroup name, permissions control what UGs can be mentioned and tagged
  • Turn off alerts from everyone except friends
  • Hide forum notifications for individual features
  • Turn off email alerts for individual features
  • Hash tags, Twitter-style, add a topic to your post, sends notification to subscribed users
  • (vB4) Forum Sidebar block with Recent & Trending hash tags
  • (vB4) Works with the Mobile Style (4.1.12+)
  • Turn tag list off
  • Control number of users displayed on Top X Stats
  • Hide "@" on mentions
  • Additional BBCode (Bold, Italic, Highlight) for mentions
  • Exclude usergroups from features
  • Exclude users from features
-------------------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Advanced User Tagging v3.3.0 [Lite].zip (113.7 KB, 311 views)

Screenshots

File Type: png taglist.png (8.2 KB, 0 views)
File Type: png profile.png (14.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
atmaca, JohorBahru, jonatanros, Neal-UK, xorex

Comments
  #642  
Old 02-12-2015, 08:26 AM
MindStar MindStar is offline
 
Join Date: Jan 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a bug in

dbtech/usertag/hooks/notifications_list.php

each reference to usertag.php should be prefixed by $vbulletin->options[bburl]

i.e. replace

Code:
'link'   => 'usertag.php?'  ...

with

Code:
'link'   => $vbulletin->options[bburl] . '/usertag.php?'  ...

so it looks like

Code:
if (!(bool)($vbulletin->userinfo['dbtech_usertag_settings'] & 8) AND !(bool)($vbulletin->options['dbtech_usertag_disabledfeatures'] & 1))
	{
		$notifications['dbtech_usertag_mentioncount'] = array(
			'phrase' => $vbphrase['dbtech_usertag_new_mentions'],
			'link'   => $vbulletin->options[bburl] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=mentions',
			'order'  => 110
		);
	}

else the links are broken if the notifications menu items that are appended to the PM notification menu are broken if the menu is used on a page outside of the forum folder/directory, e.g. when using vB Advanced CMPS to have a custom forum homepage rather than showing the forum index.

I believe that references to usertag.php in product-dbtech_usertag.xml also need the same treatment.

There may be other references to usertag.php that also need prefixing that I haven't stumbled across yet.

Cheers,

Marco.
Reply With Quote
  #643  
Old 04-11-2015, 05:59 PM
karabaja3's Avatar
karabaja3 karabaja3 is offline
 
Join Date: Jan 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did not come here to write how this plugin is actually unfunctional, but for the fact I have an unsolvable problem after uninstallation.
I tried with the Developer tools and code inspector in Chromium and FF to trace this code leftover, but I never managed to locate it in Templates or Phrases. Please help. Screenshot:

Reply With Quote
  #644  
Old 06-07-2015, 10:27 PM
lauxanh lauxanh is offline
 
Join Date: Mar 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to send quote,mention notification to PM instead of email?
Reply With Quote
  #645  
Old 06-09-2015, 02:44 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MindStar View Post
Found a bug in

dbtech/usertag/hooks/notifications_list.php

each reference to usertag.php should be prefixed by $vbulletin->options[bburl]

i.e. replace

Code:
'link'   => 'usertag.php?'  ...

with

Code:
'link'   => $vbulletin->options[bburl] . '/usertag.php?'  ...

so it looks like

Code:
if (!(bool)($vbulletin->userinfo['dbtech_usertag_settings'] & 8) AND !(bool)($vbulletin->options['dbtech_usertag_disabledfeatures'] & 1))
	{
		$notifications['dbtech_usertag_mentioncount'] = array(
			'phrase' => $vbphrase['dbtech_usertag_new_mentions'],
			'link'   => $vbulletin->options[bburl] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=mentions',
			'order'  => 110
		);
	}

else the links are broken if the notifications menu items that are appended to the PM notification menu are broken if the menu is used on a page outside of the forum folder/directory, e.g. when using vB Advanced CMPS to have a custom forum homepage rather than showing the forum index.

I believe that references to usertag.php in product-dbtech_usertag.xml also need the same treatment.

There may be other references to usertag.php that also need prefixing that I haven't stumbled across yet.

Cheers,

Marco.
This is a bug in vBAdvanced, not User Tagging. Changing the usertag plugin in that way will have other ramifications, as we did have that change implemented in the past and received multiple bug reports. vBAdvanced should set the <base> tag to the forum directory in order for notification links to work correctly.

Quote:
Originally Posted by karabaja3 View Post
I did not come here to write how this plugin is actually unfunctional, but for the fact I have an unsolvable problem after uninstallation.
I tried with the Developer tools and code inspector in Chromium and FF to trace this code leftover, but I never managed to locate it in Templates or Phrases. Please help. Screenshot:

Remove the BBCode from your Custom BB Code manager in the ACP

Quote:
Originally Posted by lauxanh View Post
Is there anyway to send quote,mention notification to PM instead of email?
Not at this time, sorry


Fillip
Reply With Quote
  #646  
Old 06-15-2015, 06:02 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Advanced User Tagging v3.2.3 Patch Level 1

Bug Fixes:
  • Fixed an issue where the notifications would not redirect to the correct tab.


Fillip
Reply With Quote
  #647  
Old 07-04-2015, 06:58 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Advanced User Tagging v3.2.4

Changes To Existing Features:

Hash Tags
  • Improved support for hash tags containing non-Latin characters


Fillip
Reply With Quote
  #648  
Old 12-05-2015, 03:59 PM
Butzel Butzel is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there,
is there a way to turn off the mail-alerts individually by the user ?
Reply With Quote
  #649  
Old 12-18-2015, 09:19 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Butzel View Post
hi there,
is there a way to turn off the mail-alerts individually by the user ?
Hi there,

This is a Pro-only feature, the Pro version has UserCP options for the user to turn this off


Fillip
Reply With Quote
  #650  
Old 01-12-2016, 12:36 PM
soccerman2015's Avatar
soccerman2015 soccerman2015 is offline
 
Join Date: Oct 2015
Location: Finland
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If someone quote your message , it will be a notification on the top of the page .

How does that notice can get shut down? everybody users dont want that notice.
Reply With Quote
  #651  
Old 01-18-2016, 04:50 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by soccerman2015 View Post
If someone quote your message , it will be a notification on the top of the page .

How does that notice can get shut down? everybody users dont want that notice.
Hi there,

You can turn this off via the vBulletin Options for this mod


Fillip
Reply With Quote
Reply


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 04:18 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.05517 seconds
  • Memory Usage 2,363KB
  • Queries Executed 27 (?)
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
  • (6)bbcode_code
  • (5)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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