The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Advanced User Tagging v3 (vB3) Details »» | |||||||||||||||||||||||||||||||||
[DBTech] Advanced User Tagging v3 (vB3)
Developer Last Online: Mar 2023
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:
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
atmaca, JohorBahru, jonatanros, Neal-UK, xorex |
Comments |
#642
|
|||
|
|||
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. |
#643
|
||||
|
||||
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: |
#644
|
|||
|
|||
Is there anyway to send quote,mention notification to PM instead of email?
|
#645
|
||||
|
||||
Quote:
Quote:
Quote:
Fillip |
#646
|
||||
|
||||
Advanced User Tagging v3.2.3 Patch Level 1
Bug Fixes:
Fillip |
#647
|
||||
|
||||
Advanced User Tagging v3.2.4
Changes To Existing Features: Hash Tags
Fillip |
#648
|
|||
|
|||
hi there,
is there a way to turn off the mail-alerts individually by the user ? |
#649
|
||||
|
||||
Quote:
This is a Pro-only feature, the Pro version has UserCP options for the user to turn this off Fillip |
#650
|
||||
|
||||
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. |
#651
|
||||
|
||||
Quote:
You can turn this off via the vBulletin Options for this mod Fillip |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|