09-15-2014, 04:04 PM
09-15-2014, 04:06 PM
new bug
in profil about
needs the
word-wrap: break-word;
css file need it too i think
ok
find
.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
}
and replace it with
.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
word-wrap: break-word;
}
in profil about
needs the
word-wrap: break-word;
css file need it too i think
ok
find
.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
}
and replace it with
.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
word-wrap: break-word;
}
09-15-2014, 04:51 PM
Great Share! Sorry I have exceeded my allowable Reps for Today! Will add Reps Tomorrow!
09-15-2014, 06:33 PM
theres also a post bug in the core.php
when u post a link http:// it shows a smilie ^^
if some one fix it pls show us the code
thx
the fastest way is edit the /emotions/process.php
cut off
$emo[':/'] = 'thinking.png';
feel free to add me rep
thx
when u post a link http:// it shows a smilie ^^
if some one fix it pls show us the code
thx
the fastest way is edit the /emotions/process.php
cut off
$emo[':/'] = 'thinking.png';
feel free to add me rep
thx
09-16-2014, 12:16 AM
v00doo what vr of the scritp are u using because the post but is fix in 1.1 i just checked it ?
09-16-2014, 12:36 AM
i use the v1.1
09-16-2014, 03:53 AM
@v00d00 what changes you made to function properly /emotions/process.php
cut off
can you explain me better thx
cut off
can you explain me better thx
09-16-2014, 04:17 AM
when u post a link like http://ilovepussys.com the preocess.php sees the :/ as a smilie
so when u delete the line
$emo[':/'] = 'thinking.png';
the smilie is gone and the link is clickable
so when u delete the line
$emo[':/'] = 'thinking.png';
the smilie is gone and the link is clickable
09-16-2014, 05:32 AM
@theyellow have you got skype a will help you fix
@v00d00 i have check this on 3 different servers and i am not getting the same bug as you
@v00d00 i have check this on 3 different servers and i am not getting the same bug as you
09-16-2014, 05:43 AM
$emo[':/'] = 'thinking.png';
change this to :
$emo[':)'] = 'thinking.png';
I believe the above line have a shot code for :/ as smile image, where as the same is used in http://
change this to :
$emo[':)'] = 'thinking.png';
I believe the above line have a shot code for :/ as smile image, where as the same is used in http://
(09-16-2014 04:17 AM)v00d00 Wrote: [ -> ]when u post a link like http://ilovepussys.com the preocess.php sees the :/ as a smilie
so when u delete the line
$emo[':/'] = 'thinking.png';
the smilie is gone and the link is clickable