What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Button?

Button?
Author: Message:
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Button?
what nuno did... is not a button itself... is just a hyperlink next to a little image...

and for that just search for this in 947 definition file:
code:
<urlelem Class="CommonLink" contentalign=middleleft|endellipsis id=atom(idForgotPasswordLink) cmdid=737/>
then add this string before if you want a hyperlink:
code:
<urlelem class="CommonLink" layout=borderlayout() url="YOUR_URL">
<Element Content="HYPERLINK_TEXT" class="CommonLink" />
</urlelem>
or this for an image button:
code:
<urlelem class="CommonLink" layout=borderlayout() url="YOUR_URL">
<Element layoutpos=left content=rcimg(ID_OF_YOUR_IMG) />
</urlelem>
(I putted layoutpos=left and that will be showing at left... but you can put wherever you want it...)

or this for a hyperlink next to an image (like nuno did):
code:
<urlelem class="CommonLink" layout=borderlayout() url="YOUR_URL">
<Element layoutpos=left content=rcimg(ID_OF_YOUR_IMG) />
<Element Content="HYPERLINK_TEXT" class="CommonLink" />
</urlelem>

IMPORTANT: you must replace the strings that are in capital letters with their respective contents!!!!

Note: you can do new class and add it to those links replacing the CommonLink string with it... and then you can play with the look of that hyperlink...

This post was edited on 02-27-2008 at 09:02 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
02-27-2008 08:56 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Button? - by Sao on 02-27-2008 at 05:44 PM
RE: Button? - by warmth on 02-27-2008 at 06:01 PM
RE: Button? - by Sao on 02-27-2008 at 08:34 PM
RE: Button? - by Basilis on 02-27-2008 at 08:38 PM
RE: Button? - by warmth on 02-27-2008 at 08:56 PM
RE: Button? - by Sao on 02-27-2008 at 09:18 PM
RE: Button? - by warmth on 02-27-2008 at 11:28 PM
RE: Button? - by Sao on 03-01-2008 at 06:24 PM
RE: Button? - by LuckyMe on 04-10-2008 at 04:28 PM
RE: Button? - by blessedguy on 04-10-2008 at 07:54 PM
RE: RE: Button? - by LuckyMe on 04-10-2008 at 08:01 PM
RE: Button? - by blessedguy on 04-10-2008 at 08:30 PM
RE: Button? - by Spunky on 04-10-2008 at 09:46 PM
RE: Button? - by aNILEator on 04-10-2008 at 10:05 PM
RE: Button? - by LuckyMe on 04-10-2008 at 11:13 PM
RE: Button? - by blessedguy on 04-10-2008 at 11:44 PM
RE: Button? - by felipEx on 04-11-2008 at 12:08 AM
RE: Button? - by LuckyMe on 04-11-2008 at 12:50 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On