Topic: another "Found" pun installation worth mentioning.

http://forums.bf2s.com/index.php  forum

http://bf2s.com/  site

they track Battlefield2 stats. very nicely done if i might say so.

~James
FluxBB - Less is more

Re: another "Found" pun installation worth mentioning.

Nice!

Me big_smile

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: another "Found" pun installation worth mentioning.

Here's me smile

Haven't played much though, got the game last week tongue

Re: another "Found" pun installation worth mentioning.

Oh this is nice tongue here is me

Re: another "Found" pun installation worth mentioning.

Special Force out now... and damn good...

ME

Re: another "Found" pun installation worth mentioning.

Nice Site

Re: another "Found" pun installation worth mentioning.

Rickard wrote:

Nice! Me big_smile

Got some catching up to do wink I guess it would be rather redudant to say I think pun is nice, considering I use it. Kinda tough to modify, but simple and CSS/XHTML make up for it wink

Re: another "Found" pun installation worth mentioning.

EXCELENT job on the website Jeff. *thumbs*

~James
FluxBB - Less is more

Re: another "Found" pun installation worth mentioning.

chuyskywalker: Yeah, I haven't been playing it for a while now. Whenever I find some time to spare these days, I go for DoD: Source.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: another "Found" pun installation worth mentioning.

I thought I might post some of the mods I made to the BF2S forums. They're pretty nifty, but I don't think I can release them simply because of how mangled up they are big_smile click them for their full version, since I think the forum will shrink them all ugly up wink

Deleted Threads and Posts
I was tired of not KNOWING what had been deleted by my mods. People were making accusations of abusive of powers and such, so I wanted to track it. To do so I added a column in the topics and posts tables called 'deleted' which is 0|1. Modding all the "SELECT" statements based on $is_admmod was the tough part, but the results kick ass:

Threads:
http://images.bf2s.com/forum-features/deleted-threads.gif

Posts:
http://images.bf2s.com/forum-features/deleted-post.gif


Edit History
In addition to loosing posts and threads, I wanted to track edit histories so I could see what both users and mods were doing to posts. This has actually come in handy a few times.

History Link:
http://images.bf2s.com/forum-features/history.gif

History View:
http://images.bf2s.com/forum-features/history-2.gif
(not pretty, but it's only for admins/mods anyway.


Merge Thread
One of the more annoying things lacking from punbb is anyway to merge threads. So I stepped up to the plate and put together the script for doing so. I'm not familiar enough with pun to say that I did it right (search indexes, etc) and it's integrated with my 'deleted=1' method of deleteing, so it's not portable. The point is that it's possible -- in fact, it's not even that much code wink

Selection:
http://images.bf2s.com/forum-features/merge-1.gif

Merge Intro:
http://images.bf2s.com/forum-features/merge-2.gif

Merge Select Target:
http://images.bf2s.com/forum-features/merge-3.gif
This is a lot more fun to actually see since it's a neat little ajax piece of refreshing fun big_smile

Merge Confirm:
http://images.bf2s.com/forum-features/merge-4.gif


I'd be happy to give out my files, but I honestly don't know how much use they'll be. I'd worry about security holes, implementation boo-boo's and just generally not working. That percaution said, let me know if you're interested.

11 (edited by Viper007Bond 2006-01-17 06:53)

Re: another "Found" pun installation worth mentioning.

Woah, that's hot, chuy. yikes

Edit: Oh, and keeping with the thread, here's me.

Re: another "Found" pun installation worth mentioning.

Very cool mods chuyskywalker.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: another "Found" pun installation worth mentioning.

@chuyskywalker

Any chance of the modified karma mod you use?
Thanks.

Also... wink whats the new features coming to BF2S? I cant see where you can go next, so very curious about this one... unless its stat orientated again.

Re: another "Found" pun installation worth mentioning.

I probably won't release much of what I've done simply due to the "hack" nature in which i've made it. None of it would probably work with anything other than MySQL, and I don't think I could make a decent 'diff' file out of it either (because of all the other hacks I've made).

I'm hoping that 1.3 will have a much nicer plugin architecture that will allow plugins in/out alot more seamlessly, then you're likely to see some of my things released.

Re: another "Found" pun installation worth mentioning.

damn that karma mod... I posted in your forums once and got a -2.

Re: another "Found" pun installation worth mentioning.

lol

Re: another "Found" pun installation worth mentioning.

Sorted it myself.... I nabbed your javascript for show_give_karma and modified it slightly, for my new MH site... Hope that is ok. Cheers.

Re: another "Found" pun installation worth mentioning.

Sure is. Not super complex, eh? big_smile

Re: another "Found" pun installation worth mentioning.

chuyskywalker wrote:

Sure is. Not super complex, eh? big_smile

But very very effective. big_smile

20

Re: another "Found" pun installation worth mentioning.

chuysky, i thought of making a bf2_cms using punbb what mods can u share ?
i have made a few style for bf2

http://nalan.org
this is my pid: http://bf2s.com/player/43699546/

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: another "Found" pun installation worth mentioning.

Like I said, none of them really. They are all so haphassardly hacked in that separating them from the base code would be nigh impossible.

Should 1.3 included a more manageable plugin architecture (See WordPress for the best example I've seen to date) then I'll package up things and release them.

I'm also working on a patch that adds unlimited sub-categories with no more over head than the current system. Oh it's sweet.

22 (edited by StevenBullen 2006-07-04 18:23)

Re: another "Found" pun installation worth mentioning.

Question...

quaker wrote:

chuysky, i thought of making a bf2_cms using punbb what mods can u share ?

Answer...

chuyskywalker wrote:

I probably won't release much of what I've done simply due to the "hack" nature in which i've made it. None of it would probably work with anything other than MySQL, and I don't think I could make a decent 'diff' file out of it either (because of all the other hacks I've made).

I'm hoping that 1.3 will have a much nicer plugin architecture that will allow plugins in/out alot more seamlessly, then you're likely to see some of my things released.

You beat me to it... lol

chuyskywalker wrote:

I'm also working on a patch that adds unlimited sub-categories with no more over head than the current system. Oh it's sweet.

Is this a sign for the things to come wink
I like...

Re: another "Found" pun installation worth mentioning.

chuyskywalker wrote:

Should 1.3 included a more manageable plugin architecture...

you have seen the 1.3 demo video right? wink

~James
FluxBB - Less is more