Battlefield Nation Forums  

Go Back   Battlefield Nation Forums > BFNation > Feedback


You are currently viewing our boards as a guest which means you can view posts, but can't make any of your own.

Registration is easy and absolutely free, so why not join the longest-running Battlefield community on the web!

Feedback Let us know what you like, what you don't, and what your favourite colour is!

Reply
 
Thread Tools
Old 01-03-2005, 05:46 PM   #1 (permalink)
Dick_Justice
Major
 
Dick_Justice's Avatar
 
Join Date: Oct 2002
Location: Marl, Germany
Posts: 3,350
Dick_Justice is on a distinguished road
Send a message via ICQ to Dick_Justice
Default commenting on news

I´d think it would be a nice feature if people could comment on news-updates . Its a fairly common feature on a lot of news sites...
__________________
Plays BF 2 in Europe under the name of \"Erich_Felsner\"
Dick_Justice is offline   Reply With Quote
Old 01-03-2005, 06:14 PM   #2 (permalink)
English
I donated a lot!I donated a lot!I donated a lot!
First Lieutenant
 
Join Date: Oct 2002
Location: England
Posts: 1,681
English is on a distinguished road
Default

Yeah but Bort's retired
__________________
-And death shall have no dominion....
English is offline   Reply With Quote
Old 01-03-2005, 08:24 PM   #3 (permalink)
DanTesla1
Lieutenant Colonel
 
DanTesla1's Avatar
 
Join Date: Dec 2002
Location: Philadelphia, PA
Posts: 4,193
DanTesla1 can only hope to improve
Send a message via AIM to DanTesla1 Send Message via Xfire to DanTesla1
Default

lol. Yeah, we should do that. How woudl that work?

I know of a great phpNews + phpBB module where you can post threads in a certain forum and the post that you post will be on the main page. The rest of the replies will go in as comments and will be displayed in the main page as another link if you wanted to read them. I'm not sure if you've heard of this, but I can find it for you if you want. This way, it'll be easier for comments to be posted because everyone is familier with the forums.
__________________

Quote:
*DEAD* GraPe : dr doctor gimme the news is racism allowed
*DEAD* |.XcK.| Dr. Doctor : no
*DEAD* wBk|thEone : ...
*DEAD* |.XcK.| Dr. Doctor : lol, never
*DEAD* GraPe : ight
DanTesla1 is offline   Reply With Quote
Old 01-03-2005, 08:35 PM   #4 (permalink)
Bort
I donated a lot!I donated a lot!I donated a lot!
Captain
 
Join Date: Mar 2003
Location: 202, Chocolate City
Posts: 2,004
Bort will become famous soon enough
Send a message via AIM to Bort
Default

Well let me go through the thought process of this....

First you see you need a user system and we had the problem originally of going between making an API exstension of phpBB or making our own user system. Both would entail a gynormus amount of work to make it all up to snuff. So we put it off till after BFN^2 launched, and by that time pretty much everyone forgot about it or didn't really care anymore.

On an aside, Rexxie and I have another project cooked up which will be as one reporter put it "r0xz0ring y0ur b0xz0rz kekeke".
__________________
Bort is offline   Reply With Quote
Old 01-03-2005, 10:24 PM   #5 (permalink)
grim reaper
Forum Moderator
Brigadier General
 
grim reaper's Avatar
 
Join Date: Oct 2002
Location: England
Posts: 7,256
grim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to behold
Send a message via MSN to grim reaper Send Message via Xfire to grim reaper
Default

The thing dan is talking about is very cool, i have seen it in action my self, shame we never had any news though
grim reaper is offline   Reply With Quote
Old 01-03-2005, 10:44 PM   #6 (permalink)
DanTesla1
Lieutenant Colonel
 
DanTesla1's Avatar
 
Join Date: Dec 2002
Location: Philadelphia, PA
Posts: 4,193
DanTesla1 can only hope to improve
Send a message via AIM to DanTesla1 Send Message via Xfire to DanTesla1
Default

