Powered by Invision Power Board

 
  Pages: (74) « First ... 68 69 [70] 71 72 ... Last » ( Go to first unread post ) Closed TopicStart new topicStart Poll

> ATTN: New forum software
United States
Baroque
Posted: Aug 25 2009, 03:27 PM
Quote Post





Group Icon
Group: Members
Posts: 817
Member No.: 6076
Joined: 11-March 09

Status: (0d) [--]


QUOTE (Black Boo @ Aug 25 2009, 12:23 PM)
So is there an actual date for the switch?

it varies dramatically with how many times RII goes skydiving, or any other unexpected events

just assume that it will be done in a little over two weeks and i think you'll vary from delighted surprise to only the most mild of disappointment


--------------------


DeviantArt (DA needs update) | Clean FurAffinity Clean FA | Why I Cut Quotes
You see things, and you ask, 'Why?' But I dream things that never were, and I ask, 'Why not?'


QUOTE (Ryo)
its the correct form of to.........lemme run it down for ya

to is used when your talking about the number. good way to remember this: to has to letters

too is used when your talkin about actions in stuff.

two is used when your talking about places and locations
PMEmail PosterAOL
Top
United States
Retriever II
Posted: Aug 25 2009, 05:14 PM
Quote Post


Catalyst
[H][*][*][*][*]
[*][*][*][*][*]


Group Icon
Group: Members
Posts: 18290
Member No.: 52
Joined: 13-October 03

Status: (0d) [--]


QUOTE (General @ Aug 25 2009, 03:13 PM)
Are we going to have profiles with comment areas?

No. phpBB is more primitive than IPB with its blog modules. It would also be a pretty major mod to try and write. We have added some things to the profile though and I'd like to see the page redesigned to be a little more presentable.


--------------------

PMEmail PosterUsers WebsiteICQAOLMSN
Top
United States
Baroque
Posted: Aug 25 2009, 05:29 PM
Quote Post





Group Icon
Group: Members
Posts: 817
Member No.: 6076
Joined: 11-March 09

Status: (0d) [--]


QUOTE (Retriever II @ Aug 25 2009, 02:14 PM)
No. phpBB is more primitive than IPB with its blog modules. It would also be a pretty major mod to try and write. We have added some things to the profile though and I'd like to see the page redesigned to be a little more presentable.

redesigning the page is easy because of phpBB's template system

... basically it just calls an HTML file and passes fields to it like MediaWiki.

You can edit that file like standard HTML and re-order everything


--------------------


DeviantArt (DA needs update) | Clean FurAffinity Clean FA | Why I Cut Quotes
You see things, and you ask, 'Why?' But I dream things that never were, and I ask, 'Why not?'


QUOTE (Ryo)
its the correct form of to.........lemme run it down for ya

to is used when your talking about the number. good way to remember this: to has to letters

too is used when your talkin about actions in stuff.

two is used when your talking about places and locations
PMEmail PosterAOL
Top
United States
Retriever II
Posted: Aug 25 2009, 05:44 PM
Quote Post


Catalyst
[H][*][*][*][*]
[*][*][*][*][*]


Group Icon
Group: Members
Posts: 18290
Member No.: 52
Joined: 13-October 03

Status: (0d) [--]


I'm well aware of the templating system - after all I basically changed the templates to look like IPB 1.3 rather than the atrocious phpBB design.

However the problem is actually creating a pleasing design, not coding it.


--------------------

PMEmail PosterUsers WebsiteICQAOLMSN
Top
United States
RetroXYZ
Posted: Aug 25 2009, 06:10 PM
Quote Post


Standard Member
[*][*]

Group Icon
Group: Members
Posts: 2714
Member No.: 4325
Joined: 27-August 07

Status: (0d) [--]


QUOTE (Baroque @ Aug 25 2009, 06:29 PM)
... basically it just calls an HTML file and passes fields to it like MediaWiki.

...except that last time I checked, it used its own weird language

