RUMCHEERYPOOPOO wrote:
whizzer wrote:
RUMCHEERYPOOPOO wrote:
probably because your not on a topic page.
The way you can tell it's a topic page is this:
What the url shouldn't look like:
http://i54.tinypic.com/ay3xcm.jpg
What the url should look like:
http://i52.tinypic.com/fonjw8.jpg
The number after the url won't always be that, it's only true of this topic. You can get to the topic page by going to the advanced topics forum and clicking on the link to the topic from there.What on earth is that browser? Firefox? A mashed up version of Chrome?
Firefox 5. And the reason why your thing isn't working is that you need to either: put &type=post onto the end of both the image URL and the link URL, or you need to change the Id to the topic I'd rather than the post id.
I suggest topic as that's what it is, in which case you need to put 5159 as the id.
Where's 5159 come from? And I have got the topic ID!
EDIT: Page 6!
Last edited by whizzer (2011-07-29 07:54:54)
Offline
gbear605 wrote:
Add a 'I agree' button, for yes or no question stuff.
By this do you mean similar to the love it option so you can change the text on the image to say "# agree" "Agree with this?" and "I agree with this!" ?
yes, for like scratch suggestions and stuff, or debate topics, or petitions.
Offline
whizzer wrote:
RUMCHEERYPOOPOO wrote:
whizzer wrote:
What on earth is that browser? Firefox? A mashed up version of Chrome?Firefox 5. And the reason why your thing isn't working is that you need to either: put &type=post onto the end of both the image URL and the link URL, or you need to change the Id to the topic I'd rather than the post id.
I suggest topic as that's what it is, in which case you need to put 5159 as the id.Where's 5159 come from? And I have got the topic ID!
EDIT: Page 6!
5159 is the topic id, If you followed the tutorial on the first page, then it says:
first page wrote:
First off you need to make a url tag with the url http://scratchloveit.netne.net/topicrate.php?id=TOPIC ID HERE&ret=add to find the topic id, you must first make the post, go out to the forums section your topic is in, click on your topic and you'll see in the url bar something like scratch.mit.edu/forums/viewtopic.php?id=# where # is a number, you need to copy this number and put it in the TOPIC ID HERE.
Offline
I love this. This is amazing. Maybe a &text= variable, like this:
http://scratchloveit.netne.net/topicrate.php?id=TOPIC ID HERE&ret=add&text1=Supporters&text2=Please_Support!
Offline
SeptimusHeap wrote:
I love this. This is amazing. Maybe a &text= variable, like this:
http://scratchloveit.netne.net/topicrate.php?id=TOPIC ID HERE&ret=add&text1=Supporters&text2=Please_Support!
hehe thanks, I'll add it to the todo list.
Offline
Add this after style 2:
if ($_REQUEST['style'] == 3 || isset($_REQUEST['imglink']) == true) {
$img = imagecreatefrompng ('$_REQUEST['imglink']');
if ($_REQUEST['type'] == 'post') {
$text_colour = imagecolorallocate($img, 0, 102, 185);
}
else {
$text_colour = imagecolorallocate($img, 255, 0, 0);
}
$text_colour2 = imagecolorallocate($img, 1, 1, 1);
$font = realpath('font2.ttf');
imagettftext($img, 10, 0, 4, 14, $text_colour, $font, $string);
imagettftext($img, 8, 0, 15, 28, $text_colour2, $font, $substring);
$whit = imagecolorallocate($img, 255, 255, 255);
imagecolortransparent($img, $whit);
}May have to troubleshoot, my PHP is bad. Pretty much if style is 3 and &imglink=LINK is there, it makes the like button on the link.
Offline
RUMCHEERYPOOPOO wrote:
scimonster wrote:
I was on the post page.
If doing what I said doesn't work I'm not sure what you can do..
Oh, it worked now.
I'll try out the post like soon!
Offline
Sci! Fix your sig! All you need to do is decapitalise!
[img]http://blocks.scratchr.org/libstatus.php?user=scimonster&user2=sci_test&online=http://weebly.com/uploads/8/1/3/6/8136364/8026303.png&offline=http://weebly.com/uploads/8/1/3/6/8136364/2985209.png[/img]
Offline
I know, I just haven't made the random images yet. ;P
Offline
Lightnin said that my username is a bit innappropriate, so I have a new account and this one will be banned sad . If this does happen then my username will be rookwood101.
Last edited by RUMCHEERYPOOPOO (2011-07-29 16:49:53)
Offline
It doesn't work.
Offline
peterkap wrote:
It doesn't work.
Have you got any more information on your problem? As I can't help you with just that.
Offline
RUMCHEERYPOOPOO wrote:
Lightnin said that my username is a bit innappropriate, so I might have to get a new account and this one will be banned sad . If this does happen then my username will be rookwood101.
This is me now
I'm Rum.
Offline
rookwood101 wrote:
RUMCHEERYPOOPOO wrote:
Lightnin said that my username is a bit innappropriate, so I might have to get a new account and this one will be banned sad . If this does happen then my username will be rookwood101.
This is me now
I'm Rum.
It's the truth.
Offline
I know.
Why isn't my like counting anymore? :S
Offline
awww, that's a pity. true though, dont know if it's 4 the rum or the... excretion
↲
anyway, remember to transfer sig and projects before the final sentence!
Offline
Thanks, I used it for my topic.
http://scratch.mit.edu/forums/viewtopic.php?pid=847772
Last edited by kimmy123 (2011-07-29 12:22:22)
Offline
kimmy123 wrote:
Thanks, I used it for my topic.
![]()
http://scratch.mit.edu/forums/viewtopic.php?pid=847772
cool!
@LS97 I'm just surprised no ones noticed until now, I've had this account for 3 years
. I was young when I made it, that's why it's like that
Offline
RUMCHEERYPOOPOO wrote:
@LS97 I'm just surprised no ones noticed until now, I've had this account for 3 years
. I was young when I made it, that's why it's like that
![]()
Oh OK lol
Anyway, reach 300 posts before the disaster?
Offline
scimonster wrote:
RUMCHEERYPOOPOO wrote:
scimonster wrote:
I was on the post page.
If doing what I said doesn't work I'm not sure what you can do..
Oh, it worked now.
I'll try out the post like soon!![]()
I was going to extend it to be able to do pages that had a ?pid=xxxxxx, but the API doesn't support that. Like Rum said, you need to be on a page that has ?id=xxxxx.