Quote:
Originally Posted by grim reaper
The thing dan is talking about is very cool, i have seen it in action my self, shame we never had any news though
Yeah, it is very cool. Easy to set up, and easy to use. I think it is something that would be best for BFN. Would you like the link? Infact grim, we did have it in action for a bit with [INS], but then switched straight to phpNews.
__________________

Quote:
*DEAD* GraPe : dr doctor gimme the news is racism allowed
*DEAD* |.XcK.| Dr. Doctor : no
*DEAD* wBk|thEone : ...
*DEAD* |.XcK.| Dr. Doctor : lol, never
*DEAD* GraPe : ight
DanTesla1 is offline   Reply With Quote
Old 01-03-2005, 11:05 PM   #7 (permalink)
English
I donated a lot!I donated a lot!I donated a lot!
First Lieutenant
 
Join Date: Oct 2002
Location: England
Posts: 1,681
English is on a distinguished road
Default

Quote:
Originally Posted by Bort
Well let me go through the thought process of this....

First you see you need a user system and we had the problem originally of going between making an API exstension of phpBB or making our own user system.
All that just for comments on the main page? You have a login system already on the front page which must create sessions and whatnot. Why not just query from the phpbb user table when people try to login?

Then all you need is maybe one more table for the comments. .

Easy !
__________________
-And death shall have no dominion....
English is offline   Reply With Quote
Old 01-03-2005, 11:19 PM   #8 (permalink)
Bort
I donated a lot!I donated a lot!I donated a lot!
Captain
 
Join Date: Mar 2003
Location: 202, Chocolate City
Posts: 2,004
Bort will become famous soon enough
Send a message via AIM to Bort
Default

No you see currently there is a seperate limited user system for the admin section not implemented on the whole site. In order to use phpBB everything would have to use it. That means including in the API a way to determine which group someone is in as that would have to correspond to an access level. Since we can't just make everyon an admin and only check if the user table has admin then they can post. This would also mean generating our own set of cookies in essence since you have to log in twice. I tried looking into the phpBB sessions but it looked hella complicated.
__________________
Bort is offline   Reply With Quote
Old 01-04-2005, 04:55 AM   #9 (permalink)
Bort
I donated a lot!I donated a lot!I donated a lot!
Captain
 
Join Date: Mar 2003
Location: 202, Chocolate City
Posts: 2,004
Bort will become famous soon enough
Send a message via AIM to Bort
Default

Well update, I actually found a mod that does this kind of stuff, with a little hacking I dare say I could get it to work properly on our new project.
__________________
Bort is offline   Reply With Quote
Old 01-04-2005, 05:29 AM   #10 (permalink)
NavalLord
Forum Moderator
I donated a lot!I donated a lot!I donated a lot!
Brigadier General
 
NavalLord's Avatar
 
Join Date: May 2003
Posts: 6,149
NavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant future
Send a message via AIM to NavalLord Send Message via Xfire to NavalLord
Default

brilliant!
__________________
NavalLord is offline   Reply With Quote
Old 01-04-2005, 11:19 AM   #11 (permalink)
grim reaper
Forum Moderator
Brigadier General
 
grim reaper's Avatar
 
Join Date: Oct 2002
Location: England
Posts: 7,256
grim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to behold
Send a message via MSN to grim reaper Send Message via Xfire to grim reaper
Default

Ohh, a new project, is it BFN3.
grim reaper is offline   Reply With Quote
Old 01-04-2005, 05:41 PM   #12 (permalink)
English
I donated a lot!I donated a lot!I donated a lot!
First Lieutenant
 
Join Date: Oct 2002
Location: England
Posts: 1,681
English is on a distinguished road
Default

Quote:
Originally Posted by Bort

