Search found 20 matches

by Madalin
12 May 2015, 15:54
Forum: MOD Suggestions
Topic: [mChat] Avatar on whois list
Replies: 0
Views: 42561

[mChat] Avatar on whois list

Hi,

i want one snippet for showing the users image/avatars, on who is online list. Thank you.
by Madalin
19 Dec 2014, 23:22
Forum: Modders MOD support
Topic: Avatars on who is online?
Replies: 3
Views: 9321

Re: Avatars on who is online?

by Madalin
29 Nov 2014, 21:53
Forum: Modders MOD support
Topic: Only admins usernames with bold
Replies: 0
Views: 38989

Only admins usernames with bold

How i can edit, for username with bold (everywhere) only for administrators or other .. ?
by Madalin
11 Nov 2014, 19:26
Forum: Modders MOD support
Topic: Avatars on who is online?
Replies: 3
Views: 9321

Avatars on who is online?

Its posible to add users avatars in mchat (on the who is online list?)..
by Madalin
08 Nov 2014, 20:07
Forum: Modders MOD support
Topic: View member question
Replies: 7
Views: 6977

Re: View member question

by Madalin
18 Oct 2014, 19:54
Forum: Modders MOD support
Topic: View member question
Replies: 7
Views: 6977

Re: View member question

by Madalin
18 Oct 2014, 19:43
Forum: Modders MOD support
Topic: View member question
Replies: 7
Views: 6977

Re: View member question

by Madalin
18 Oct 2014, 11:40
Forum: Modders MOD support
Topic: show/hide subforums
Replies: 34
Views: 10582

Re: show/hide subforums

http://www.rmcgirr83.org/viewtopic.php?p=12129#p12129 toggle = function (id) { $('#forum' + id).slideToggle('fast', function () { if ($('#forum' + id).is(':visible')) { $.cookie('forum' + id, null); $('a#forum_' + id).html('<img src="'+imageClose+'" alt="Contract" />').attr('tit...
by Madalin
17 Oct 2014, 23:14
Forum: Modders MOD support
Topic: show/hide subforums
Replies: 34
Views: 10582

Re: show/hide subforums

RMcGirr83, if posible to add this script with cookies ? :D
by Madalin
17 Oct 2014, 21:26
Forum: Modders MOD support
Topic: View member question
Replies: 7
Views: 6977

View member question

Hi,

Its posible to make one "snippet" for memberlist (memberlist_view), to set by member/admin etc.. one "profile image/background"? Like, facebook wall or ipb background profile? :D
by Madalin
04 Oct 2014, 22:14
Forum: Modders MOD support
Topic: Resize Avatars (avatar of poster on index and viewforum)
Replies: 11
Views: 6119

Re: Resize Avatars (avatar of poster on index and viewforum)

Madalin, go to ACP / General tab / Avatar settings / Avatar of Poster on Index and Viewforum (scroll down to the bottom to see this...) The settings there will only effect the avatars of the posters in the Index and Viewforum shown in this mod Yes man, i know. But i want square avatars only in this...
by Madalin
04 Oct 2014, 18:43
Forum: Modders MOD support
Topic: Resize Avatars (avatar of poster on index and viewforum)
Replies: 11
Views: 6119

Re: Resize Avatars (avatar of poster on index and viewforum)

That mod adds a new config entry called avatar_max_dimensions which is found in the ACP under the avatar settings it looks like. You just change the dimensions set there. Nothing to do with editing code. Yes, i know RMcGirr83, but i don't want this setting.. I want to set height + width (e.g.: 30 x...
by Madalin
03 Oct 2014, 11:14
Forum: Modders MOD support
Topic: Resize Avatars (avatar of poster on index and viewforum)
Replies: 11
Views: 6119

Re: Resize Avatars (avatar of poster on index and viewforum)

You would have to change this code     if ( $avatar['width'] >= $avatar['height'] )    {        $avatar_width = ($avatar['width'] > $config['avatar_max_dimensions']) ? $config['avatar_max_dimensions'] : $avatar['width'];        $avatar_height = ($avatar_width == $config['avatar_max_dimensions']) ? ...
by Madalin
03 Oct 2014, 05:20
Forum: Modders MOD support
Topic: Resize Avatars (avatar of poster on index and viewforum)
Replies: 11
Views: 6119

Re: Resize Avatars (avatar of poster on index and viewforum)

You would have to change this code     if ( $avatar['width'] >= $avatar['height'] )    {        $avatar_width = ($avatar['width'] > $config['avatar_max_dimensions']) ? $config['avatar_max_dimensions'] : $avatar['width'];        $avatar_height = ($avatar_width == $config['avatar_max_dimensions']) ? ...
by Madalin
02 Oct 2014, 13:32
Forum: Modders MOD support
Topic: Resize Avatars (avatar of poster on index and viewforum)
Replies: 11
Views: 6119

Resize Avatars (avatar of poster on index and viewforum)

Hello,

How i can modify width & height of avatars in this mod: https://www.phpbb.com/customise/db/mod/avatar_of_poster_on_index_and_viewforum/ , without edit in acp avatars size.. ?

[img]http://i.imgur.com/HocOzWu.png[/img]

- i want this to be like no-avatar :D

Go to advanced search