This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-07-27 05:43:13

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Forum topic like Buttons!

Since you beat me to the punch on this one, would you like to do a link swap so the two topics recommend each other?  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#27 2011-07-27 05:45:43

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: Forum topic like Buttons!

sparks wrote:

Since you beat me to the punch on this one, would you like to do a link swap so the two topics recommend each other?  smile

OK.

Sparks has made more cool API functions here.

If that's what you meant.


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#28 2011-07-27 05:49:27

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

Hehe sure you could put in yours 'Remember to check out Rum's Forum Topic Like buttons!' with the url http://scratch.mit.edu/forums/viewtopic.php?id=69732 or something like that

What do you suggest I put for yours?

Edit: I've put something that I think works well for yours, problem is mine is a bit more of a mouthful  smile

Last edited by RUMCHEERYPOOPOO (2011-07-27 05:52:26)


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#29 2011-07-27 05:53:15

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Forum topic like Buttons!

Erm. Why did whizzer give the okay?  tongue

Anyway, I like your text there... how about simply
"click here for Sparks' self updating images and links in posts!"
smile

EDIT: Oh, I'm not sure remember is the right word, sounds too much like an advert whilst I'm basically wanting to say "If you liked this you'll probably like this"  tongue

Last edited by sparks (2011-07-27 05:54:28)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#30 2011-07-27 06:00:06

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

sparks wrote:

Erm. Why did whizzer give the okay?  tongue

Anyway, I like your text there... how about simply
"click here for Sparks' self updating images and links in posts!"
smile

EDIT: Oh, I'm not sure remember is the right word, sounds too much like an advert whilst I'm basically wanting to say "If you liked this you'll probably like this"  tongue

OK, changing


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#31 2011-07-27 06:05:24

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Forum topic like Buttons!

We could do it with graphics:

  __________________________________________________________________
/                             S P A R K S     R E C O M M E N D S                       \
------------------------------------------------------------------------------------------------------
|Rum's LIKE button. [click here to learn about adding it to your thread!] |
|                                                                                                    |
\___________________________________________________________________/

  __________________________________________________________________
/                               R U M     R E C O M M E N D S                            \
------------------------------------------------------------------------------------------------------
|Sparks' self-updating images. [See what it's all about, click here]            |
|                                                                                                    |
\___________________________________________________________________/