Like

<!-- IF something -->
<!-- ENDIF -->
<!-- BEGIN loop -->
<!-- END loop -->

Or something. Point is, THAT was the reason I hate the phpBB templates. I happen to be rather fond of HTML templates, but not that.
PMEmail PosterMSN
Top
United Kingdom
Kyori
Posted: Aug 25 2009, 06:14 PM
Quote Post


I'm a GUY >.<
[*][*]

Group Icon
Group: Members
Posts: 1467
Member No.: 6088
Joined: 13-March 09

Status: (0d) [--]


QUOTE (RetroXYZ @ Aug 25 2009, 11:10 PM)
...except that last time I checked, it used its own weird language

Like

<!-- IF something -->
<!-- ENDIF -->
<!-- BEGIN loop -->
<!-- END loop -->

You realise that those are HTML comments, right?


--------------------
user posted image
PMEmail PosterAOLMSN
Top
United States
Baroque
Posted: Aug 25 2009, 06:16 PM
Quote Post





Group Icon
Group: Members
Posts: 817
Member No.: 6076
Joined: 11-March 09

Status: (0d) [--]


QUOTE (Retriever II @ Aug 25 2009, 02:44 PM)
I'm well aware of the templating system - after all I basically changed the templates to look like IPB 1.3 rather than the atrocious phpBB design.

Er... phpBB comes with two default styles. The second one has to be "installed" and looks much closer to Invision than the default. Did you look at that before working so hard on the other one (which is indeed atrocious)?

QUOTE
However the problem is actually creating a pleasing design, not coding it.

This is a good point. : (



QUOTE
...except that last time I checked, it used its own weird language

This is parsed by the board when you load the template. It also still uses regular HTML. Understanding the "weird language", which is very simple, is not overly difficult.

It's fully documented, if I recall. If not, you can copy-paste without much going wrong.



QUOTE (Kyori)
You realise that those are HTML comments, right?

Normally they are. However, this isn't true for phpBB, because the HTML files are parsed and modified before being sent to the client.

phpBB parses the comments as commands to determine how to modify the HTML files, then sends the result.

This post has been edited by Baroque on Aug 25 2009, 06:17 PM


--------------------


DeviantArt (DA needs update) | Clean FurAffinity Clean FA | Why I Cut Quotes
You see things, and you ask, 'Why?' But I dream things that never were, and I ask, 'Why not?'


QUOTE (Ryo)
its the correct form of to.........lemme run it down for ya

to is used when your talking about the number. good way to remember this: to has to letters

too is used when your talkin about actions in stuff.

two is used when your talking about places and locations
PMEmail PosterAOL
Top
United Kingdom
Kyori
Posted: Aug 25 2009, 06:20 PM
Quote Post


I'm a GUY >.<
[*][*]

Group Icon
Group: Members
Posts: 1467
Member No.: 6088
Joined: 13-March 09

Status: (0d) [--]


QUOTE (Baroque @ Aug 25 2009, 11:16 PM)
QUOTE (Kyori)
You realise that those are HTML comments, right?

Normally they are. However, this isn't true for phpBB, because the HTML files are parsed and modified before being sent to the client.

phpBB parses the comments as commands to determine how to modify the HTML files, then sends the result.

Fair enough; can't say I've ever taken a look at the phpBB code before.


--------------------
user posted image
PMEmail PosterAOLMSN
Top
United States
RetroXYZ
Posted: Aug 25 2009, 06:38 PM
Quote Post


Standard Member
[*][*]

Group Icon
Group: Members
Posts: 2714
Member No.: 4325
Joined: 27-August 07

Status: (0d) [--]


QUOTE (Baroque @ Aug 25 2009, 07:16 PM)
Er... phpBB comes with two default styles. The second one has to be "installed" and looks much closer to Invision than the default. Did you look at that before working so hard on the other one (which is indeed atrocious)?

He actually was modifying that template to even closer resemble IPB because any sane person wouldn't dare try modifying the prosilver templates.

QUOTE
This is parsed by the board when you load the template. It also still uses regular HTML. Understanding the "weird language", which is very simple, is not overly difficult.

It's fully documented, if I recall. If not, you can copy-paste without much going wrong.

Well, that was more awhile ago when I wasn't too good of a programmer. They still bug me, now, because I know that it would be easier if they just had more template files/parsed in PHP beforehand.
PMEmail PosterMSN
Top
United States
Retriever II
Posted: Aug 25 2009, 06:49 PM
Quote Post


Catalyst
[H][*][*][*][*]
[*][*][*][*][*]


Group Icon
Group: Members
Posts: 18290
Member No.: 52
Joined: 13-October 03

Status: (0d) [--]


QUOTE (Baroque @ Aug 25 2009, 07:16 PM)
Er... phpBB comes with two default styles. The second one has to be "installed" and looks much closer to Invision than the default. Did you look at that before working so hard on the other one (which is indeed atrocious)?

I was referring to subsilver, which is still gross.

And Retro, I already explained in detail why I like the phpBB template system, and why I don't like raw PHP templates and why I feel some PHP template implementations (specifically, MyBB's, but possibly other board software as well) create a security threat.

Fortunately, phpBB templates are parsed down to PHP templates and cached, so there's no CPU overhead to them.


--------------------

PMEmail PosterUsers WebsiteICQAOLMSN
Top
United States
RetroXYZ
Posted: Aug 25 2009, 06:52 PM
Quote Post


Standard Member
[*][*]

Group Icon
Group: Members
Posts: 2714
Member No.: 4325
Joined: 27-August 07

Status: (0d) [--]


QUOTE (Retriever II @ Aug 25 2009, 07:49 PM)
And Retro, I already explained in detail why I like the phpBB template system, and why I don't like raw PHP templates and why I feel some PHP template implementations (specifically, MyBB's, but possibly other board software as well) create a security threat.

Fortunately, phpBB templates are parsed down to PHP templates and cached, so there's no CPU overhead to them.

I wasn't saying I didn't think you should use them. I just said that I don't like them, personally.

As for caching PHP templates, what.
PMEmail PosterMSN
Top
United States
Retriever II
Posted: Aug 25 2009, 06:53 PM
Quote Post


Catalyst
[H][*][*][*][*]
[*][*][*][*][*]


Group Icon
Group: Members
Posts: 18290
Member No.: 52
Joined: 13-October 03

Status: (0d) [--]


QUOTE (RetroXYZ @ Aug 25 2009, 07:52 PM)
I wasn't saying I didn't think you should use them. I just said that I don't like them, personally.

As for caching PHP templates, what.

Caching phpBB templates, not PHP templates. PHP templates require no additional parsing above what is already required by the PHP engine. phpBB templates would require additional parsing, hence the caching.


--------------------

PMEmail PosterUsers WebsiteICQAOLMSN
Top
United States
RetroXYZ
Posted: Aug 25 2009, 06:56 PM
Quote Post


Standard Member
[*][*]

Group Icon
Group: Members
Posts: 2714
Member No.: 4325
Joined: 27-August 07

Status: (0d) [--]


...which is part of the reason why I still dislike them, but if they're cached, then I suppose they're okay. How exactly does it go about doing this?
PMEmail PosterMSN
Top
Germany
TheSuperyoshi
Posted: Aug 26 2009, 04:05 AM
Quote Post


Play my game. No better idea what to write :P
[*]

Group Icon
Group: Members
Posts: 125
Member No.: 6377
Joined: 8-July 09

Status: (0d) [--]


QUOTE (Retriever II @ Aug 25 2009, 11:14 PM)
It would also be a pretty major mod to try and write.

I once made a little MOD to make a text about himself in the profile. I could modify it a bit to make comments or a blog, if you want.


--------------------

