Author Topic: problem with html on profiles  (Read 27802 times)

0 Members and 1 Guest are viewing this topic.

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
problem with html on profiles
« on: January 24, 2006, 06:47:19 PM »
i've notice html work in profile fields , so i've put on edit profile for fields (textareas) , this work for how want post images, or color letter using baisc html.


but each time user change profile, i mean change avatar, or userpic,country or age, this added lots of "\" on user profile line .


example : 

default:

Quote
this it's just to explain the problem.

If user change avatar or userpic...


Quote
this it\\\\\\\\'s just to explain the problem.

how make it work with html , without show this "\" after ???

 :!:

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #1 on: January 24, 2006, 06:50:19 PM »
From which file does this avatar changes profile ? If it's from a MOD, please post the codings into the appropriate topic and I'll see what I can do. ;)

In the mean time, please read the forum rules regarding creations of new topics from an already existent subject.

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #2 on: January 24, 2006, 07:55:08 PM »
well i don't know what exactly MOD are doing it , but this happen when i change :

avatar,userpic, user age,gender,country , working this with upload forms and dropdown, if i change simply text this work fine , but if i change some using upload form or  dropdown this added the "\" at text and html code  8O


i mean on member_profile.html

 8O

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #3 on: January 24, 2006, 08:18:25 PM »
Quote

but if i change some using upload form or  dropdown this added the "\" at text and html code


There must be some missing modulation missing from member.php file ("or" from your additional user field entries). To make sure, please post your codings here and I'll take a look at them.

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #4 on: January 24, 2006, 10:36:45 PM »
you want my (member.php) ?  if that i ill attach here my member.php , if not tell me what u really need for i post  :wink:


Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #5 on: January 24, 2006, 11:38:46 PM »
Quote

if not tell me what u really need for i post


Actually, posting your member.php file as an attachment is not bad either. However, what I really wanted was the tag name you changed into from your member_profile.html file so that I could dig it out from member.php file. There might be some modulation missing along with the POST. ;)

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #6 on: January 24, 2006, 11:52:01 PM »
here you've :)

this is on both being text ( I\\\\'m  doing ....) or in html
Quote
( <img src=\\\\"URL"> )

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #7 on: January 25, 2006, 12:01:58 AM »
here you've :)

this is on both being text ( I\\\\'m  doing ....) or in html
Quote
( <img src=\\\\"URL"> )


I don't think you quite understand the request ... ok let's try this on another angle - I'm amending the tag name you're using inside the <img src ... tag ...

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #8 on: January 25, 2006, 12:48:55 AM »
well this is the tag used by user on edit profile to added images, and this show correct on profiles (at 1º time) but when they modify their profiles a 2º time the page added this "\" at text and html codes :) so this must be some on member.php  :?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: problem with html on profiles
« Reply #9 on: January 25, 2006, 01:09:59 AM »
Do you use "PM v2" mod? if so, it could be the problem...yesterday I've discovered a misstake in format_text() function I've used in that mod (or it could be just in my code, did not confirm it yet)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #10 on: January 25, 2006, 02:13:50 AM »
Do you use "PM v2" mod? if so, it could be the problem...yesterday I've discovered a misstake in format_text() function I've used in that mod (or it could be just in my code, did not confirm it yet)

No actually i'm using the old PMS mod  :|

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #11 on: January 25, 2006, 02:17:29 AM »
So, you do use a MOD related to this ? Why not reply to the appropriate topic ?

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #12 on: January 25, 2006, 02:20:58 AM »
So, you do use a MOD related to this ? Why not reply to the appropriate topic ?

but i've never refer any mod , i've just answer at V@no question  8)

And i don't have ideia about what it's doing this "\" appear on my profile codes , if this is a simply error on member.php or in some mod  :?

About PMS mod ...topic its locked  :| ( but this is just answering the past question) .

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: problem with html on profiles
« Reply #13 on: January 25, 2006, 03:29:32 AM »
Quote

About PMS mod ...topic its locked  Neutral ( but this is just answering the past question) .


Topic ... is locked ? Wow, that's a good reason. :D

Quote

And i don't have ideia about what it's doing this "\" appear on my profile codes , if this is a simply error on member.php or in some mod


You must know, at least, from which tag ( { } ) this error occurs from inside your member_profile.html file ... it's all I'm asking ... a single name. :|

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: problem with html on profiles
« Reply #14 on: January 25, 2006, 06:15:44 AM »
this do in all tags avaliable to users added your own stuff (not tags like age,country,etc )  :|