Though obviously as an image. (example phrases

Last edited by sparks (2011-07-27 06:07:58)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#32 2011-07-27 06:05:32

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Forum topic like Buttons!

Nice!


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#33 2011-07-27 06:08:28

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

sparks wrote:

We could do it with graphics:

  __________________________________________________________________
/                             S P A R K S     R E C O M M E N D S                       \
------------------------------------------------------------------------------------------------------
|Rum's LIKE button. [click here to learn about adding it to your thread!] |
|                                                                                                    |
\___________________________________________________________________/

Though obviously as an image.

We could indeed, I'll work on something and I'll put something similar in my post.

For now you could just put 'Sparks Recommends you try Rum's Like button - Click to learn about adding to your thread.'

and thanks jji  smile


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#34 2011-07-27 06:13:26

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Forum topic like Buttons!

I added a little to the post above.

Can I ask, when you use my text rendering script, are you using it literally from block.scratchr.org/textrender.php or did you copy the code from the open source bit and add the php page yourself to your site?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#35 2011-07-27 06:26:22

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

sparks wrote:

I added a little to the post above.

Can I ask, when you use my text rendering script, are you using it literally from block.scratchr.org/textrender.php or did you copy the code from the open source bit and add the php page yourself to your site?

I copied the code from the open source bit, it's in my source code, the function

Code:

writeimageoftext($string, $subtext);

I added the subtext bit, it basically adds some text half the size of the set font size underneath and works out how high the image should be etc. Although it doesn't change the width so if you put some text in the subtext that is longer than the string then it will be truncated on the end.

Also, you went a bit wrong with the link to my topic XD you put /img as the end tag for a url.

Last edited by RUMCHEERYPOOPOO (2011-07-27 06:27:49)


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#36 2011-07-27 06:31:52

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Forum topic like Buttons!

To see my like button, go to the Aperture inc. Collab topic in Collaborations. Just to tell you, so that you can see if its working well and all that... you should add a like button to this post  lol


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#37 2011-07-27 06:41:25

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

jji7skyline wrote:

To see my like button, go to the Aperture inc. Collab topic in Collaborations. Just to tell you, so that you can see if its working well and all that... you should add a like button to this post  lol

You can't like individual posts with my tool, only topics but you can put the like button anywhere you want, just make sure the links are the same and it will work. Allowing you to have a like button for your aperture inc. collab group anywhere, even in your signature!


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#38 2011-07-27 06:45:34

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

jji7skyline wrote:

To see my like button, go to the Aperture inc. Collab topic in Collaborations. Just to tell you, so that you can see if its working well and all that... you should add a like button to this post  lol

You can't like individual posts with my tool, only topics but you can put the like button anywhere you want, just make sure the links are the same and it will work. Allowing you to have a like button for your aperture inc. collab group anywhere, even in your signature!

Sorry, I meant in this topic (silly me!  tongue ) Anyway! Thanks for the advice! I may add a 'Like' button on my sig as well!


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#39 2011-07-27 06:47:21

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

There already is a like button see the first post about a quarter of the way down  smile


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#40 2011-07-27 07:29:56

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Forum topic like Buttons!

I liked it, and it added 2 likes. Then I unliked it, and it added 1 like.

Edit: It added 3 this time.

Last edited by scratcher7_13 (2011-07-27 07:31:01)


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#41 2011-07-27 07:34:49

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

Strange, might be other people adding likes aswell I'll check the database.
The problem is I can't replicate this problem (if it is one) because whenever I unlike it it takes one off and when I re like it afterwards it adds one I'm not sure what's going on.


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#42 2011-07-27 07:44:46

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

Strange, might be other people adding likes aswell I'll check the database.
The problem is I can't replicate this problem (if it is one) because whenever I unlike it it takes one off and when I re like it afterwards it adds one I'm not sure what's going on.

By the looks of it, you have a dynamic ip address which means that your ip address (the number on the internet that defines your computer) changes every so often, in this case a lot. That is one of the problems with my script, if someone does have a dynamic ip address then it can't tell the difference and it adds a like for each ip address.

So if the same thing happens to anyone other than scratcher_7_13 then could they refrain from clicking it again.

Thanks,

Rum


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#43 2011-07-27 08:05:02

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Forum topic like Buttons!

I liked it

Offline

 

#44 2011-07-27 10:15:25

solution2u
New Scratcher
Registered: 2011-07-17
Posts: 9

Re: Forum topic like Buttons!

Nice. It works

Offline

 

#45 2011-07-27 10:50:56

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

Thanks everyone, and indeed it does


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#46 2011-07-27 11:01:26

videogame9
Scratcher
Registered: 2008-05-12
Posts: 1000+

Re: Forum topic like Buttons!

The topic has now passed 20 likes.


http://img641.imageshack.us/img641/4118/newvg9logo.png
QUOTE OF THE RIGHT NOW: why are we arguing about dead babies? -videogame9

Offline

 

#47 2011-07-27 11:19:51

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Forum topic like Buttons!

I won't like it because you swore.

Offline

 

#48 2011-07-27 11:27:26

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

scimonster wrote:

I won't like it because you swore.

Er when?


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#49 2011-07-27 11:30:16

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

scimonster wrote:

I won't like it because you swore.

Er when?

I reported it, so it should be removed soon.
It's d-a-m-*-i-t.

Offline

 

#50 2011-07-27 11:32:55

videogame9
Scratcher
Registered: 2008-05-12
Posts: 1000+

Re: Forum topic like Buttons!

I'll experiment.

Hope this works...

http://scratchloveit.netne.net/topicrate.php?id=69732&ret=image

Yep. It works.


http://img641.imageshack.us/img641/4118/newvg9logo.png
QUOTE OF THE RIGHT NOW: why are we arguing about dead babies? -videogame9

Offline

 

Board footer