Bungie.net Community
This topic has moved here: Subject: Script Central> Render HTML; Forum Chat; Show Banned; Auto blam
  • Subject: Script Central> Render HTML; Forum Chat; Show Banned; Auto blam
Subject: Script Central> Render HTML; Forum Chat; Show Banned; Auto blam
  • gamertag: [none]
  • user homepage:

Talk to the Soul | ~B.B. | Know Your Duardo |  | Hero | ISFJ | 77135 | 94371

"It's not who I am underneath, but what I do that defines me."

I was thinking about moving the Updates section to the top since it doesn't get featured in the title, and have the New section below that.

Thoughts?

  • 08.08.2009 12:20 AM PDT
  •  | 
  • Fabled Legendary Member

Join ODST Expeditionary Force for a more mature, friendly community!

I could go either way.
I mainly check the recent posts for updates and new scripts.

  • 08.08.2009 12:24 AM PDT

Mmhh...Maybe. How about if the updates had a date next to them?

  • 08.08.2009 12:33 AM PDT
Subject: Script Central> Forum Chat; Show Banned; Auto blam; Time Zone Co...

Posted by: PKF_647
No scripts are reserved...its a free for all, if you could do it, i would be just as happy as the next person :D
Cheers! Here it is.

Time Zone Converter

It's dirty, but that's just how I like it. : )


A few things:

- After you install it, open up a reply listing and you will get a prompt asking if you want to set it up.
- The offset should be relative to Bungie.net's time. For example, for myself, I put in +17:00. NOT your local offset (eg. GMT+10:00).
- If you need to change the offset/suffix settings, go to Tools > Options > Privacy > Show Cookies > Search "tz_data" > Delete "tz_data_offset" and "tz_data_suffix".
- Do your best to break it, because I've put in a lot of stuff to stop people from doing just that.
- Currently only works on a reply listing page in public/private forums.

That's it! More stuff planned of course, but I just wanted to give some people a taste of what it can do.

Note: I'm aware of the problem where it shows a "0" instead of a 12, and/or AM instead of PM.

[Edited on 08.09.2009 7:54 AM PDT]

  • 08.08.2009 5:31 AM PDT
Subject: Script Central> Render HTML; Forum Chat; Show Banned; Auto blam

Posted by: dazarobbo
Posted by: PKF_647
No scripts are reserved...its a free for all, if you could do it, i would be just as happy as the next person :D
Cheers! Here it is.

Time Zone Converter

It's dirty, but that's just how I like it. : )


A few things:

- After you install it, open up a reply listing and you will get a prompt asking if you want to set it up.
- The offset should be relative to Bungie.net's time. For example, for myself, I put in +17:00. NOT your local offset (eg. GMT+10:00).
- If you need to change the offset/suffix settings, go to Tools > Options > Privacy > Show Cookies > Search "tz_data" > Delete "tz_data_offset" and "tz_data_suffix".
- Do your best to break it, because I've put in a lot of stuff to stop people from doing just that.
- Currently only works on a reply listing page in public/private forums.

That's it! More stuff planned of course, but I just wanted to give some people a taste of what it can do.


That's amazing! It works! A few suggestions though...

- Have it so you can click preset timezones, for example I'm in England, but rather than typing in +08.00, have it so I can click a button which says UK.

- Display Bungie time below, so we have a reference.

- If you can, try and get it to work not just in the threads, but everywhere on the site.

  • 08.08.2009 6:50 AM PDT

Posted by: Wolverfrog
That's amazing! It works! A few suggestions though...

- Have it so you can click preset timezones, for example I'm in England, but rather than typing in +08.00, have it so I can click a button which says UK.

- Display Bungie time below, so we have a reference.

- If you can, try and get it to work not just in the threads, but everywhere on the site.

I agree 100%.

  • 08.08.2009 10:42 AM PDT
  • gamertag: [none]
  • user homepage:

“To say more would spoil be it’s overall its a game that needs to be played.” - Aristotle

I would use the timezone thingy, but I've memorized pretty much every major timezone there is. I now regret wanting to know what time it was in England all the time. And Australia.

