| lukgoh |
|
|---|---|
|
Maybe one of the Cot developers can awnser this question, might help with my extension developments... |
| Dyllon |
|
|---|---|
|
What exactly is your question again? Maybe I can be of assistance :P
We are what we repeatedly do. Excellence then, is not an act, but a habit.
|
| pieter |
|
|---|---|
#32773 lukgoh: ... can we help you ...
|
| Dyllon |
|
|---|---|
|
The html output from the avatar tag comes from the plugin's resource file. If you open plugins/userimages/inc/userimages.resources.php on line 9 you find this:
$R['userimg_img'] = '<img src="{$src}" alt="{$alt}" class="userimg {$class}" />';
That is where it comes from. In your case of modifying the size of the avatar you would use this css
#useravatar img.avatar {
width:45px;
height:45px;
}
We are what we repeatedly do. Excellence then, is not an act, but a habit.
|
| lukgoh |
|
|---|---|
|
Ah resources, interesting. Thank you Dyllon. Added 35 minutes later: Just incase anyone else is interested in this http://www.cotonti.com/page/resource_strings Dit bericht is bewerkt door lukgoh (2012-01-19 00:12, 13 jaren ago) |
| Kingsley |
|
|---|---|
|
More questions.. about extrafields (pages).. if you change the type of field, base html should change accordingly, right? mine doesn't. They save no content either. ;( but only with the pages, user xtrafields seem to function correctly. And in my forums with some sections the line Discussions: 0 Messages: 0 isnt displayed. No idea howcome :( And last but not least; how does the group.tpl work under siena? |
| lukgoh |
|
|---|---|
#32798 Kingsley:I was wondering about this also... |