1. This is embarrasking
    Joined
    17 Nov '05
    Moves
    44152
    26 May '06 00:16
    Originally posted by Nordlys
    I have updated or newly installed some of the scripts, I just haven't updated the flag script. Has it changed? I thought it had just been repaired.
    Well he said he had been making a newer version so I am not real sure what all that includes as I haven't had time to research it all yet I just now got it working again. I can't see anything very apparent in the flag script other than it is working again. How old is your script? But He has done a few tweaks in other areas I like. Or I missed some of them before. I just got rid of all the old script and reinstalled everything. Can't hurt to try it and find out for yourself.
  2. Standard memberXanthosNZ
    Cancerous Bus Crash
    p^2.sin(phi)
    Joined
    06 Sep '04
    Moves
    25076
    26 May '06 01:24
    I just updated the Forum Marking script and now it doesn't work at all. I get no cloned button bar, no highlighted threads and no indication of posting.
  3. This is embarrasking
    Joined
    17 Nov '05
    Moves
    44152
    26 May '06 03:55
    Originally posted by XanthosNZ
    I just updated the Forum Marking script and now it doesn't work at all. I get no cloned button bar, no highlighted threads and no indication of posting.
    The same thing happened to me before I went back and reinstalled the updates. I uninstalled everything and started fresh. I don't know if it will help you, but it worked for me though. All my stuff is working great now.

    Hey about the Forum marking, I am color blind. I think it would be cool if instead of color codes which don't help me a bit. Is if instead there were different sized bullets. But I have no idea how to do that.😕🙂
  4. Standard memberXanthosNZ
    Cancerous Bus Crash
    p^2.sin(phi)
    Joined
    06 Sep '04
    Moves
    25076
    26 May '06 04:201 edit
    Originally posted by cashthetrash
    The same thing happened to me before I went back and reinstalled the updates. I uninstalled everything and started fresh. I don't know if it will help you, but it worked for me though. All my stuff is working great now.

    Hey about the Forum marking, I am color blind. I think it would be cool if instead of color codes which don't help me a bit. Is if instead there were different sized bullets. But I have no idea how to do that.😕🙂
    You need to change this bit:

    function newMsgsImg() {
    return 'data:image/gif;base64,' +
    'R0lGODlhBQAFAIQQAAB2AAB/AACFAACLAAC1AADBAADCAADIAADSAADYAADdAA' +
    'DoAADpAADtAAD6AAD7AP//////////////////////////////////////////' +
    '/////////////////////yH+FUNyZWF0ZWQgd2l0aCBUaGUgR0lNUAAsAAAAAA' +
    'UABQAABRMg9DQI5CyKQTBKCySHMghQEdAhADs=';
    }

    function posterImg() {
    return 'data:image/gif;base64,' +
    'R0lGODlhBQAFAOMKAIgAAIoAAJMAAKAAAMEAAM8AAOAAAOEAAOYAAP8AAP' +
    '///////////////////////yH+FUNyZWF0ZWQgd2l0aCBUaGUgR0lNUAAs' +
    'AAAAAAUABQAABA9QpXTkNGROgFAagVIIYQQAOw==';
    }

    EDIT: And yes I have tried uninstalling and reinstalling the scripts (all and just the forum one). No change.
  5. Joined
    23 Sep '05
    Moves
    11774
    26 May '06 11:03
    Originally posted by XanthosNZ
    You need to change this bit:

    function newMsgsImg() {
    return 'data:image/gif;base64,' +
    'R0lGODlhBQAFAIQQAAB2AAB/AACFAACLAAC1AADBAADCAADIAADSAADYAADdAA' +
    'DoAADpAADtAAD6AAD7AP//////////////////////////////////////////' +
    '/////////////////////yH+FUNyZWF0ZWQgd2l0aCBUaGUgR0lNUAAsAAAAAA' +
    'UABQAABRMg9DQI5CyK ...[text shortened]... stalling and reinstalling the scripts (all and just the forum one). No change.
    And how do you expect cash to know that this is imagedata we're talking about, and how he can Base64 encode such data and insert into the code?
  6. Subscriberouroboros
    Digital Alchemist
    Joined
    10 Sep '03
    Moves
    658369
    26 May '06 17:511 edit
    Originally posted by stocken
    And how do you expect cash to know that this is imagedata we're talking about, and how he can Base64 encode such data and insert into the code?
    The easiest way is to put the images that you want on a server and then in the function return a link to your images.

    For instance, I could put an image 'i_posted.gif' on my server and then change the posterImg function so that it reads: return 'http://members.shaw.ca/ouroboros/i_posted.gif'. You can do a similar thing for the new messages.
  7. Subscriberouroboros
    Digital Alchemist
    Joined
    10 Sep '03
    Moves
    658369
    26 May '06 17:51
    Originally posted by XanthosNZ
    EDIT: And yes I have tried uninstalling and reinstalling the scripts (all and just the forum one). No change.
    Pop open the JavaScript Console. Any error messages?
  8. Subscriberouroboros
    Digital Alchemist
    Joined
    10 Sep '03
    Moves
    658369
    26 May '06 17:521 edit
    Originally posted by Nordlys
    I have updated or newly installed some of the scripts, I just haven't updated the flag script. Has it changed? I thought it had just been repaired.
    I just fixed the bug. The new version was going to reduce the size of the script so that only frequently used flags were stored. I haven't gotten around to finishing that though.

    So if the script is working for you, no need to update.
  9. This is embarrasking
    Joined
    17 Nov '05
    Moves
    44152
    27 May '06 03:37
    Originally posted by XanthosNZ
    You need to change this bit:

    function newMsgsImg() {
    return 'data:image/gif;base64,' +
    'R0lGODlhBQAFAIQQAAB2AAB/AACFAACLAAC1AADBAADCAADIAADSAADYAADdAA' +
    'DoAADpAADtAAD6AAD7AP//////////////////////////////////////////' +
    '/////////////////////yH+FUNyZWF0ZWQgd2l0aCBUaGUgR0lNUAAsAAAAAA' +
    'UABQAABRMg9DQI5CyK ...[text shortened]... stalling and reinstalling the scripts (all and just the forum one). No change.
    You really know how to make a guy feel stupid don't you. 😳
    Ah well, it's not your fault. I know you are trying to help. Thanks.
  10. This is embarrasking
    Joined
    17 Nov '05
    Moves
    44152
    27 May '06 03:46
    Originally posted by ouroboros
    The easiest way is to put the images that you want on a server and then in the function return a link to your images.

    For instance, I could put an image 'i_posted.gif' on my server and then change the posterImg function so that it reads: return 'http://members.shaw.ca/ouroboros/i_posted.gif'. You can do a similar thing for the new messages.
    Well, it looks like everyone is trying very hard to make me understand this. And I am trying, I really am. But I feel like Charlie Brown in the class room listening to the teacher. All I hear is wha wha wha. This must be way over my head or the language is one of the two. Maybe even a mixture of both. My head is nodding up and down but Im not understand a thing and when I think I do...reality sets in. Man I must be really be stupid. I really hate it when I have to hang my head in shame because of being outsmarted by a computer. Ouroboros, Stockton and XanderthosNz all three of you are like Brainiac gods to me. And I thank all of you for your efforts. I guess I am just not very good with instruction Sheets. The thing about it is, I bet it is much harder to describe how to do it than to actually do it, once you understand how. So I hate to take up any more of your time guys, Thanks again. 😳
  11. Standard memberXanthosNZ
    Cancerous Bus Crash
    p^2.sin(phi)
    Joined
    06 Sep '04
    Moves
    25076
    28 May '06 03:121 edit
    Originally posted by cashthetrash
    Well, it looks like everyone is trying very hard to make me understand this. And I am trying, I really am. But I feel like Charlie Brown in the class room listening to the teacher. All I hear is wha wha wha. This must be way over my head or the language is one of the two. Maybe even a mixture of both. My head is nodding up and down but Im not understan ...[text shortened]... o it, once you understand how. So I hate to take up any more of your time guys, Thanks again. 😳
    Take the bit I posted and replace it with:

    function newMsgsImg() {
    return XXXXXXXXXXXXXX
    }

    function posterImg() {
    return YYYYYYYYYYYYY
    }

    Where X is replaced with a link to the image you wish to have displayed when there is a new message and Y with the image you wish to have displayed when you have posted. These should look something like:

    http://img210.imageshack.us/img210/7862/titleunkempt4dx.gif
    (www.imageshack.us is a good place to upload them to if you have them on your own computer).
  12. Standard memberXanthosNZ
    Cancerous Bus Crash
    p^2.sin(phi)
    Joined
    06 Sep '04
    Moves
    25076
    28 May '06 03:24
    Originally posted by ouroboros
    Pop open the JavaScript Console. Any error messages?
    Error: invalid property id
    Source File: rhpforums.user.js
    Line: 551
    551
  13. Subscriberouroboros
    Digital Alchemist
    Joined
    10 Sep '03
    Moves
    658369
    28 May '06 04:45
    Originally posted by XanthosNZ
    Error: invalid property id
    Source File: rhpforums.user.js
    Line: 551
    551
    Saw you post a similar error in another thread. Do all of the greasemonkey scripts return similar errors? Can you e-mail me your version of the script? My version doesn't have anything relative on line 551. You can send it to ouroboros@shaw.ca.

    You may want to try removing all of the scripts and then adding them back one at a time until a script breaks. Or perhaps try updating greasemonkey.
  14. Standard memberXanthosNZ
    Cancerous Bus Crash
    p^2.sin(phi)
    Joined
    06 Sep '04
    Moves
    25076
    28 May '06 05:17
    Originally posted by ouroboros
    Saw you post a similar error in another thread. Do all of the greasemonkey scripts return similar errors? Can you e-mail me your version of the script? My version doesn't have anything relative on line 551. You can send it to ouroboros@shaw.ca.

    You may want to try removing all of the scripts and then adding them back one at a time until a script breaks. Or perhaps try updating greasemonkey.
    It seems to be working now. I uninstalled and reinstalled all extensions I had installed. That seems to have fixed it. Thanks for your help. I didn't realise how much I relied on the script until it was gone.
  15. This is embarrasking
    Joined
    17 Nov '05
    Moves
    44152
    31 May '06 16:20
    I just wanted to say that with everyone's help. I now have the icons changed and it works beautifully. Thanks for everyone's help. I could not have done it alone. Kudos to you know who. That's right, you know who you are.😵
Back to Top

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.I Agree