Damn you, English colonies!

...except for America! Damn America for being America!

  • 08.08.2009 12:46 PM PDT
  • gamertag: [none]
  • user homepage:

Never give up on your dreams... unless you wanna be an astronaut.

-Krispy Kreme

Hey you guy's, I have the Avatar I want but now it is a matter of how I get it on my B-net account. By the way I use PhotoBucket.

  • 08.08.2009 6:03 PM PDT
  •  | 
  • Fabled Legendary Member

Join ODST Expeditionary Force for a more mature, friendly community!

You can't put custom avatars on your bungie account.

  • 08.08.2009 6:34 PM PDT

No signature found. Click here to change this.

Posted by: TES Christian
Hey you guy's, I have the Avatar I want but now it is a matter of how I get it on my B-net account. By the way I use PhotoBucket.
You can't actually host your avatar publicly on Bungie.net, you may only bear it with the use of coup. If that's what you are looking for, then all you have to do is submit it.

  • 08.08.2009 6:37 PM PDT

Only Becausae I'm Awesome

Forum Tutorials --- WATCH THEM AND LEARN

I've gone and made myself a... script that resets peoples scripts who have borked the script.

Also what the hell is with _default for the message bit. It doesn't do anything D:

  • 08.08.2009 6:42 PM PDT

You say tomato; I say potato.

I finally changed my coup. I hope someone gets it.
.P

  • 08.08.2009 8:27 PM PDT

Posted by: Wolverfrog
That's amazing! It works! A few suggestions though...

- Have it so you can click preset timezones, for example I'm in England, but rather than typing in +08.00, have it so I can click a button which says UK.
I'm not sure whether I can do that because of conflicts when Bungie and/or your local time goes into/out of daylight savings. I'll have a think about that one...

- Display Bungie time below, so we have a reference.Easy peasy. Find the line... document.getElementById(div_id).innerHTML = document.getElementById(div_id).innerHTML.replace(old_str,new _str); in the new_date_display function, and replace it with document.getElementById(div_id).innerHTML = document.getElementById(div_id).innerHTML.replace(old_str,new _str + "<br />" + old_str);

If the text is too big for your liking, you might want to use subscript/superscript (or something else) around both the old_str and new_str.

Here's a pic of how I have it. I still love how it shows me a day ahead. : P

- If you can, try and get it to work not just in the threads, but everywhere on the site.Sounds like a challenge.

  • 08.08.2009 8:40 PM PDT

"Once Bungie takes over the world, The Marty Army will take over Bungie and then we'll really have some fun."
-Marty O'Donnell

"Condemnant quod non intellegunt."

Make Bungie.net More Enjoyable: Read & Follow

Posted by: dazarobbo
- If you can, try and get it to work not just in the threads, but everywhere on the site.Sounds like a challenge.

Theoretically impossible to do with the thread creation date in the forum index. (although you could do it with AJAX, 100% impractical and useless it would be)

But you could do the last post date and PM sent time. Anyways, great work with the script as is.

  • 08.08.2009 9:04 PM PDT

Posted by: paulmarv
Theoretically impossible to do with the thread creation date in the forum index. (although you could do it with AJAX, 100% impractical and useless it would be)
I've been having a little play with Regular Expressions (haven't heard of them until about 2 days ago), and I've figured I can probably do something like this...

