Open:janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
<img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" />
<img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" height="75" width="75" />
The avatar is resized in phpBB 3.1 in the navbar_header.html using a css class. You can do the same.janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
Working now, thanksStoker 4.0 wrote:The avatar is resized in phpBB 3.1 in the navbar_header.html using a css class. You can do the same.janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
Hello Walther,Walther wrote:@joost01: There is still no order for events. I had the same problem, and used customcode extension to fix it.
See viewtopic.php?p=13825536#p13825536 (previous page)
There is no need for FTP to edit files with customcode extension.Joost01 wrote:I have installed the extension, i use better my FTP program for editting files than that
As on the previous page, I do not get.Walther wrote:There is no need for FTP to edit files with customcode extension.Joost01 wrote:I have installed the extension, i use better my FTP program for editting files than that
Got it working with customcode extension to get it in the right order.
Sure, openKhurramMunawar wrote:can we hide welcome for the guest ?
ext\stoker\welcomeonindex\styles\all\template\event\index_body_markforums_before.html
Code: Select all
<!-- IF not S_IS_BOT -->
Code: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
thank u Stoker.Stoker 4.0 wrote:Sure, openKhurramMunawar wrote:can we hide welcome for the guest ?ext\stoker\welcomeonindex\styles\all\template\event\index_body_markforums_before.html
FindReplace withCode: Select all
<!-- IF not S_IS_BOT -->
Save, upload and purge cache.Code: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->