On an aside, Rexxie and I have another project cooked up which will be as one reporter put it "r0xz0ring y0ur b0xz0rz kekeke".
Yeah whats this all about?
__________________
-And death shall have no dominion....
English is offline   Reply With Quote
Old 01-04-2005, 08:06 PM   #13 (permalink)
Bort
I donated a lot!I donated a lot!I donated a lot!
Captain
 
Join Date: Mar 2003
Location: 202, Chocolate City
Posts: 2,004
Bort will become famous soon enough
Send a message via AIM to Bort
Default

All I can say is it may or may not involve copious amounts of cookies and time permitting whipped cream.


Edit: And that it is not BFN^3.
__________________
Bort is offline   Reply With Quote
Old 01-04-2005, 08:09 PM   #14 (permalink)
NavalLord
Forum Moderator
I donated a lot!I donated a lot!I donated a lot!
Brigadier General
 
NavalLord's Avatar
 
Join Date: May 2003
Posts: 6,149
NavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant futureNavalLord has a brilliant future
Send a message via AIM to NavalLord Send Message via Xfire to NavalLord
Default

will it have a blue moon laser?
__________________
NavalLord is offline   Reply With Quote
Old 01-04-2005, 08:31 PM   #15 (permalink)
DanTesla1
Lieutenant Colonel
 
DanTesla1's Avatar
 
Join Date: Dec 2002
Location: Philadelphia, PA
Posts: 4,193
DanTesla1 can only hope to improve
Send a message via AIM to DanTesla1 Send Message via Xfire to DanTesla1
Default

Hmmm, BFN^3. I missed the launch of BFN^2, so this is all new to me.
__________________

Quote:
*DEAD* GraPe : dr doctor gimme the news is racism allowed
*DEAD* |.XcK.| Dr. Doctor : no
*DEAD* wBk|thEone : ...
*DEAD* |.XcK.| Dr. Doctor : lol, never
*DEAD* GraPe : ight
DanTesla1 is offline   Reply With Quote
Old 01-04-2005, 10:13 PM   #16 (permalink)
The Master
First Lieutenant
 
The Master's Avatar
 
Join Date: Jun 2003
Location: Germany
Posts: 1,700
The Master will become famous soon enough
Default

Yeah lazerz!
__________________
The Master is offline   Reply With Quote
Old 01-04-2005, 10:40 PM   #17 (permalink)
RichM
Forum Moderator
Brigadier General
 
RichM's Avatar
 
Join Date: Oct 2003
Location: West Richland, Washington
Posts: 2,899
RichM is just really niceRichM is just really niceRichM is just really niceRichM is just really niceRichM is just really nice
Default

how about mackerel with lasers attached to their heads?
__________________
"The liberty of a democracy is not safe if the people tolerate the growth of private power to a point where it becomes stronger than the Democratic state itself. That, in its essence, is Fascism - ownership of government by an individual, by a group, or by any controlling private power." - Franklin Delano Roosevelt
RichM is offline   Reply With Quote
Old 01-04-2005, 10:42 PM   #18 (permalink)
grim reaper
Forum Moderator
Brigadier General
 
grim reaper's Avatar
 
Join Date: Oct 2002
Location: England
Posts: 7,256
grim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to behold
Send a message via MSN to grim reaper Send Message via Xfire to grim reaper
Default

Sharks, with frikken lasers strapped to there heads.
grim reaper is offline   Reply With Quote
Old 01-04-2005, 10:44 PM   #19 (permalink)
English
I donated a lot!I donated a lot!I donated a lot!
First Lieutenant
 
Join Date: Oct 2002
Location: England
Posts: 1,681
English is on a distinguished road
Default

For some reason, that made me think of stingray. What a show!


__________________
-And death shall have no dominion....
English is offline   Reply With Quote
Old 01-04-2005, 11:08 PM   #20 (permalink)
grim reaper
Forum Moderator
Brigadier General
 
grim reaper's Avatar
 
Join Date: Oct 2002
Location: England
Posts: 7,256
grim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to beholdgrim reaper is a splendid one to behold