Use an expression of "/\u006F\u006E\u0020\d\d\u002E\d\d\u002E\d\d\d\d/g" with the match() method on the "ctl00_mainColPanel" control (so that's the whole table of topic listings. inc. pinned topics) and gather all of the dates from it into an array. So far, I've gotten all of that to work.

Next, get the number of elements in the array which will give me how many topics there are on the forum page.

Run a for loop the same amount of times as there are elements in the array. Inside the loop, have the same expression as above, just without the global flag, to replace each date one at a time to something which acts more like an id (eg. "date_ctrl_flag_" + i).

Then do all of the date conversion (which I still suck at), and replace the "id's" with the converted date through another loop.

As long as nobody has a username or thread title which is the same as the expression or the "id", then I think it might just work...

  • 08.09.2009 6:11 AM PDT
  • gamertag: [none]
  • user homepage:

Never give up on your dreams... unless you wanna be an astronaut.

-Krispy Kreme

How do I get the picture from photobucket onto here? I use Coup 3.5

  • 08.09.2009 7:15 AM PDT

RIP Deathpimp72 - A friend, a brother, a man who will never be forgotten. This place isn't going to be the same without you.

RIP ~B.B.

Hey guys.

I apologize, as I haven't read any of this thread, but I have a question.

Is there a script which removes all identity from the forums? I'm not always too concerned with who is saying what, and it would nice to be able to read through a conversation without worrying about if it is some "new" person or a "well-known" person presenting an argument.

Maybe it sounds weird, I dunno. I just thought it would be something I like.

Thanks in advance for any help.

  • 08.09.2009 10:59 AM PDT

I'm so over all of this.

I feel so lost. I installed the new Posting Tools, and ever since then I see NO posting tools whatsoever. I downloaded the Time Zone Conversion Script earlier today as well, don't know if that'll help any or not =/

  • 08.09.2009 1:54 PM PDT

Posted by: TheScriptKeeper
I feel so lost. I installed the new Posting Tools, and ever since then I see NO posting tools whatsoever. I downloaded the Time Zone Conversion Script earlier today as well, don't know if that'll help any or not =/

I'm having the same problem. I even uninstalled all of my other scripts and it still wouldn't work.

  • 08.09.2009 2:07 PM PDT

I'm so over all of this.

Posted by: Magoo27
Posted by: TheScriptKeeper
I feel so lost. I installed the new Posting Tools, and ever since then I see NO posting tools whatsoever. I downloaded the Time Zone Conversion Script earlier today as well, don't know if that'll help any or not =/

I'm having the same problem. I even uninstalled all of my other scripts and it still wouldn't work.
*Wipes forehead*

I thought it was just me xD

Duardo!!

  • 08.09.2009 2:18 PM PDT
  •  | 
  • Fabled Legendary Member

Join ODST Expeditionary Force for a more mature, friendly community!

Posted by: TheScriptKeeper
Posted by: Magoo27
Posted by: TheScriptKeeper
I feel so lost. I installed the new Posting Tools, and ever since then I see NO posting tools whatsoever. I downloaded the Time Zone Conversion Script earlier today as well, don't know if that'll help any or not =/

I'm having the same problem. I even uninstalled all of my other scripts and it still wouldn't work.
*Wipes forehead*

I thought it was just me xD

Duardo!!

still works w/o time zone script, so it's not his fault.
Go to your script management, and try putting posting tools below time zone if it is currently above it, that might work.

  • 08.09.2009 2:25 PM PDT
  • gamertag: [none]
  • user homepage:

“To say more would spoil be it’s overall its a game that needs to be played.” - Aristotle

Posted by: Cerilli
Hey guys.

I apologize, as I haven't read any of this thread, but I have a question.

Is there a script which removes all identity from the forums? I'm not always too concerned with who is saying what, and it would nice to be able to read through a conversation without worrying about if it is some "new" person or a "well-known" person presenting an argument.

Maybe it sounds weird, I dunno. I just thought it would be something I like.

Thanks in advance for any help.

Coup d'Bungie V3.5 allows you to strip the user roles of all members, essentially making all members below Moderator just "Members". It doesn't remove names, though. Just the advanced titles.

  • 08.09.2009 2:27 PM PDT

I'm so over all of this.

Posted by: komark
try putting posting tools below time zone if it is currently above it, that might work.
That's the way it was already =/

  • 08.09.2009 2:33 PM PDT

#101111011110111100001# is a '7'.
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Greasemonkey Scripts
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Posted by: Alec9224
Indeed. I haven't had XBL for a long time, but I still come on her everyday.

Posted by: TheScriptKeeper
Posted by: komark
try putting posting tools below time zone if it is currently above it, that might work.
That's the way it was already =/
Blame Duardo!

I just made the features!

  • 08.09.2009 2:43 PM PDT