Ginciuss
Narys
Ekspertas
Pranešimai: 2712
Įstojęs: 2008 Sau. 25 13:01:11
|
Norėjau sužinoti kaip ir kokį reikia redaguoti failiuką, kad galimėtų užsidėti didesnį nei 30kb avatarą. Gal kas žino ir galėtų padėt?
|
Kwyn
Narys
Kapitonas
Pranešimai: 681
Įstojęs: 2006 Bir. 21 20:06:54
|
Atidarai edit_profile.php failą, susirandi eilutę:
<span class='small2'>".sprintf($locale['u022'], parsebytesize(30720), 100, 100)."</span>
ir pakeisk tuos (30720), čia ir yra tie 30kb.
|
bad_user
Narys
Antras po Dievo
Pranešimai: 4956
Įstojęs: 2007 Spa. 26 20:10:01
|
Dar reikia keisti adminkėje tai ir user_profile_include.
Rules: 21 & 22 Read first! |
Ginciuss
Narys
Ekspertas
Pranešimai: 2712
Įstojęs: 2008 Sau. 25 13:01:11
|
O kiek panašiai butu kokie 200kb? ;]
|
bad_user
Narys
Antras po Dievo
Pranešimai: 4956
Įstojęs: 2007 Spa. 26 20:10:01
|
############################################################
## MOD Title: Avatar_size
## MOD Author: adicrst (adicrst@yahoo.com)
## MOD Version: 1.0.1
## MOD Description: Changes the avatar's settings (filesize, height, width)
## Installation level: Very easy
## Installation time: 5 min
## Files to edit: includes/update_profile_include.php
## edit_profile.php
## administration/members.php
## administration/updateuser.php
##
################################
## Before Adding This MOD To Your Site, You Should Back Up All Files Related To This MOD
################################
## Author Notes: This MOD is tested on PHP-Fusion v6.01.6
## The values i've used replacing the default ones CAN BE CHANGED with your own values ! I
## set it at 150x150 px and 50 kb
################################
##MOD History:
##
## 2006-12-23 -> 1.0.0
## - Initial release of mod
## 2006-12-24 -> 1.0.1
## -Updated the MOD, allowing the SuperAdministrator to upload avatar for other users from the admin
## panel with the new dimensions and to see the new dimensions of the avatar from admin panel,
## instead of the default ones
################################
##
##----[Open]------------------------------------------------
includes/update_profile_include.php
##----[Find]------------------------------------------------
##
$newavatar['size'] <= 30720)
##
##----[Replace with]------------------------------------------------
##
$newavatar['size'] <= 51200)
##
##----[Find]------------------------------------------------
##
if ($size['0'] > 100 || $size['1'] > 100)
##
##----[Replace with]------------------------------------------------
##
if ($size['0'] > 150 || $size['1'] > 150)
##
##----[Open]------------------------------------------------
##
edit_profile.php
##
##----[Find]------------------------------------------------
##
<span class='small2'>".sprintf($locale['u022'], parsebytesize(30720), 100, 100)."</span>
##
##----[Replace with]------------------------------------------------
##
<span class='small2'>".sprintf($locale['u022'], parsebytesize(51200), 150, 150)."</span>
##
##----[Open]------------------------------------------------
##
administration/members.php
##
##----[Find]------------------------------------------------
##
<span class='small2'>".sprintf($locale['u022'], parsebytesize(30720), 100, 100)."</span>
##
##----[Replace with]------------------------------------------------
##
<span class='small2'>".sprintf($locale['u022'], parsebytesize(51200), 150, 150)."</span>
##
##----[Open]------------------------------------------------
##
administration/updateuser.php
##
##----[Find]------------------------------------------------
##
$newavatar['size'] <= 30720)
##
##----[Replace with]------------------------------------------------
##
$newavatar['size'] <= 51200)
##
##----[Find]------------------------------------------------
##
if ($size['0'] > 100 || $size['1'] > 100)
##
##----[Replace with]------------------------------------------------
##
if ($size['0'] > 150 || $size['1'] > 150)
##
##----[Save/Close Files]------------------------------------------------
##
## EOF
##
############################################################
Rules: 21 & 22 Read first! |
Ginciuss
Narys
Ekspertas
Pranešimai: 2712
Įstojęs: 2008 Sau. 25 13:01:11
|
Maks. failo dydis: 195.31Kb
Taip parasyta bet vistiek neuzddeda 
|
Kwyn
Narys
Kapitonas
Pranešimai: 681
Įstojęs: 2006 Bir. 21 20:06:54
|
Gincius123 parašė:
O kiek panašiai butu kokie 200kb? ;]
1024 x 200 = paskaičiuok.
|
bad_user
Narys
Antras po Dievo
Pranešimai: 4956
Įstojęs: 2007 Spa. 26 20:10:01
|
Daviau visą modą. Tvarkykis.
Rules: 21 & 22 Read first! |
Ginciuss
Narys
Ekspertas
Pranešimai: 2712
Įstojęs: 2008 Sau. 25 13:01:11
|
SoNG Viska susitvarkiau. Aciu 
|