IamROOT added a new file:
WoltLab Konu Sahibini Başlıkta Gösterme
AlıntıDaha Çok GösterWoltLab Show Subject Owner in Title
Greetings,
First of all, you can configure this directly with the plugin with one click. However, if you prefer to do it manually instead of the plugin, please do the following items in full!
1- Create a template group
Let's access the admin panel, then go to 'Customization > Template Groups > Add Template Group'. Then let's write a value like 'jetto template' in the name section. You can assign a value to the directory section as in the _jetto_sablon/ example.
Now that we have created the template group, we need to define this group in our theme. In this case; 'Customization > Themes > Click on your theme' In this section, there is a Template Group option a little below. In the relevant section, select the template group we created.
2- Creating a template
Now that we have created a template group, we can create a template. Follow the steps 'Customization > Templates > Add Template'.
- Template group: select the template we created in the first place.
İçeriği görmek için Giriş Yap veya Kayıt Ol.
- Template name: threadAuthorTitle
- Template source code: add the code below.3- Let's add languages and translations
Now we need to add the translation, e.g. subject owner or post owner. We will define the name of what you want to appear in the topic.
Go to 'Customization > Words > Add Words', select 'Manual' in the language category mode. Type wbb.thread in the search field. Then in the 'Word Identifier' section, type wbb.thread.AuthorTitle. As I mentioned in the Content section, let's assign a value like Post owner or Thread owner.
After doing this, let's save it. Now that we are done up to here, now the last step is to integrate the 'Subject owner' authorization into the topics.
4- Integration into topics
Now copy the template by typing messageSidebar in the 'Customization > Templates' search. Add the code I specified after afterUserTitle . Related code: {include file='threadAuthorTitle'}
Save it afterwards. Now, your assignments such as 'Post Owner' or 'Subject Owner' in posts will be completed. If you don't want to deal with these steps, you can download the plugin directly and install it on your forum site It was a nice explanation for those who like to deal with it.