Link to Mod (http://mods.simplemachines.org/index.php?mod=221)
A set of little tags I created
Enhanced Move Tag -> [ move ] with more control
Fly Tag -> Like [ move ], but bouncing
Invisible Tag -> Completely hidden text that will be copied to clipboard
More HTML Tag -> Add more (safe) HTML tags to allowed HTML tag list
Username Tag -> Tag replaced with viewer's display name
See readme in individual packages for details (shown before install in package manager)
Except more HTML Tags, all comes with button.
Username and Inivisble Text has options to hide button.
Nice mod. I'll install it on my forums. :)
Thanks - great Mod :D
Hehe really nice and creative ;)
Thanks.
would be nice if it could work with the topic title as well :)
Quote from: electrohome88 on November 14, 2005, 06:38:31 PM
would be nice if it could work with the topic title as well :)
If you make it so that BBCode does, then no further modification is necessary for that. I believe that's a simple trick actually. ^^'
lol, its all good now
i like the mod, but my users caught on way to quick
they would do [username] sucks, etc.. and would be flaming everybody
people got pissed fast lol
Well, then it's time to use yourkarma, moderators and word filters. It's what they are for. ^^'
it's possible that "username" tag display in bold modo?
thks
Try [b ][username][ /b]. To make it bold would reduces it flexibility, and if you want to make it stand out so people can't flame everyone, people will soon starts to bold everything...
Let me make an option to show/hide the username button in next version. This way the admin can use them without the users knowing its existance.
i agree.
and put the bbc image before and after?
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg442.imageshack.us%2Fimg442%2F9308%2Fusername5lw.jpg&hash=8286bd00276c41ee39a36d737a4b3bcdec732bcd)
i tried it in subs.php but my php it's worse
array(
'tag' => 'username',
'type' => 'closed',
'content' => empty($ID_MEMBER) ? $txt[28] : $user_settings['realName'],
any help?
cheers
That's right it's (almost) where all the code is. I think there's a before and after section that you can add to the array. Then you can add <b > and </ b>, or images. Check how other tags do it. (Busy fixing my forum. Somehow attachment is broken...)
Updated. Now there's an option at bottom of Bulletin Board Code Settings that allow admins to hide the tag icon in editor, leaving no hints to user without disabling the code.
Did a few more tags out of request. Don't want to over expand the mod list, so using this to place all of them.
Updated colour mod, fixed so it should not work in printing now.
Updated to 1.1 RC 2 (by Leaf)
Installed them in SMF1.1RC2 with MKP1.1 and it's working just fine :)
Username Tag 1.2 installed fine for me, but the button wont show up properly. Any idea how to fix it?
Heres a pic of what it looks like:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi1.tinypic.com%2Frvhmc0.jpg&hash=13cfaefc556d64cd664954414c3c1e2ba81703ba)
EDIT: Nevermind it didn't install the pic for some reason.
Looks horriable. @_@ I'll take a look. Meanwhile, you can try to hide the icon. ^^' In BBC config IIRC.
Had the same trouble with it's look, uninstalled it again on RC2...
Are those working on RC3? Did you fix the appearance problem?
*bump*
I have in installed in RC3 no problems
I am about to upgrade though so will it work on 1.1.1?
~thanks
When Update
dont forget portuguese
</file>
<file name="$themedir/languages/Modifications.portuguese_pt.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['bbc_username'] = "Inserir nome do visualizador de exibição";
$txt['showBbcUsername'] = "Mostrar ícone de marca no nome editor do utilizador ";
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.portuguese_pt-utf8.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['bbc_username'] = "Inserir nome do visualizador de exibição";
$txt['showBbcUsername'] = "Mostrar ícone de marca no nome editor do utilizador ";
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.portuguese_brazilian.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['bbc_username'] = "Inserir nome do visualizador de exibição";
$txt['showBbcUsername'] = "Mostrar ícone de marca no nome editor do utilizador ";
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.portuguese_brazilian-utf8.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['bbc_username'] = "Inserir nome do visualizador de exibição";
$txt['showBbcUsername'] = "Mostrar ícone de marca no nome editor do utilizador ";
]]></add>
</operation>
</file>