Search found 24 matches

by Alexis Canver
Fri Nov 10, 2006 5:23 pm
Forum: [3.0/Olympus] Discussion
Topic: language hard coded
Replies: 12
Views: 13912

Re: language hard coded

use iso.txt quickly. Like this:

Code: Select all

English [GB]
English [GB]
phpBB Group

Code: Select all

Name [code]
Local name [code]
creator
by Alexis Canver
Fri Nov 10, 2006 2:02 pm
Forum: [3.0/Olympus] Discussion
Topic: language hard coded
Replies: 12
Views: 13912

Re: language hard coded

Why language structure is alphabetical?
by Alexis Canver
Tue Nov 07, 2006 10:13 pm
Forum: [3.0/Olympus] Discussion
Topic: language hard coded
Replies: 12
Views: 13912

Re: language hard coded

Thanks, it's work. But why don't use this way to language files.
by Alexis Canver
Tue Nov 07, 2006 8:32 pm
Forum: [3.0/Olympus] Discussion
Topic: language hard coded
Replies: 12
Views: 13912

language hard coded

I must change the writing (this is a line en/common.php - phpBB3-CVS_2006-11-06) 'IMAGE_FILETYPE_INVALID' => 'Image filetype %d for mimetype %s not supported.', into 'IMAGE_FILETYPE_INVALID' => 'for mimetype %s not supported Image filetype %d.', because of the grammer i've used. I'm changing it but ...
by Alexis Canver
Mon Nov 06, 2006 8:54 pm
Forum: [3.0/Olympus] Discussion
Topic: PhpBB 3 portals
Replies: 76
Views: 100558

Re: PhpBB 3 portals

Kiss portal meybe like an im portal project.
by Alexis Canver
Mon Nov 06, 2006 10:40 am
Forum: [3.0/Olympus] Discussion
Topic: PhpBB 3 portals
Replies: 76
Views: 100558

Re: PhpBB 3 portals

nice, and I have a portal project, but now not acp support.
by Alexis Canver
Fri Nov 03, 2006 3:57 am
Forum: [3.0/Olympus] Discussion
Topic: [code] inline ads
Replies: 2
Views: 5853

[code] inline ads

Some user search inline ads code: I search any way for inline banner add, and find this quick variable: S_ROW_COUNT. Built 3 different code for inline ads. 1. inline ads on after first post # ##-----[ OPEN ]-------------------------------------------------------- # styles/subSilver/template/viewtopi...
by Alexis Canver
Thu Nov 02, 2006 5:12 pm
Forum: [3.0/Olympus] New features discussion
Topic: Quick Reply Box?
Replies: 23
Views: 33639

Re: Quick Reply Box?

phpbb3 and subsilver is xhtml, use <strong>
by Alexis Canver
Wed Nov 01, 2006 4:09 am
Forum: [3.0/Olympus] New features discussion
Topic: Quick Reply Box?
Replies: 23
Views: 33639

Re: Quick Reply Box?

Hey, what code this custom bbcode, spoiler:

I like this
by Alexis Canver
Wed Nov 01, 2006 3:48 am
Forum: [3.0/Olympus] New features discussion
Topic: Moduls in ACP
Replies: 16
Views: 21483

Re: Moduls in ACP

module info files have two blank function:

Code: Select all

	function install()
	{
	}

	function uninstall()
	{
	}
how use this, any small sample ?