TAZ Addons

BrandonSheley

loving life
Joined
Jan 2, 2006
Messages
2,603
I didn't know the me mod was here, is this the same one like in irc?

/me checks it out

There was a /you tag for vb that was always a lot of fun by placing it in the thread titles.
 

Phillip

The Priest
Joined
Aug 28, 2013
Messages
4,619
I didn't know the me mod was here, is this the same one like in irc?

/me checks it out

There was a /you tag for vb that was always a lot of fun by placing it in the thread titles.

Whoa! I didn't know that either, I wouldn't have known that if you didn't say something about it. I may end up using it, I miss that function when I used to use IRC...

/me testing this

BrandonSheley should have never mentioned it, I will be doing it a lot now. :D
 

Kirk

Adherent
Joined
Feb 14, 2010
Messages
469
/me likes using /me but wants to know what add-on is it when you do KirkH or something like that and it shows your actual username with a clickable link to the user's user card (Is that what it's actually called?)
 

obazavil

Aspirant
Joined
Jan 28, 2014
Messages
37
Thanks for sharing the list! I got some ideas. Awesome site and plugins integration here
 

obazavil

Aspirant
Joined
Jan 28, 2014
Messages
37
Hi!

One question... Here you have a nice alert floating square that says "you have 1 new notification"... Which addon is that one?

image.jpg
 
Last edited:

Steve

Fanatic
Joined
Apr 17, 2009
Messages
3,710
Yep, good way to check it out, if you have a conversation mark it as unread and you should see the little popup. ;)
 

Cmely

Enthusiast
Joined
Jul 15, 2014
Messages
127
It seems you're using "Xenfacil's Max posters today" addon. Is it possible to know how did you manage to have only the name of the poster in the little tootip that appear when you hover the avatar ? (and not the complete text saying "total posts today X for a total of Y").

Thanks for your help :)
 

PoetJC

⚧ Jacquii: Kween of Hearts ⚧
Joined
Jul 9, 2006
Messages
20,983
It seems you're using "Xenfacil's Max posters today" addon. Is it possible to know how did you manage to have only the name of the poster in the little tootip that appear when you hover the avatar ? (and not the complete text saying "total posts today X for a total of Y").

Thanks for your help :)
You should be able to easily edit the Xenfacil Max posters template to achieve what you're after.
Either edit the template or change the phrase. I don't have that particular add-on installed - so I can't say for specific what you'll need to edit. But it should be similar to this:

Code:
<xen:avatar user="$user" size="s" text="{$user.username} ({xen:number $user.monthlyposts})" class="Tooltip" img="true" title="{$user.username} | {xen:phrase messages}: {xen:number $user.monthlyposts}" />

You'll want to edit the 'title' since it's what is shown in the tooltip.
In the code above - I'd simply change

Code:
{$user.username} | {xen:phrase messages}: {xen:number $user.monthlyposts}

to

Code:
{$user.username}

HTH ;)

J.
 

PoetJC

⚧ Jacquii: Kween of Hearts ⚧
Joined
Jul 9, 2006
Messages
20,983
You're quite welcome. And hate to be *the newb* but what is YID? :censored:

J.
 

PoetJC

⚧ Jacquii: Kween of Hearts ⚧
Joined
Jul 9, 2006
Messages
20,983
"Yes It Did" (Had to ask my 12 year old, mind you :D)
LMAO! I had no earthly idea what it meant. I even googled it and google apparently didn't know - so it must be a new thing LOL.
Thank your 12 year old for me ;)

Well at least now some people know what it means now :p.
/me adds YID to his memory :p
Hell yeah! It must be true = You really do learn something new everyday.
/me commits YID to memory as well yehehehe :p

J.
 
Top