Search found 489 matches

by Ptirhiik_
Tue Nov 15, 2005 6:20 pm
Forum: Installing MODs with EasyMOD
Topic: Installing Categories Hiearchy 2.1.4 Template Edit Probs
Replies: 1
Views: 2537

Re: Installing Categories Hiearchy 2.1.4 Template Edit Probs

IMHO, the easiest, quickest and safiest way to proceed is to use the modified subSilver/ files with the *.cfg + subGreen.css and subGreen/images/*.* coming with subGreen, and to search/replace in the resulting tpls all hard-coded references to "subSilver" with "subGreen".
by Ptirhiik_
Tue Nov 15, 2005 6:16 pm
Forum: Installing MODs with EasyMOD
Topic: Catagories Mod
Replies: 4
Views: 3744

Re: Catagories Mod

That's find is just perfect for what I want : I want this search to fail if the code is not exactly the one it should (security reason...). This probably reflects a non-appropriate version of CH regarding the phpBB version. For the both, at the very time I write, use CH 2.1.4 & phpBB 2.0.18.
by Ptirhiik_
Sat Oct 29, 2005 9:43 am
Forum: [3.0/Olympus] Discussion
Topic: Stability of DB schema etc
Replies: 11
Views: 11489

Re: Stability of DB schema etc

> th23 : phpBB group doesn't support in the core product the mods, therefore they can't support upgrades from mods. At best, they can get some informations from some added fields, but you can't talk about upgrade pathes. That said, let's consider this : I'm the author of Categories Hierarchy, theref...
by Ptirhiik_
Fri Oct 28, 2005 12:14 pm
Forum: [3.0/Olympus] Discussion
Topic: Stability of DB schema etc
Replies: 11
Views: 11489

Re: Stability of DB schema etc

Apply an older version of the subforum mod(../..) Certainly not the thing to do : if I have released new versions, this is not only for the pleasure, but because there are some incompliancy with latest php/mysql versions. An to answer to th23 : there will be an upgrade path from phpBB + CH latest v...
by Ptirhiik_
Wed Sep 28, 2005 4:02 pm
Forum: SQL Parser
Topic: [DOC] Converting the AUTO_INCREMENT attribute
Replies: 2
Views: 22457

Re: [DOC] Converting the AUTO_INCREMENT attribute

Here is what I have about auto-inc : # mySQL &#58 CREATE TABLE phpbb_presets ( preset_id MEDIUMINT(5) UNSIGNED NOT NULL AUTO_INCREMENT, preset_type VARCHAR(5) NOT NULL DEFAULT '', preset_name VARCHAR(50) NOT NULL DEFAULT '', PRIMARY KEY ( preset_id ) ); # postgresql CREATE SEQUENCE phpbb_presets...
by Ptirhiik_
Sun Sep 18, 2005 6:41 pm
Forum: General EM Discussion
Topic: Postgresql Help Wanted
Replies: 19
Views: 18123

Re: Postgresql Help Wanted

Indeed.
by Ptirhiik_
Sun Sep 18, 2005 3:43 pm
Forum: General EM Discussion
Topic: Postgresql Help Wanted
Replies: 19
Views: 18123

Re: Postgresql Help Wanted

I was refering to field length/type changes ie (what requires a rename, an add, and a copy).
by Ptirhiik_
Sun Sep 18, 2005 2:30 pm
Forum: General EM Discussion
Topic: Postgresql Help Wanted
Replies: 19
Views: 18123

Re: Postgresql Help Wanted

The main issue IMHO remains the index set on a field requiring modification : this means mod authors have to be very picky regarding field modification, and certainly easyMOD to verbose onto this issue when dealing with postgresql : a lost index may significantly decrease the board performances.
by Ptirhiik_
Sat Sep 17, 2005 10:17 pm
Forum: General EM Discussion
Topic: easyMOD as standalone ?
Replies: 0
Views: 1990

easyMOD as standalone ?

Is there any reason to keep easyMOD tied in phpBB environement ? Maybe there will be some gain to set it in its own place (so actually independant from phpBB setup), allowing so with apache to use either https & .htaccess/passwrd process to protect the more efficently this particular environement.
by Ptirhiik_
Sat Sep 17, 2005 10:14 pm
Forum: General EM Discussion
Topic: Postgresql Help Wanted
Replies: 19
Views: 18123

Re: Postgresql Help Wanted

It is correct (as far as I know), but you will lost other constraints and indexes you would keep with mySQL.