WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1HTML in Profile Empty HTML in Profile Mon Aug 23, 2010 9:27 pm

Behavior???


Registered Member
Registered Member
is there any way to add HTML codes to profile fields i have created in my forumotion forum? when I go to acp and add profile custom field and taking contents as 'Text Zone'

I added the Codes and then the codes just appear. I added the following code

<img src="https://i.servimg.com/u/f33/14/93/27/93/q711.png" alt="You delight me!">

http://www.thedungeons.info

2HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:37 pm

Guest


Guest
you didnt close the image tag.
That's the correct code:

Code:
<img src="http://i33.servimg.com/u/f33/14/93/27/93/q711.png" alt="You delight me!" />

3HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:38 pm

Behavior???


Registered Member
Registered Member
It still, doesnt appear!

http://www.thedungeons.info

4HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:40 pm

Guest


Guest
try BBcode:

Code:
[img]http://i33.servimg.com/u/f33/14/93/27/93/q711.png[/img]

5HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:41 pm

Behavior???


Registered Member
Registered Member
BB codes work, but I want the text "You Delight Me!" to be shown when the mouse hovers over the badge

http://www.thedungeons.info

6HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:41 pm

Guest


Guest
i dont think thats possible.

7HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 9:46 pm

Behavior???


Registered Member
Registered Member
I see many forumotion forums with that possible

For eg, Try this page

http://chouwa-harmonia.forummotion.com/news-and-announcements-f1/gifts-and-awards-system-t65.htm#1739

if you keep your mouse over the heart image under the profile section of the post it will give you an ALT text

http://www.thedungeons.info

8HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 10:20 pm

ankillien

ankillien
Administrator
Administrator
Hi!

Try it with 'An Image' type field instead of 'Text Zone'.

PS. <img> tag doesn't need to be closed Wink In HTML it works without closing it.

9HTML in Profile Empty Re: HTML in Profile Mon Aug 23, 2010 10:27 pm

Behavior???


Registered Member
Registered Member
but I want to add different image to different users

http://www.thedungeons.info

10HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 1:53 pm

Joel

Joel
Registered Member
Registered Member
Behaviour, than you're thinking way too much already. That wouldn't be possible in Forumotion forums. I doubt all other hosted forums also don't provide such features!

EDITED
Behavior??? wrote:I see many forumotion forums with that possible

For eg, Try this page

http://chouwa-harmonia.forummotion.com/news-and-announcements-f1/gifts-and-awards-system-t65.htm#1739

if you keep your mouse over the heart image under the profile section of the post it will give you an ALT text

Wait a minute! You're referring to alternate text? I thought you wanted like a very nice box to pop up upon mouse hovering over image.

http://www.advertisehotspot.info/

11HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 1:57 pm

Behavior???


Registered Member
Registered Member
Yeah, I wanted an alternate Text

http://www.thedungeons.info

12HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 2:00 pm

Joel

Joel
Registered Member
Registered Member
Simple. This works just like affiliate codes.

Code:
<a href="http://mytube.forumotion.com/" target="blank" title="MyTube"><img src="http://i30.tinypic.com/mcg680.png" alt="MyTube"></a>

Which will appear like - http://www.advertisehotspot.com/Like-So-h5.htm

When you hover your mouse over the affiliate image, the alternate text appear.

Is this what you want? If so, i will now provide you with the total codes.

http://www.advertisehotspot.info/

13HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 2:04 pm

Behavior???


Registered Member
Registered Member
I do know non advanced HTML coding Joel, I have tried this code too, but when I add it to Profile field, only the codes appear and not the result what I want

http://www.thedungeons.info

14HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 2:18 pm

Joel

Joel
Registered Member
Registered Member
Hmm. Than i already got one part solved. Let's wait for a technician than Very Happy

http://www.advertisehotspot.info/

15HTML in Profile Empty Re: HTML in Profile Tue Aug 24, 2010 11:32 pm

Behavior???


Registered Member
Registered Member
I hope Ani or Sanket will soon find a solution, I have too much trust in them, LOL

http://www.thedungeons.info

16HTML in Profile Empty Re: HTML in Profile Wed Aug 25, 2010 7:58 am

Jophy

Jophy
Registered Member
Registered Member
Just to inform you that ankillien is away for a couple of days Wink So you'll know then.

http://www.socialtechforum.com/

17HTML in Profile Empty Re: HTML in Profile Wed Aug 25, 2010 10:45 am

Behavior???


Registered Member
Registered Member
Then, I am relying on the technicians! LOL and Sanket

http://www.thedungeons.info

18HTML in Profile Empty Re: HTML in Profile Wed Aug 25, 2010 11:21 am

ankillien

ankillien
Administrator
Administrator
This code would work for alt text showing up...

Code:
<img src="IMAGE URL" title="This Will Show Up On Hover">

If only codes are showing up, try different type of profile field.

19HTML in Profile Empty Re: HTML in Profile Wed Aug 25, 2010 1:48 pm

Joel

Joel
Registered Member
Registered Member
Yes. I tried that. Works well Very Happy

http://www.advertisehotspot.info/

20HTML in Profile Empty Re: HTML in Profile Wed Aug 25, 2010 10:22 pm

Behavior???


Registered Member
Registered Member
Can you say, what is the type of profile field you selected in your ACP, Joel?

http://www.thedungeons.info

21HTML in Profile Empty Re: HTML in Profile Thu Aug 26, 2010 9:07 pm

Behavior???


Registered Member
Registered Member
Up You Go!

http://www.thedungeons.info

22HTML in Profile Empty Re: HTML in Profile Fri Aug 27, 2010 12:16 pm

Joel

Joel
Registered Member
Registered Member
Joel wrote:Yes. I tried that. Works well Very Happy

Behaviour, i think i got this one screwed up.

You set it as a "images list" in your admin panel right?
HTML in Profile 2010-08-27_1315

Just insert whatever text you want in the area i pointed with a arrow. Than when you hover your mouse over the image, the text appears.

http://www.advertisehotspot.info/

23HTML in Profile Empty Re: HTML in Profile Fri Aug 27, 2010 12:19 pm

Behavior???


Registered Member
Registered Member
Well understood Joel, but In that case we can only specify one Picture at a time. (Correct me if I am wrong)

Given your experience just like me on forums, I presume you do understand that there are situations where we need to pin two or more badges for a User

http://www.thedungeons.info

24HTML in Profile Empty Re: HTML in Profile Fri Aug 27, 2010 1:48 pm

Gresham27


Banned Member
Banned Member
Hi Mate,

I think you haven't closed the image tag which you have open it.
First check it out the tags which you have open all are closed are not .
find the reference tags too..

--------------------------

Fake signature removed
Member warned

25HTML in Profile Empty Re: HTML in Profile Fri Aug 27, 2010 2:07 pm

Joel

Joel
Registered Member
Registered Member
Behavior??? wrote:Well understood Joel, but In that case we can only specify one Picture at a time. (Correct me if I am wrong)

Given your experience just like me on forums, I presume you do understand that there are situations where we need to pin two or more badges for a User

yes. You can have more than 1 image. Who said only 1? Smile

http://www.advertisehotspot.info/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum