PHPBB3 RC1

This section will detail important news in relation to the server.

Moderator: -ZS- Forum Moderators

Upgrade to PHPBB3 RC1?

Never upgrade, I love this theme!
0
No votes
Upgrade now, maybe it'll help our spam problems.
10
67%
Change forums to something else that isn't such a spam target.
1
7%
I like to play it safe, wait for it to be final.
0
No votes
Whats a forum?
4
27%
 
Total votes : 15

Re: PHPBB3 RC1

Postby Just KiLLeR » Wed Jun 06, 2007 3:35 am

This is kind of interesting. I was replying to a post with several quotes and when I tried to quote it said:
Post a reply

You may embed only 3 quotes within each other.

No big deal, just never have seen that before,

WOW the font color function is very nice! 8)
"24 hours in a day, 24 beers in a case. Coincidence? I think not."
Stephen Wright
User avatar
Just KiLLeR
-ZS- Moderator/Admin
 
Posts: 4428
Joined: Wed Jan 15, 2003 1:20 am
Location: What?

Re: PHPBB3 RC1

Postby _PhAnTaSm » Thu Jun 07, 2007 2:19 pm

I've been messing around with some other styles you should be able to try them out here:

http://www.zarksnipers.com/index.php?style=2
http://www.zarksnipers.com/index.php?style=3

It's pretty slim pickin's because phpBB3 isn't technically released yet, but if you guys do happen to find one you want to try, let me know and I'll add it to the list. It has to be compatible with phpBB3 RC1 or later.
- "The guy who spels like thees."
User avatar
_PhAnTaSm
-ZS- Head Admin
 
Posts: 2352
Joined: Fri Jul 26, 2002 8:02 pm
Location: NY, USA

Re: PHPBB3 RC1

Postby -ZS-Einstein » Thu Jun 07, 2007 3:37 pm

Style 2 is the best so far.
Image
Image
User avatar
-ZS-Einstein
-ZS- Head Admin
 
Posts: 3331
Joined: Mon Jul 29, 2002 2:01 pm
Location: Chicagoland

Re: PHPBB3 RC1

Postby Just KiLLeR » Thu Jun 07, 2007 11:56 pm

I like the default/ what you have up since the change best, but of the two you just posted I like style two as well.
"24 hours in a day, 24 beers in a case. Coincidence? I think not."
Stephen Wright
User avatar
Just KiLLeR
-ZS- Moderator/Admin
 
Posts: 4428
Joined: Wed Jan 15, 2003 1:20 am
Location: What?

Re: PHPBB3 RC1

Postby Zero_Hour » Fri Jun 08, 2007 12:12 am

Know anywhere I can find a tut on designing a theme?

2 does it so far, but I'd love a crack at doing a custom theme for the site.
Image
"Hey-There's nothing in my art.
I'd rather be cool than be smart."
User avatar
Zero_Hour
-ZS- Moderator/Admin
 
Posts: 3068
Joined: Tue Jul 30, 2002 5:07 pm
Location: Valley of the sun.

Re: PHPBB3 RC1

Postby _PhAnTaSm » Fri Jun 08, 2007 1:24 am

Zero_Hour wrote:Know anywhere I can find a tut on designing a theme?

2 does it so far, but I'd love a crack at doing a custom theme for the site.

Because phpBB3 isn't released yet there isn't much on the styles docs pages.
http://www.phpbb.com/support/documentation/3.0/adminguide/acp_styles.php

But you could probally reference the phpBB2 documentation.
http://www.phpbb.com/support/documentation/2.0/#section3_4
- "The guy who spels like thees."
User avatar
_PhAnTaSm
-ZS- Head Admin
 
Posts: 2352
Joined: Fri Jul 26, 2002 8:02 pm
Location: NY, USA

Re: PHPBB3 RC1

Postby Zero_Hour » Fri Jun 08, 2007 3:16 am

Much appreciated, sir. I'll see what I can do. :twisted:
Image
"Hey-There's nothing in my art.
I'd rather be cool than be smart."
User avatar
Zero_Hour
-ZS- Moderator/Admin
 
Posts: 3068
Joined: Tue Jul 30, 2002 5:07 pm
Location: Valley of the sun.

Re: PHPBB3 RC1

Postby Animal_Muther » Thu Jun 14, 2007 1:15 pm

Just an idea I thought would be cool on the forums. Have a "Who's on TS" image. I don't know what information the person would be able to gather from view source or if we even want to post info of our Teamspeak on the forums or not. There's also the question if Phant even wants to be bothered with such a trivial thing as this. But if you want to I found this from Teamspeak.org.




If You have any skills in SQL query building, You can rewrite mysql_sql folder to allow users to use their passwords from phpBB directly.

Other way, much cross-platform and cross-db aware.
Write a script that can duplicate required info from phpBB *users table to TS ts2_clients table.

Modify at least
mysql_sql\edit_client.sql
mysql_sql\new_client.sql
mysql_sql\read_client_login.sql
files to reflect that ":sPassword" should be encoded with md5()

code is:
new_client.sql
Code:

insert into ts2_clients
(i_client_server_id,
b_client_privilege_serveradmin,
s_client_name,
s_client_password,
dt_client_created)
values
(:iServerID,
:bServerAdmin,
:sName,
md5(:sPassword),
:dtCreated);

edit_client.sql
Code:

update ts2_clients set
b_client_privilege_serveradmin = :bServerAdmin,
s_client_name = :sName,
s_client_password = md5(:sPassword)
where
i_client_id = :iClientID;

read_client_login.sql
Code:

select *
from ts2_clients
where i_client_server_id = :iServerID
and s_client_name = :sName
and s_client_password= md5(:sPassword)



http://forum.goteamspeak.com/showthread.php?t=32216
User avatar
Animal_Muther
-ZS- Clan Member
 
Posts: 1339
Joined: Wed Nov 10, 2004 11:59 pm
Location: Minnesnowta

Re: PHPBB3 RC1

Postby RedBat » Thu Jun 14, 2007 2:24 pm

If you go to http://www.1stbrigade.com and click on server monitors you can see who is on both of the servers and TS. They also have the option to display different forum formats based on the settings they chose for board style in their profiles. The Forum admin would have to download a few of the different formats for this to work though, but it is pretty cool. There is a site out there that has all the different display options in them so that members can choose what to download instead of all of them. They are not using PHPBB3 that I can tell so maybe you cannot do this under 3.
RedBat
Sir Post alot
 
Posts: 537
Joined: Thu Aug 15, 2002 10:34 pm
Location: Sarasota, Florida

Previous

Return to Important News

Who is online

Users browsing this forum: No registered users and 1 guest