user posted image ----- user posted image
I was drawn by: Me (aka. Ref) - fiDumppi
I drew: Segatendo (in Progress) - mirror
user posted image

PMEmail PosterUsers WebsiteICQMSN
Top
United States
Mecha
Posted: Aug 26 2009, 04:42 AM
Quote Post


I DRIVE REALLY SLOW IN THE ULTRA-FAST LANE
[*][*][*][*][*]
[*][*]

Group Icon
Group: Members
Posts: 16224
Member No.: 1020
Joined: 7-May 05

Status: (0d) [--]


posts should have a second report button to a member(s) of your choosing..

so you can discuss stupid **** folks post with your buddies or spread news too I guess.


--------------------
Attacks              3
user posted imageuser posted imageuser posted image
PMEmail PosterUsers WebsiteIntegrity Messenger IMAOLMSN
Top
Australia
Kritter
Posted: Aug 26 2009, 04:49 AM
Quote Post


K r i t t e r
[M][*][*][*][*]
[*][*][*][*][*]


Group Icon
Group: Moderators
Posts: 9321
Member No.: 498
Joined: 3-July 04

Status: (0d) [--]


You can do that off the forum or by PM's


--------------------
user posted image

Mario Land: Minigame Mayhem

NEW: View the trailer HERE!!
View the WIKI for more info
Taking all minigame suggestions, comments or praise, go NOW!
PM
Top
United States
DR. Demon Lizardman
Posted: Aug 26 2009, 01:52 PM
Quote Post


No comment
[*][*][*][*][*]


Group Icon
Group: Members
Posts: 8438
Member No.: 2995
Joined: 28-November 06

Status: (0d) [--]


Looks like I have to god down with the site, nah I kid.
But seriously, I can't wait for the new change, it's like Obama being elected president.


--------------------
For best ref of all, check this one out, thanks Ashura.
QUOTE
Ashura please don't tell me you've done what I think you've done
PMEmail Poster
Top
Canada
Jazz
Posted: Aug 26 2009, 02:11 PM
Quote Post


forums.mfgg.net
[*][*][*][*][*]
[*][*][*]

Group Icon
Group: Members
Posts: 9177
Member No.: 997
Joined: 1-May 05

Status: (0d) [--]


don't know if this was answered yet but is the url staying http://archive.mfgg.net when we change to the new forum?


--------------------
user posted image
PMEmail PosterMSN
Top
Canada
DJ Yoshiman
  Posted: Aug 26 2009, 02:26 PM
Quote Post


My post is to the right.
[M][S][*][*][*]
[*][*][*][*][*]
[*][*]

Group Icon
Group: Moderators
Posts: 18175
Member No.: 141
Joined: 16-November 03

Status: (0d) [--]


still figuring that out


--------------------

user posted image

The Music of DJ Yoshiman - Official Website

Latest News:
I Like To Bonk It Bonk It

NUMBER OF TRIALS:
12
PMEmail PosterUsers WebsiteAOLYahooMSN
Top
Denmark
Mecha the Slag
Posted: Aug 26 2009, 03:22 PM
Quote Post


http://mechaware.net
[*][*][*][*][*]
[*][*][*]

Group Icon
Group: Members
Posts: 11816
Member No.: 728
Joined: 15-December 04

Status: (0d) [--]


QUOTE (Jazz @ Aug 26 2009, 09:11 PM)
don't know if this was answered yet but is the url staying http://archive.mfgg.net when we change to the new forum?

that sounds like it'd be a good idea to do that


--------------------




MechaWare GamesMechaSourceMechaWare for CellphonesMechaWare on Steam

PMUsers WebsiteMSN
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

  Topic Options Topic Options Pages: (74) « First ... 68 69 [70] 71 72 ... Last » Closed TopicStart new topicStart Poll

 




[ Script Execution time: 0.1357 ]   [ 13 queries used ]   [ GZIP Enabled ]   [ Server Load: 1.51 ]