CTA Mini-me Posts In Thread

CTA Mini-me Posts In Thread 1.0.1

No permission to download

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

CTA Mini-me Posts In Thread - Quickly and easily locate your own posts in a thread

Ever wondered what you've posted in a thread, without actually opening the thread and entering the criteria in the search form at the top right?
Well now you can find out, quickly and easily.

The default mini-me avatar displays the number of posts you have in a thread, but clicking it displays your own member card.
View attachment 86074


This add-on replaces that functionality with a custom search.
Click on your mini-me in any thread list.
View attachment 86075


All of your...

Read more about this resource...
 
Hello Brogan, thanks for this usefull addon.
Working perfect in 1.4.6, except that doesn't work the translation of the phrase:
cta_mini_me_posts_in_thread_you_have_posted_x_messages_in_this_thread_click_to_view
the tooltip always show the sentence in English.
--
[Suggestion] Would be great if show the results in a overlay. I don't know if could be possible.
 
I'll change the template modification to call a template, rather than doing the replace in the TM itself.

I'll release the new version soon.
 
Thanks Brogan, anyway the tooltip still show the sentence in English after translate the sentence. weird.
R 2015-04-25 at 19.53.12.webp

R 2015-04-25 at 19.45.57.webp
This is my cta_mini_me_posts_in_thread_thread_list_item
Code:
<xen:if is="{$thread.user_post_count}"><a href="{xen:link 'search/search', '', 'users={$visitor.username}', 'type={xen:array "post={xen:array 'thread_id={$thread.thread_id}'}"}'}" class="avatar Av{$visitor.user_id}s miniMe" title="{xen:phrase cta_mini_me_posts_in_thread_you_have_posted_x_messages_in_this_thread_click_to_show, 'count={xen:number $thread.user_post_count}'}" data-avatarhtml="true"><img src="{xen:helper avatar, $visitor, s}" width="48" height="48" alt="{$visitor.username}" /></a></xen:if>

I don't know why I'm doing wrong.
--
How about show the results in overlay? it is possible?
Also would be great use the XF Tooltip. it's possible changing some class in the template?
 
It works for me.
I tested it before I released it.

If you want to try and edit it further for your own needs, feel free.
 
Yeah, is weird,
Works correctly but the sentence can not be translated here in my board.
Maybe there are conflict with another of my addons.
 
upload_2015-4-25_13-14-17.webp

upload_2015-4-25_13-17-26.webp

I suspect it is due to caching.
Rebuild the master data after editing the phrase and that should resolve it.
 
Given that viewing one's own member card when clicking on the mini-me is hardly useful for anything, I can't imagine how this add-on could be perceived as anything but a great idea. Installed. Why not have the xenforo developers make this, or something like it, part of the core?
 
I've installed this, and it's clearly better than just seeing one's identity card (or whatever that pop-up thing is called), but I'd like to know the envisioned use case for showing someone all of his or her posts in a thread. What's the advantage? I clicked on a few threads and saw my responses, but I'm left thinking, "Okay. now what?"
 
Top Bottom