Offline
rookwood101 wrote:
RUMCHEERYPOOPOO wrote:
Lightnin said that my username is a bit innappropriate, so I might have to get a new account and this one will be banned sad . If this does happen then my username will be rookwood101.
This is me now
I'm Rum.
Can't the Scratch team rename you? You would keep all your projects and your post count that way!
Last edited by Sidharth (2011-07-29 15:44:18)

Offline
Sidharth wrote:
rookwood101 wrote:
RUMCHEERYPOOPOO wrote:
Lightnin said that my username is a bit innappropriate, so I might have to get a new account and this one will be banned sad . If this does happen then my username will be rookwood101.
This is me now
I'm Rum.Can't the Scratch team rename you? You would keep all your projects and your post count that way!
They can transfer the post count and projects to the new account, but I don't think they can just rename him.
Offline
LS97 wrote:
Sidharth wrote:
rookwood101 wrote:
This is me now
I'm Rum.Can't the Scratch team rename you? You would keep all your projects and your post count that way!
They can transfer the post count and projects to the new account, but I don't think they can just rename him.
That's the same thing as renaming... almost

Offline
Sidharth wrote:
scimonster wrote:
RUMCHEERYPOOPOO wrote:
If doing what I said doesn't work I'm not sure what you can do..Oh, it worked now.
I'll try out the post like soon!![]()
I was going to extend it to be able to do pages that had a ?pid=xxxxxx, but the API doesn't support that. Like Rum said, you need to be on a page that has ?id=xxxxx.
it does now!
Offline