The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Advanced User Tagging v3 (vB4) Details »» | |||||||||||||||||||||||||||||||||
[DBTech] Advanced User Tagging v3 (vB4)
Developer Last Online: Mar 2023
Advanced @User Tagging: What is it?
DragonByte Technologies is proud to present [DBTech] Advanced @User Tagging. 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 ------------------------------------------------------------------------------------------- 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
|
17 благодарности(ей) от: | ||
Akyeame Kwame, akz645, andy_mcguire, artcrimes, atmaca, BCP Hung, Emeralda, fightsol, furnival, Glenn_E, ijuanjor, mapleleaffans, Skaut, thieu.bocap, uofa, victorvu |
Comments |
#452
|
||||
|
||||
You may have logged in as root when you uploaded the files. Please delete all AUT files manually as whoever you logged in as, then log in as your normal ftp account (for instance, /home/dbtech/public_html means you should log in as dbtech) and re-upload the files
Fillip |
#453
|
|||
|
|||
When i tag someone, it doesnt show in shoutbox
|
#454
|
|||
|
|||
That was the problem. Thanks for the quick response Fillip. All installed and running perfect and will likely get the pro version soon.
|
#455
|
|||
|
|||
Quote:
Quote:
The issue is located in the MEMBERINFO template, starting in vb 4.1.11. The reason it only affects people when they view their own profile, is because it is the customize profile button and the javascript it calls, that causes the problem. If anyone else is having this issue, the below code is what is causing the problem. To fix it, you can comment it out/remove it (which will prevent users from being able to customize their profile) or you can put in conditions to block it from older versions of firefox. I am working on those conditions now and will update this thread when I have it figured out. Code:
<vb:if condition="$show_customize_profile"> <script type="text/javascript"> <!-- {vb:raw themes_js} // for yui style picker: loadVbCss(yuipath + '/slider/assets/skins/sam/slider.css'); loadVbCss(yuipath + '/colorpicker/assets/skins/sam/colorpicker.css'); loadVbCss(yuipath + '/container/assets/skins/sam/container.css'); if (remoteyui && yuicombopath) { document.write('<script type="text/javascript" src="' + yuicombopath + '?{vb:raw yui_version}/build/utilities/utilities.js&{vb:raw yui_version}/build/dragdrop/dragdrop-min.js&{vb:raw yui_version}/build/element/element-min.js&{vb:raw yui_version}/build/slider/slider-min.js&{vb:raw yui_version}/build/colorpicker/colorpicker-min.js&{vb:raw yui_version}/build/container/container-min.js&{vb:raw yui_version}/build/animation/animation-min.js&{vb:raw yui_version}/build/json/json-min.js"></script>'); } else { document.write('<script type="text/javascript" src="' + yuipath + '/utilities/utilities.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/dragdrop/dragdrop-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/element/element-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/slider/slider-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/colorpicker/colorpicker-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/container/container-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js"></script>'); document.write('<script type="text/javascript" src="' + yuipath + '/json/json-min.js"></script>'); } document.write('<script type="text/javascript" src="clientscript/vbulletin_userprofile.js?v={vb:raw vboptions.simpleversion}"></script>'); //--> </script> </vb:if> |
Благодарность от: | ||
ProFifaLeagues |
#456
|
|||
|
|||
Mentions aren't working for me
|
#457
|
||||
|
||||
Okay
It's sadly impossible to assist you without any more details, though. Fillip |
#458
|
|||
|
|||
It's not working me.
I can not find "DragonByte Tech: Advanced User Tagging Permissions" in user permission. What's wrong? My vBulletin Ver is: 4.1.11 Thanks |
#459
|
||||
|
||||
Quote:
Does any this thread ring a bell? http://www.dragonbyte-tech.com/f51/m...-working-6828/ If it is the same then Hopefully you can provide access for the guys to investigate and resolve. |
#460
|
||||
|
||||
Pretty much what vr4 said, find out if that's the same issue and if so, we'll need FTP and AdminCP access
Fillip |
#461
|
|||
|
|||
Will the option to allow members to disable / re-enable ever be implemented?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|