Added new tag. You should only use this (MVP) tag if you have an agreement with Microsoft to use it (otherwise, you are violating their copyright on the graphic).
Brad!
Printable View
Added new tag. You should only use this (MVP) tag if you have an agreement with Microsoft to use it (otherwise, you are violating their copyright on the graphic).
Brad!
Thanks Brad - I'll change it tomorrow morning (been a long day here!)
So, what is the new tag? [mvp] ? apparently not.... :mvp: ? nope, not that either....*stumbles around in the dark* :bigyello: *CRASH!*
-tg
I'll give you a clue.. to get the auto-formatted text "Internet.com" (the JM tag) you need to use something like this: [jm]a[/jm]
actually, there is an issue with the tag right now. I'm not sure what happened to it. If you see the MVP logo in the first post of this thread, then it is likely fixed....
Brad!
hmmm.... there might be an issue with our using multiple servers.... I'm looking into this.
Brad!
[xxx]
This is a test
[COL]This is a second test.
A second test.
[/COL]
[mvp]something here that will be hidden[/mvp]
equals
Brad - I though you were talking about the MVP image - apparently yours comes from a link that's not working right now?
What are you trying to do for us here?
[edit] Actually now it is. Brad is there a reason that the MVP image in this thread sometimes appears as a [X] picture box and other times appears properly?
And that sir, is a good question. I think it has to do with a server being out of sync with the others. There are a couple of other codes that seem to fluxuate a bit too. I'm going to have to get an admin to look into this to see if they can figure out why the link breaks sometimes. (x is an indicator for a broken image link)Quote:
Originally Posted by szlamany
Brad!
Ok - thanks for that answer...
Now what exactly is the use of the new (MVP)xxx(/MVP) tag?
What would you like us to do with it?"
You don't have to do anything with it :D.Quote:
Originally Posted by szlamany
I added it to Codeguru, so I also added it here. On Codeguru, the IMG tag is disabled in the signatures, so the image you have in your signature is not possible there. By creating a vBulletin Code, people there will be able to use the MVP tag in their signature and thus be able to at least display the MVP image in their sig.
Brad!
Nice to see you are being thorough and consistent ;)
Was there a reason for the "something here that will be hidden" comment?
Because you have to put text between the tag or the tag will be ignored. With the MVP tag, the text between the open and closing tag is ignored. I guess I could put that text to the side of the image or something... :)Quote:
Originally Posted by szlamany
Brad!
It's nice to see that it's working. :) Thanks Brad.
Not really...
[edit] - but of course after I posted this it did work!
Brad - when I get the e-mail notification - and click it from outlook - it's this link:
http://www.vbforums.com/showthread.p...42#post2759942
and that link does not work - it shows the [x]
[edit] After I posted this - the link was
http://www.vbforums.com/showthread.p...47#post2759947
and of course I can see the image now.
Probably doesn't help - but at least I can duplicate the problem that way.
I believe the issue is that our program for replicating images across all the servers is missing a server. That would cause the image to randomly not show up (be broken) even though the URL remains the same. Rather than forcing this image to be correct on all servers, I'm leaving it for our developers to take a look at to see if we can fix the problem for good.
Once I know it is fixed, I'll post something. Until then, the image may randomly break.
This will get fixed though :)
Brad!
You could put the MVP id in the tag and thus have the image link to the user MVP homepage?
e.g.
[ MVP id="34440"]
</feature creep>
It is against the rules of use to have the image be clickable and go anywhere...
okay - so I need to read the rules. I'll see if I can get permission to use the link to a profile....
Brad!
I stole szlamany's format:
MVP
You have to use the value in the MVP profile URL, not your ID number (which you should probably keep somewhat confidential).
So for my icon above, I'd link to https://mvp.support.microsoft.com/default.aspx/profile=AE1FAEA9-FCC0-495C-86F1-0528CD261FA9]
by using:
[MVP=AE1FAEA9-FCC0-495C-86F1-0528CD261FA9]abc[/MVP]
Brad!
Robdog e-mailed me this rule last January - not sure where he got it from...
That was why I "undid" the hyperlink in my logo and added MVP as a token next to it...Quote:
Web Sites The Microsoft MVP logo may be used as one- color or full color in Web sites. Please use the .PNG files for Web site application. The logo must not be larger than your company logo. If you choose to assign a hyperlink to the MVP logo on a Web site, the URL needs to point to http://mvp. support.microsoft.com/default.aspx.
I'm asking one of the leads for clarification or permission on the linking. Let's see what they say later today (they are on Pacific time so it is still early there). I'd be a bit surprised if you couldn't link it to your profile page on the MVP site....
Brad!
Cool. Incidentally are we going to have a VBForums / CodeGuru drink session at the summit?
I think somewhere I said something about buying one drink for everyone (from VBF & CG). Of course, you'll have to take a small sip before passing it along, so that there is enough for everyone.... ;) :DQuote:
Originally Posted by Merrion
Brad!
Probably the same place I did.... it's stated in the AUP for the Logo.... not sure why it is that way, but that's how it is. You can link all the text you want.... just not the image... seems counter intuitive.
-tg
I can see their point of view.
It's their logo - their image - and it's all about the program itself. Not about the individual.
That would be my guess anyway...
Quote:
Originally Posted by szlamany
My guess would be that they don't want you linking it to your own personal web site that might not represent them in the best light. I'll be surprised if they say we can't actually link to an MVP profile on their (the MVP) site. Let's wait and see what they say.
Brad!
You can set the boolean flag:
VB Code:
Option Explicit Dim blnOkToMove As Boolean [COLOR=RoyalBlue]Dim blnOkToMove As Boolean kkk[/COLOR] [COLOR=Red]Dim blnOkToMove As Boolean[/COLOR] Dim blnOkToMove As Boolean Private Sub Form_Load() blnOkToMove = False [COLOR=Red]blnOkToMove = False[/COLOR] blnOkToMove = False End Sub Private Sub mnuFileList_Click(Index As Integer) If Index = 1 Then CommonDialog1.ShowOpen Picture1.Picture = LoadPicture(CommonDialog1.FileName) blnOkToMove = True [COLOR=Red]blnOkToMove = True[/COLOR] blnOkToMove = True ElseIf Index = 2 Then Unload Me End If End Sub Private Sub picture1_mousemove(button As Integer, shift As Integer, X As Single, Y As Single) If Not blnOkToMove Then Exit Sub [COLOR=Red]If Not blnOkToMove Then Exit Sub[/COLOR] If Not blnOkToMove Then Exit Sub Text5.Text = X Text6.Text = Y End Sub
Quote:
Originally Posted by Merrion
This is the testing forum. The code is not relevant. I was testing an issue with the formatting that had been pointed out.
Brad