22.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

09-15-2014, 04:04 PM
Post: #31
RE:
thanks rep added!
09-15-2014, 04:06 PM (This post was last modified: 09-15-2014 04:16 PM by v00d00.)
Post: #32
RE:
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;
}
09-15-2014, 04:51 PM
Post: #33
RE:
Great Share! Sorry I have exceeded my allowable Reps for Today! Will add Reps Tomorrow!
09-15-2014, 06:33 PM (This post was last modified: 09-15-2014 06:36 PM by v00d00.)
Post: #34
RE:
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
09-16-2014, 12:16 AM
Post: #35
RE:
v00doo what vr of the scritp are u using because the post but is fix in 1.1 i just checked it ?
36.gif
09-16-2014, 12:36 AM
Post: #36
RE:
i use the v1.1
09-16-2014, 03:53 AM
Post: #37
RE:
@v00d00 what changes you made to function properly /emotions/process.php
cut off
can you explain me better thx
09-16-2014, 04:17 AM
Post: #38
RE:
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
09-16-2014, 05:32 AM (This post was last modified: 09-16-2014 05:33 AM by rabrapid.)
Post: #39
RE:
@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
09-16-2014, 05:43 AM
Post: #40
RE:
$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://
(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
39.gif
[Image: 25f0jfq.gif]




44.gif