| Author |
Message |
Leofire
|
Posted: 11 Jan 2007 10:41:44
When the admin insert a Full_description like "dell'importanza" into admin panel the user into frontend that click "More Info", he see "dell\'importanza".
How can delete the \ before ' or where I wrong?
Thanks in advance,
Leonardo
|
skalinks Admin
|
Posted: 15 Jan 2007 03:21:01
Hello, Leonardo
You should look through the codes and try to find the place (the code) where this textpart is processed, then modify the code. Of course, it is not so easy.
Hope, you will manage to solve it.
Good luck, Leonardo!
|
Leofire
|
Posted: 7 Feb 2007 03:09:10
Hi skalinks, yep finally I have solved also this little bug...
I have found another little small bug into this file:
detailed/listing.php
When the user add some long description with return I see \r\n into "more information"
In order to solve it I have modified this file:
detailed/listing.php
Line 59:
$_output['links_info']['Description'] = stripslashes(str_replace("\\r\\n","<br>",$_output['links_info']['Descr iption']));
Hope this help someone.
Have fun and enjoy skalinks,
Leonardo
|
skalinks Admin
|
Posted: 8 Feb 2007 05:16:44
Leonardo,
You are genius! Great job!
You help our members so much. I think they are really thankful to you, Leonardo.
Please, let me also thank you. Great!
Best Regards
|
RaZwaN Member
|
Posted: 29 Aug 2007 08:54:46
great job man. i'v just use your code and now it works just fine :)
|
gavpedz Member
|
Posted: 20 Oct 2007 14:38:51
Great works a treat thanks
|
|