The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Yilmaz - Username HTML Markup vB5 Details »» | ||||||||||||||||||||||||||||||||||||||
Description:
======================================== Displays a colored user group indicator below the list of users in the online users widget. and plus Usergroup Color Bar Legend This hack shows the user group tags under the name of the active users. ======================================== Installation and Demo: ======================================== Upload the content of "Yilmaz - Username HTML Markup vB5" to your root. that's all it. enjoy.. Mark as installed = get support. ======================================== How to uninstall: ======================================== 1. Remove the package "yilmazunamemarkup" that located in /core/packages/ 2. Delete the yilmazunamemarkup.php file in the core/admincp/ folder 3. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Username HTML Markup vB5" In this video he shows how it's done. https://www.youtube.com/watch?v=lEnWA8P7N3k Download Now
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
Chicoynano, hafid36, ka99, leha, Troll123 |
Comments |
#12
|
||||
|
||||
Quote:
HTML Code:
<vb:if condition="empty($widgetConfig) AND !empty($widgetinstanceid)"> {vb:data widgetConfig, widget, fetchConfig, {vb:raw widgetinstanceid}} </vb:if> <vb:if condition="!empty($widgetConfig)"> {vb:set widgetid, {vb:raw widgetConfig.widgetid}} {vb:set widgetinstanceid, {vb:raw widgetConfig.widgetinstanceid}} </vb:if> <vb:if condition="!$widgetConfig['thisPageOnly']"> {vb:rawdata onlineUsers, wol, fetchAll, '', 'members', 1, {vb:raw widgetConfig.maxUsers}} {vb:rawdata onlineUserCounts, wol, fetchCounts, ''} <vb:else /> {vb:rawdata onlineUsers, wol, fetchAll, {vb:raw page.pageKey}, 'members', 1, {vb:raw widgetConfig.maxUsers}} {vb:rawdata onlineUserCounts, wol, fetchCounts, {vb:raw page.pageKey}} </vb:if> {vb:set title, {vb:if "!empty($widgetConfig['title'])", {vb:raw widgetConfig.title}, {vb:phrase whats_going_on}}} <div class="b-module{vb:var widgetConfig.show_at_breakpoints_css_classes} canvas-widget default-widget wol-widget" id="widget_{vb:raw widgetinstanceid}" data-widget-id="{vb:raw widgetid}" data-widget-instance-id="{vb:raw widgetinstanceid}"> {vb:template module_title, widgetConfig={vb:raw widgetConfig}, title={vb:raw title}, show_title_divider=1, can_use_sitebuilder={vb:raw user.can_use_sitebuilder}} <div class="widget-content<vb:if condition="$widgetConfig['displayAvatars'] AND $onlineUsers AND $user['showavatars']"> display-avatar</vb:if>"> <vb:if condition="isset($onlineUsers['errors']) OR isset($onlineUserCounts['errors'])"> <div>{vb:phrase no_permission}</div> <vb:else /> <vb:if condition="!empty($widgetinstanceid)"> <vb:if condition="empty($widgetConfig['hide_text'])"> <p><vb:if condition="$onlineUserCounts['total'] > 1">{vb:rawphrase there_are_x_online, {vb:raw onlineUserCounts.total}, {vb:url 'online_details'}}<vb:else />{vb:rawphrase there_is_x_online, {vb:raw onlineUserCounts.total}, {vb:url 'online_details'}}</vb:if> {vb:rawphrase x_members_and_y_guests, {vb:raw onlineUserCounts.members}, {vb:raw onlineUserCounts.guests}}.</p> <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw onlineUserCounts.recordusers}, {vb:datetime {vb:raw onlineUserCounts.maxonlinedate}, date}, {vb:datetime {vb:raw onlineUserCounts.maxonlinedate}, time}}</p> </vb:if> <vb:if condition="$onlineUsers"> <ul class="onlineuserlist h-clearfix"> {vb:set onlineCount, 0} <vb:each from="onlineUsers" value="onlineUser"> <vb:if condition="$onlineUser['invisible']"> {vb:set onlineUser.invisibleMarker, '*'} <vb:else /> {vb:set onlineUser.invisibleMarker, ''} </vb:if> <li class="h-left"> <vb:comment>If the widget is set to display avatars and the current viewing user wants to see avatars</vb:comment> <vb:if condition="$widgetConfig['displayAvatars'] AND $user['showavatars']"> <a href="{vb:url 'profile', {vb:raw onlineUser}}" class="avatar h-left<vb:if condition="!empty($onlineUser['invisible'])"> onlineuserlist-invisible</vb:if>"> <vb:if condition="!empty($onlineUser['avatarpath'])"> <img title="{vb:raw onlineUser.username}{vb:var onlineUser.invisibleMarker}" alt="{vb:raw onlineUser.username}{vb:var onlineUser.invisibleMarker}" src="{vb:raw baseurl_corecdn}/{vb:raw onlineUser.avatarpath}" /> <vb:else /> <img title="{vb:raw onlineUser.username}{vb:var onlineUser.invisibleMarker}" alt="{vb:raw onlineUser.username}{vb:var onlineUser.invisibleMarker}" src="{vb:raw baseurl_corecdn}/images/default/default_avatar_medium.png" width="64" height="64" /> </vb:if> </a> <vb:else /> <a href="{vb:url 'profile', {vb:raw onlineUser}}"<vb:if condition="$onlineUser['invisible']"> class="username-invisible-user"</vb:if>><vb:if condition="!empty($onlineUser['musername'])">{vb:raw onlineUser.musername}<vb:else />{vb:raw onlineUser.username}</vb:if></a><vb:if condition="++$onlineCount < count($onlineUsers)">, </vb:if> </vb:if> </li> </vb:each> </ul> </vb:if> <vb:else /> <vb:if condition="$user['can_use_sitebuilder']"> <span class="note">{vb:phrase click_edit_to_config_module}</span> </vb:if> </vb:if> </vb:if> </div> </div> |
#13
|
|||
|
|||
Yilmaz in the next upgrade it is possible to implement this function for additional groups?
|
#14
|
|||
|
|||
Quote:
|
#15
|
||||
|
||||
Should additional groups show in postbit and user profile?
|
#16
|
|||
|
|||
This is what it gives me
it misses the legend of the groups finally of account ... otherwise everything works |
#17
|
||||
|
||||
Quote:
|
#18
|
||||
|
||||
Quote:
This plugin is sufficient for additional User Groups. Yilmaz - Usergroups Username Colors Everywhere vB5 |
#19
|
|||
|
|||
I'm doing exactly the same thing as you and still no legend bar an idea?
|
#20
|
||||
|
||||
Quote:
|
#21
|
|||
|
|||
sorry I'm doing exactly the same manipulations as you are doing it doesn't work for 5.6.4 of Vbulletin (doesn't work)
Yours sincerely, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|