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

#1 2011-12-25 20:20:00

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Deleting "Learn more about this project!"

Do you have a website where you post your Scratch projects? Do you hate the link that always appears at the bottom of the project titled: "learn more about this project!"? I hate it because it links the project back to the Scratch website and completely ruins my fun of pretending I'm 100 times more accomplished than I really am. It shows that to make my games, I'm using a program designed for five-year-olds. That's why I like to get rid of it (sorry Scratch Team). Here is how to simply due a little bit of HTML editing to remove that obnoxious link.

For example, I am going to use my project, Neapolitan's Ice Cream

The HTML for this project is:

Code:

<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/-GizzardGulp-/1375060.sb'></applet> <a href='http://scratch.mit.edu/projects/-GizzardGulp-/1375060'>Learn more about this project</a>

In order to remove the link, simply delete the last part of the code that says:

Code:

<a href='http://scratch.mit.edu/projects/-GizzardGulp-/1375060'>Learn more about this project</a>

Your new HTML should look as follows:

Code:

<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/-GizzardGulp-/1375060.sb'></applet>

And that's how you do it! Enjoy!  smile


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#2 2011-12-25 20:25:45

mcpNOVA
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Deleting "Learn more about this project!"

Cool thanks! ...even though I don't think I need this but hey it helps!


http://i43.tinypic.com/n5fqcz.jpg

Offline

 

#3 2011-12-25 20:39:44

fuz50
Scratcher
Registered: 2008-09-19
Posts: 100+

Re: Deleting "Learn more about this project!"

The Scratch Team puts that there to get more people exposed to the site so that they all know what it's about. It gets them more users, and therefore they can make the site larger with a bigger community.

I disagree with how you say Scratch is an easy language to learn, and people will think you're less experienced if they know this. If they already appreciate your project enough to click the link to see where it came from, I don't think that anybody will think of you any less. I'm quite sure they'll be more interested in Scratch than knowing that your project (might be) easier than it looks. They'll still be impressed by you, and will probably check out your projects as well, giving you more views.

Maybe you don't like it, but I think it's a fine feature.  wink

PS. This probably belongs in the "Suggestions" forum.(:

Last edited by fuz50 (2011-12-25 20:40:47)


http://img10.imageshack.us/img10/7404/cooltext529102298.jpg
http://siggen.toontown-click.de/sig1.pnghttp://siggen.toontown-click.de/sig2.png

Offline

 

#4 2011-12-25 23:54:17

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Deleting "Learn more about this project!"

mcpNOVA wrote:

Cool thanks! ...even though I don't think I need this but hey it helps!

Thanks
erm., I'm glad you enjoyed it


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#5 2011-12-26 00:03:07

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Deleting "Learn more about this project!"

fuz50 wrote:

The Scratch Team puts that there to get more people exposed to the site so that they all know what it's about. It gets them more users, and therefore they can make the site larger with a bigger community.

I disagree with how you say Scratch is an easy language to learn, and people will think you're less experienced if they know this. If they already appreciate your project enough to click the link to see where it came from, I don't think that anybody will think of you any less. I'm quite sure they'll be more interested in Scratch than knowing that your project (might be) easier than it looks. They'll still be impressed by you, and will probably check out your projects as well, giving you more views.

Maybe you don't like it, but I think it's a fine feature.  wink

PS. This probably belongs in the "Suggestions" forum.(:

It doesn't really belong in the suggestion forum because I'm not suggesting to the Scratch Team that they change this.

Thanks for the input


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#6 2011-12-26 00:04:14

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Deleting "Learn more about this project!"

mcpNOVA wrote:

Cool thanks! ...even though I don't think I need this but hey it helps!

200 posts already!??

Last edited by -GizzardGulp- (2012-03-03 19:17:22)


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

Board footer