Version: 2.0.0pl1, by DragonByte Tech
Developer Last Online: Mar 2023
Category: BB Code Enhancements -
Version: 4.x.x
Rating:
Released: 05-10-2013
Last Update: 08-16-2017
Installs: 28
DB Changes Uses Plugins
Additional Files Translations Is in Beta Stage
No support by the author.
DragonByte Private Text in Posts allow users to display messages to only a specific user within a post.
Uses
Allowing users to send hidden messages to each other within a post, whether for fun, or to alert specific users to situations that they can handle, DragonByte Private Text in Posts BBCode allows a user to enclose the text they want to hide, and include the username option as follows:
Code:
[PM=Mokonzi]This text will be hidden to all users other than me![/PM]
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.
my members told me that this mod does not work with mobile defices, tapatalk and so on...
everything is visible?
Yep, that is the problem with vb4. Different devices have different presentation code. It gets a bit difficult to write a mod for a modern web environment. Some interfaces use the API, some use the vb mobile code and then there is the regular desktop presentation view. It is why there is a need for a vb5. Same presentation code, but different views -- all through the same developers API.
Possible to add usergroups or more users? Maybe for moderation "Take a look at this user!"
It could be something we could add in... nice idea.
Quote:
Originally Posted by Lustikus
my members told me that this mod does not work with mobile defices, tapatalk and so on...
everything is visible?
It may well have issues with TapaTalk. I'll take a look at what we can do to stop it showing in some way. It's been tricky integrating the BBCode properly as it has some inherent limitations. A few ideas to try though. Will keep you posted. Thanks for highlighting the issues.
Quote:
Originally Posted by sticky
Can admins/mods still see the messages?
No, not at the moment.
Quote:
Originally Posted by tbworld
Yep, that is the problem with vb4. Different devices have different presentation code. It gets a bit difficult to write a mod for a modern web environment. Some interfaces use the API, some use the vb mobile code and then there is the regular desktop presentation view. It is why there is a need for a vb5. Same presentation code, but different views -- all through the same developers API.
I am just commenting on why it probably does not work on this wonderful free first version 1.0 of dbtechs code. I haven't used Tapatalk since we have our own mobile interface. How does it interface to vbulletins code?
Hear, hear! vB5 has a lot of potential. Been fun to start learning to code in it as well. Not quite sure personally how they all integrate... (TapaTalk and ForumRunner), but will see what we can do about it.
v2.0.0 Beta 1 Feature: Multiple Users can be tagged for the same message Feature: vBulletin Option to remove Version 1 code (disabled by default) Change: Data is stored in the database separate to the post Change: Improved CSS formatting of PM code template