[H]ow to get your [H]

Status
Not open for further replies.

KodiakStar

/'s by 0
Joined
Dec 13, 2004
Messages
12,730
How to get your [H]'s (aka how to get your [H]ard|Forum Folding Badge)

1. Go to http://www.hardfolding.com

2. Under the "Member Info" menu

- Click "Folding@Home Stats" or "United Devices Stats"​
3. Scroll down until you see "Find Member" and a search box

4. Input your personal folding name in the box and click "Submit"

6. Click on your name once it comes up
a. It should be the first name that pops up on the list​
b. If your name is not there:​
i. Make sure you have finished a WU​
ii. Check to see if you typed your folding name right​
(both in the console and in the search)​
iii. Check to make sure you are folding for team 33 ([H]ard|OCP)​
7. Scroll down to the bottom of the page.

8. Now look for the very last line that starts with "javascript:" and ends with "halt;"


For Internet Explorer (IE)


9. Highlight the entire line and copy (Ctrl-C or right-click "Copy")
Such as:
Code:
"javascript:document.vbform.message.value=document.vbform.message.value + 
' |URL=http://www.hardfolding.com?go=38&id=285]
|IMG]http://www.hardfolding.com/ftag1.php/mem/285.png[/IMG][/URL]'; document.vbform.submit(); halt;"

10. Click on:
-Favorites​
-Add to Favorites...​
-Rename "[H]ardfolding.com - [H]ome of the [H]orde" to "[H]" (its what I do..)​
-You can select "Links" for the folder to save it to​
-This saves it to your "Favorites/Bookmarks" that are seen from your main window​
-If you cannot see it:​
-Click on "View"​
-Toolbars​
-Then make sure "Links" has a Check-Mark next to it​
-THEN go to the Bookmark you just made; [H]:​
-Right click, select Properties​
-Delete anything thats in the "URL:" Line​
-PASTE the code you copied earlier from hardfolding.com stats page​
-Click "ok"​
-A popup will say: "The protocol "javascript" does not have a registered program. Do you want to keep this target anyway?​
-Click "Yes"​

For FireFox

9. Highlight the entire line and copy (Ctrl-C or right-click "Copy")
Such as:
Code:
"javascript:document.vbform.message.value=document.vbform.message.value + 
' |URL=http://www.hardfolding.com?go=38&id=285]
|IMG]http://www.hardfolding.com/ftag1.php/mem/285.png[/IMG][/URL]'; document.vbform.submit(); halt;"

10. Click and HOLD the highlighted text, then "Drag" it to your Bookmarks(Links) bar.

11. There should now be a bookmark that says "javascript:document..."
-Right click, select Properties​
-Rename the "Name" field to: [H] (or any other title you want to give it)​

OR..


-Right Click on your Bookmarks menu
-Click on "New Bookmark..."
-Set Name: [H] (or whatever..)
-Paste entire code from hardfolding.com into the "URL" field
-Then Click "Ok"


For all the Mac folders out there, you can also add your quick submit/badge button to Safari (Thanks to p[H]ant0m for this info!)

1. Copy badge code from the bottom of your userpage at hardfolding.com

2. Go to Bookmarks -> Show All Bookmarks

3. Bookmarks -> Add Bookmark

