![]() |
|
Mod Options |
![]() |
|||||||||||
Yilmaz - Thread Starter vB5
![]() Developer Last Online: Jan 2023 ![]() ![]() ![]()
![]() Description:
======================================== This addon will add an indicator on the thread starters replies in their own thread. This can help identify the person who started the thread easily. ======================================== Installation: ======================================== Download the product product_yilmazthreadauthor.xmland import it through the 'Manage Products' page in the AdminCP. that's all it. enjoy.. --------- Version 1.0.1 has been improved --------- ======================================== If you installed this mod and/or you want get support, please "Mark as Installed". ----- ======================================== How to uninstall: ======================================== Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Thread Starter vB5" Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
The following members like this post: Razta, Chicoynano
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Mini Mods Yilmaz - Random Images in Header vB5 | yilmaz | vBulletin 5.x Products & Extensions | 6 | 09 Jul 2021 22:45 |
Show Thread Enhancements Yilmaz - Quote Expander / Collapse vB5 | yilmaz | vBulletin 5.x Products & Extensions | 7 | 06 May 2021 21:01 |
Show Thread Enhancements Yilmaz - X Viewing Thread Information Module vB5 | yilmaz | vBulletin 5.x Products & Extensions | 3 | 06 Dec 2020 18:50 |
Show Thread Enhancements Yilmaz - Hide [code,php,html] content from guests (vb5.6.x) | yilmaz | vBulletin 5.x Products & Extensions | 25 | 01 Nov 2020 19:51 |
Mini Mods Yilmaz - vb5 GDPR I AGREE | yilmaz | Modification Graveyard | 5 | 29 Jun 2018 16:39 |
Comments |
#2
|
|||
|
|||
Great mod for 5.6.4, thank you very much. Mark as installed.
The following members like this post: yilmaz
|
#3
|
||||
|
||||
Excellent product thank you very much .Installed
The following members like this post: yilmaz
|
#4
|
|||
|
|||
brilliant mod lots of thanks bro
![]() The following members like this post: yilmaz
|
#5
|
||||
|
||||
Nice one Yilmaz thanks.
Btw how do you get the blue and the brown ribbon...i do not see any settings for this? Oh i see now it does not work in custom styles. No members have liked this post.
Last edited by megabink; 08 Jan 2021 at 19:21. |
#7
|
|||
|
|||
Installation/import went well, and I can see it in AdminCP->Manage Products, but nothing happens in the forum itself. Any clues to what might be wrong?
No members have liked this post.
|
#8
|
||||
|
||||
Can you update this again, will the result change.
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#9
|
|||
|
|||
I tried just now with your new version. Sorry, no change. It seems to install OK, and I get no error message.
No members have liked this post.
|
#10
|
||||
|
||||
Originally Posted by milforum
This plug affects the conversation_userinfo template.![]()
There are 2 hooks in this template. 1. hook this {vb:hook 'conversation_above_usertitle'} 2. hook this {vb:hook 'conversation_userstats'} Pulg's task is to introduce the template I have set on one of these hooks. I thought it might be the cause of the problem. Do you have these two hooks in the plug conversation_userinfo template? You should check whether the templates have two hooks at the top.
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#11
|
|||
|
|||
I'm no big expert on this, but what I find by searching in templates is that conversation_userinfo hasn't been changed in any of the styles. So it's default, which is like this:
{vb:set schemaAuthor.itemprop, author} {vb:set schemaAuthor.itemscope, 1} {vb:set schemaAuthor.itemtype, http://schema.org/Person} <div class="userinfo b-userinfo b-post__hide-when-deleted" {vb:schema {vb:raw schemaAuthor}}> <vb:if condition="$user['showavatars']"> {vb:set avatarbase, ''} <vb:if condition="empty($conversation['avatar']['isfullurl'])"> {vb:set avatarbase, {vb:raw baseurl_corecdn}} {vb:strcat {vb:raw avatarbase}, "/"} </vb:if> <vb:if condition="!$conversation['userid'] AND $conversation['avatar']['avatarpath'] AND $conversation['avatar']['hascustom']"> <span class="b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="{vb:raw avatarbase}{vb:raw conversation.avatar.avatarpath}" alt="{vb:raw conversation.authorname}" title="{vb:raw conversation.authorname}" /></span> <vb:elseif condition="!$conversation['userid']" /> <span class="b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="{vb:raw avatarbase}images/default/default_avatar_medium.png" width="64" height="64" alt="{vb ![]() ![]() <vb:elseif condition="!empty($conversation['senderAvatar']) AND !empty($conversation['senderAvatar']['avatarpath']) AND !empty($conversation['senderAvatar']['hascustom'])" /> <a href="{vb:url 'profile', {vb:raw conversation}}" class="b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="{vb:raw avatarbase}{vb:raw conversation.senderAvatar.avatarpath}" alt="{vb:raw conversation.authorname}" title="{vb:raw conversation.authorname}" /></a> <vb:elseif condition="$conversation['avatar'] AND $conversation['avatar']['avatarpath'] AND $conversation['avatar']['hascustom']" /> <a href="{vb:url 'profile', {vb:raw conversation}}" class="b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="{vb:raw avatarbase}{vb:raw conversation.avatar.avatarpath}" alt="{vb:raw conversation.authorname}" title="{vb:raw conversation.authorname}" /></a> <vb:else /> <a href="{vb:url 'profile', {vb:raw conversation}}" class="b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="{vb:raw avatarbase}images/default/default_avatar_medium.png" width="64" height="64" alt="{vb:raw conversation.authorname}" title="{vb:raw conversation.authorname}" /></a> </vb:if> </vb:if> <!-- responsive alteration: Added userinfo-details wrapper in order to support left floated avatar with all other information on the right. --> {vb:set userInfo, {vb:raw conversation.userinfo}} <div class="b-userinfo__details"> {vb:set schemaAuthor.itemprop, name} <div class="author h-text-size--14"> <strong><vb:if condition="$conversation['userid'] > 0"><a href="{vb:url 'profile', {vb:raw conversation}}" {vb:schema schemaAuthor}></vb:if><vb:if condition="isset($conversation['musername'])">{vb:raw conversation.musername}<vb:elseif condition="isset($conversation['authorname'])" />{vb:raw conversation.authorname}<vb:else />{vb ![]() {vb:template pmchat_userinfo_link, conversation={vb:raw conversation}} </div> {vb:hook 'conversation_above_usertitle'} <vb:if condition="!empty($userInfo['usertitle'])"> <vb:comment>usertitle is already html escaped in the userInfo array, if it's required</vb:comment> <div class="usertitle">{vb:raw userInfo.usertitle}</div> </vb:if> {vb:set reputationimglevel {vb:raw conversation.reputationimg.level}} <div class="b-meter h-margin-top-m {vb:raw conversation.reputationimg.type}" title="{vb:rawphrase {vb:raw reputationimglevel}}"> {vb:set counter, {vb ![]() <vb:each from="counter" value="nr"> <div class="b-meter__bar<vb:if condition="$conversation['reputationimg']['bars'] >= $nr"> b-meter__bar--selected</vb:if>"></div> <div class="b-meter__bar<vb:if condition="$conversation['reputationimg']['bars'] >= $nr"> b-meter__bar--selected</vb:if>"></div> </vb:each> </div> <div class="b-userinfo__rank h-margin-top-s{vb:if "empty($userInfo['rank'])", ' h-hide'}">{vb:raw userInfo.rank}</div> <ul class="b-userinfo__additional-info-block h-margin-top-xl"> <vb:if condition="$conversation['userid'] > 0"> <li class="b-userinfo__additional-info"><label>{vb ![]() <li class="b-userinfo__additional-info"><label>{vb ![]() <vb:if condition="isset($conversation['postelements']) AND $conversation['postelements'] == 4"> <li class="b-userinfo__additional-info"><label>{vb ![]() </vb:if> </vb:if> <vb:each from="userInfo.userfield" key="categoryname" value="category"> <vb:each from="category" key="fieldname" value="field"> <vb:if condition="$field['showonpost']"> <li class="b-userinfo__additional-info"><label>{vb ![]() </vb:if> </vb:each> </vb:each> {vb:hook 'conversation_userstats'} </ul> <ul class="b-userinfo__icons h-margin-none"> <vb:if condition="$conversation['online'] == 'online'"> {vb:set olstatus, ' online'} <vb:else /> {vb:set olstatus, ' offline'} </vb:if> <li class="b-userinfo__icon h-left" title="<vb:if condition="$olstatus == ' online'">{vb:rawphrase x_is_online_now, {vb:raw conversation.authorname}}<vb:else />{vb:rawphrase x_is_offline, {vb:raw conversation.authorname}}</vb:if>"><span class="b-icon b-icon__status--<vb:if condition="$conversation['online']=='online'">green<vb:else />gray</vb:if>"></span></li> {vb:template conversation_signature, type=collapsed, conversation={vb:raw conversation}, collapsedClass="b-userinfo__icon h-left"} </ul> </div> </div> No members have liked this post.
|
#12
|
|||
|
|||
Furthermore, when looking into Products & hooks in AdminCP, I find your module listed as active with hook location ---conversation_userstats and hook arguments: conversation=conversation .
I'm not sure if this helps. No members have liked this post.
|
#13
|
||||
|
||||
Originally Posted by milforum
you-site/admincp/options.php?do=options&dogroup=plugin![]()
Enable Hook System "Yes"? Are plugs from config.php disabled? Argument "conversation" is required to define the users ID You must have a template called "yilmazthreadauthor"
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#14
|
|||
|
|||
I feel bad about stealing time from you, @yilmaz, but I'm not very skilled in the inner workings of vBulletin.
However, I found that Hook System is enabled. config.php (residing in /core/includes) was updated when I updated to 5.6.4 in November 2020. As far as I can see, the only changes I've made is to set username/password etc for the database. Specifically, there is a line in the default setup for disabling hooks, but that's commented out: // define("DISABLE_HOOKS", true); And, lastly, I find the module template yilmazthreadauthor in all styles. No members have liked this post.
|
#15
|
||||||||
|
||||||||
Originally Posted by milforum
![]()
Then let's do it manual. Conversation_userinfo template should be on line 5 Search for this in templates
and add this code right above
Note: The new editors are very sensitive, you should be careful that they affect unwanted places when copying / pasting.
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
![]() |
Tags |
postbiy, thread author, thread starter |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 22:57.