Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Orkut-Toolbar: More Smileys & Graphical-glittering texts V0.7.3.

Adds a toolbar for formatting & smilies in orkut(for scrap-book and community messages). It also features a toolbar button for inserting colorful and glittering text into scrap-book. More smileys added on demand of OUG.

Updates:


12th October: Added a toolbar button for "More Smileys" option.

Snapshots:

More Smileys option display:Glitter Text Options: Toolbar for Quick-Reply






Jun 16, 2008
khalid592240 User

ut how to install the script file.. i clicked on install script button above.. it downloaded the script.. now what ? do we need to place the script in some file.. how should we install ?

 
May 4, 2008
Harry-101 User

but how to install the script file.. i clicked on install script button above.. it downloaded the script.. now what ? do we need to place the script in some file.. how should we install ?

 
Feb 22, 2008
waaiibbhhaaw Scriptwright

dude .... its very heavy to load ,,,,its not suitable for ppl with low bandwidth!!

 
Oct 16, 2007
Sharath Script's author

@gultus
Thank you very much for the suggestion. I have now made the necessary changes as you said.
This new version also includes more smileys for scrap-books.

 
Oct 14, 2007
Sharath Script's author

@Siva
That script is mine too. Just someone else has posted it. You can see my initial post here: http://technowise.blogspot.com/2007/01/orkut-fo.... My post would date back to any other post of that script. Anyway, I do not have any problem with others improving my script. But please make a mention of where you got the original script from, or the author of initial script instead of only writing your name.

 
Oct 14, 2007
Siva Jawaji Scriptwright

Hi Sharath,

Why are you making false claims about me ripping off your script.

My script below...

http://userscripts.org/scripts/show/12841

is not based on yours, it is based on the following one.

http://userscripts.org/scripts/show/11033

Also, what is wrong on improving existing script and adding new features. These are not for commerical purpose and only intent to help buddies.

Thanks
Siva

 
Oct 13, 2007
gultus Scriptwright

Nice script

One drawback is doesnt take care of the prompt text that orkut uses in scrapboxes like
"enter text or paste HTML (HTML for friends only)" for english could be different

If the first thing that is done with out any text entered by the user then the codes entered by the script are in gray and considered as part of prompt text and could be erased if clicked outside the textarea.
Just fixt it by adding this code whenever entering into the box. i haven't seen the source so i cant tell where to do it you decide and put it at an appropriate place.

scrapbox = document.getElementById("scrapText"); if(scrapbox.value==scrapbox.getAttribute("prompt")){
scrapbox.focus();
//continue inserting code
}

I have demonstrated for main scrap box. you decide upon the way you would want to implement this in your script.

You could comment on this script if you were logged in.