4. Choose name and location (Bookmarks Bar if you'd like to have a quick submit button)

5. Edit the address of the newly created bookmark, and paste the code of the badge over whatever data was currently in the link.

6. Spread your badge liberally throughout the forums so that the word of the [H]orde is known far and wide.


-*- Advance Trix -*-

Ok. So you want a Fancy badge too huh?
Lets break the code down to the parts we need to see, the way I do it is to Cut/Paste into a txt document (notepad on Windows machines). After you past it, lets break it down like so (I changed the [ ] to { } only so it doesnt mess up the demo...) (another thing I will let you play with is adding /n into the code to get a new line after your last bit of writing before the badge shows up... can YOU do it?)

(this first part we dont need just hit "Enter/Return" after the ' )
javascript:document.vbform.message.value=document.vbform.message.value + '

(URL to go to, default is your stats page on www.hardfolding.com)
{URL=http://www.hardfolding.com?go=38&id=285}

(img to be displayed, this is your badge this is the only graphic you can use in here, for the badges had to be approved by KYLE to use... Do NOT get us banned from using them for being a jerk )
{IMG}http://www.hardfolding.com/ftag1.php/mem/285.png{/IMG}
{/URL}


(thisis the last part, make sure all the other changes inside come before the ')
';document.vbform.submit(); halt;

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

Now that we see how the code is broken up, we can play with it.

javascript:document.vbform.message.value=document.vbform.message.value + '

(Folding@Home Forum Badge)
{URL=http://www.hardfolding.com?go=38&id=285}
{IMG}http://www.hardfolding.com/ftag1.php/mem/285.png{/IMG}
{/URL}


(UD Forum Badge - NOTE: Since we already have the javascript part, you will only need the first line of code to copy with the URL and the IMG){URL=http://www.hardfolding.com?go=36&id=1287}
{IMG}http://www.hardfolding.com/utag.php/mem/1287.png{/IMG}{/URL}



';document.vbform.submit(); halt;

NEXT... we put it all back together
(When you do this you will not need to change the [ ] brackets to { }, Just remeber that!)

javascript:document.vbform.message.value=document.vbform.message.value + '{URL=http://www.hardfolding.com?go=38&id=285}{IMG}http://www.hardfolding.com/ftag1.php/mem/285.png{/IMG}{/URL}{URL=http://www.hardfolding.com?go=36&id=1287}{IMG}http://www.hardfolding.com/utag.php/mem/1287.png{/IMG}{/URL}';document.vbform.submit(); halt;

To make this work, you MUST delete all the spaces that you made to seperate out the code (if you do seperate it out) to make this work as a one-click submit.

The final result should be similar to:

(yes I need more UD points ;) )


Remember these are meant as a perk for the [H]orde only. No additional information or images is inteneded to be used for these, badges and folding/UD stuff only. It's a perk of being in the [H]orde that the high and mighty let us enjoy!


TroubleShooting:
1.The WYSIWYG editor doesn't like to work with these snippets of code, you need to use the Standard post interface which can be found in your user control panel under options all the way at the bottom of the page.
 
Ah, additional suggestion, the WYSIWYG editor doesn't like to work with these snippets of code, you need to use the Standard post interface which can be found in your user control panel under options all the way at the bottom of the page. :p

 
EDIT: fixed, it was the WYSIWYG setting in User Options as described in 2nd post
 
must be one of the hundreds of extensions I use with FF, probably one of the Ad-blocking ones...
 


Sweet, works nicely in linux with the latest Mozilla. Thanks!
 
Updated it.. you can also do a right click on the bookmark bar - new bookmark.. etc

i wrote it in ^^ there too

Edit: Test with new method "New Bookmark..."
 
We need to make this into a sticky...
We're getting some new recruits that want to know about the [H]'s.

Any mods listening?

I just posted the same instructions about a month ago.

BTW,
Kodiac....
You did a much better job than I did. :D

 
p[H]ant0m said:
Ah, additional suggestion, the WYSIWYG editor doesn't like to work with these snippets of code, you need to use the Standard post interface which can be found in your user control panel under options all the way at the bottom of the page. :p

That was the problem.

 
I knew I was forgetting something :p (fixed)




Edit: Is there any interest on advanced tricks? :) like adding text into it, how to do both badges (UD and F@H in the same "bookmark") etc...

just post here what you want, and we will see what we can do
 
KodiakStar said:
I knew I was forgetting something :p (fixed)




Edit: Is there any interest on advanced tricks? :) like adding text into it, how to do both badges (UD and F@H in the same "bookmark") etc...

just post here what you want, and we will see what we can do


YES!!!

I'll take all the trix I can get..... :D


 
This sig stuff could catch on...

lexx_fan F@H Team #24
[O]CAU
pwns: j00



Just kidding guys, keep up the good work!
 
For all the Mac folders out there, you can also add your quick submit/badge button to Safari

1. Copy badge code from the bottom of your userpage at hardfolding.com

2. Go to Bookmarks -> Show All Bookmarks

3. Bookmarks -> Add Bookmark

4. Choose name and location (Bookmarks Bar if you'd like to have a quick submit button)

5. Edit the address of the newly created bookmark, and paste the code of the badge over whatever data was currently in the link.

6. Spread your badge liberally throughout the forums so that the word of the [H]orde is known far and wide.

Tips and Tricks

When viewing the code of the actual badge insert, you will see ' marks on either end of the URL tags. Any additional information you'd like to add such as a UD badge needs to be placed between these marks. Between these marks, none of the javascript will be required, just the URL and IMG tags associated with your badges, or any text phrases. You can use the "\n" modifier to create new lines.

Remember these are meant as a perk for the [H]orde only. No additional information or images is inteneded to be used for these, badges and folding/UD stuff only. It's a perk of being in the [H]orde that the high and mighty let us enjoy! :cool:

 
Added a little advanced section on there now, enjoy everyone!
- Fold [H]ard - - Or go [H]ome -
 
I posted the "How To" info in the Faq. Let us keep using this one for the "Tests" for the badge, since xENO's is a little outdated, and we should be using the hardfolding.com ones now.
- Fold [H]ard - - Or go [H]ome -
 
Just read the one you added to the sticky.
Very good job there.

Luck.......... :D
 
Status
Not open for further replies.
Back
Top