Ovo mijenja ikone niti da budu avatar pokretača niti. Primjenjuje se na liste tema na forumdisplayu, rezultate pretraživanja i pretplaćene teme u UserCP-u
Učitajte datoteku cssrollup_digitalpoint_threadavatars.xml u include/xml (ovo je stvarno potrebno samo ako pohranjujete CSS kao datoteke u sustavu datoteka) Instalirajte proizvod product-dp_thread_avatars.xml pod AdminCP -> Dodaci i proizvodi -> Upravljanje proizvodima -> Dodaj/uvezi proizvod
Učitajte datoteku cssrollup_digitalpoint_threadavatars.xml u include/xml (ovo je stvarno potrebno samo ako pohranjujete CSS kao datoteke u sustavu datoteka) Instalirajte proizvod product-dp_thread_avatars.xml pod AdminCP -> Dodaci i proizvodi -> Upravljanje proizvodima -> Dodaj/uvezi proizvod
Ako želite dodati vlastite slojeve mini-ikona, možete upotrijebiti varijablu $template_hook['thread_avatars'] da to učinite.
Ako želite selektivno onemogućiti avatare niti, možete postaviti $show['hide_thread_avatars'] na true. To bi vam omogućilo stvaranje prilagođenog polja profila za korisnike i postavljanje $show['hide_thread_avatars'] na temelju korisničkih postavki. Alternativno možete omogućiti dodatak za određene korisničke grupe ili samo za određene stilove.
::::::::::::::::::::::::::::::::::::::::::::: ENGLISH LANGUAGE :::::::::::::::::::::::::::::::::::::::::::::
This changes the thread icons to be the avatar of the thread starter. Applies to forumdisplay topic lists, search results, and subscribed topics in UserCP
Load the file cssrollup_digitalpoint_threadavatars.xml into include/xml (this is only really necessary if you are storing the CSS as files in the file system) Install the product product-dp_thread_avatars.xml under AdminCP -> Plugins and Products -> Product Management -> Add/Import Product
Icons are cropped (but never stretched) to be square for display.
Topics without new posts have an avatar slightly grayed out.
Locked threads will have a lock image.
Software deleted threads will have a red X image overlaid.
If a user has posted in a thread, they will see a mini version of their avatar displayed.
If the thread is "hot", the shadow of the icon will change color.
Added ZERO SQL queries.
The overlay images are encoded as CSS data (no additional HTTP requests are required for the images or the CSS files themselves).
If your site uses predefined avatars, they are not scaled down for use as an icon since vBulletin does not store the dimensions (instead, the top/left position is cropped for the icon).
You can disable mini-avatars under AdminCP -> Settings -> Options -> Forum display options (forumdisplay) -> Highlight user posted threads
You can disable hot topic highlighting under AdminCP -> Settings -> Options -> Forum Display Options (forumdisplay) -> Enabled Hot Topics
You can change the hot thread shadow color under AdminCP -> Styles & Templates -> Style Manager -> StyleVars -> dpta_shadow_hot_color
You can change the size of the avatars under AdminCP -> Styles & Templates -> Style Manager -> StyleVars -> threadbit_iconsize (since they are square, it only works by width)
If your site uses pre-defined avatars, you should use the AdminCP -> Settings -> Options -> User Picture Options -> Site Uses Pre-Defined Avatars option
If you want to add your own mini-icon layers, you can use the $template_hook['thread_avatars'] variable to do so.
If you want to selectively disable thread avatars, you can set $show['hide_thread_avatars'] to true. This would allow you to create a custom profile field for users and set $show['hide_thread_avatars'] based on user preferences. Alternatively, you can enable the plugin for specific user groups or only for specific styles.