Search found 10 matches

by griffinmt
Sun Feb 08, 2009 3:34 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: MODX Launching a DIY module by administrator
Replies: 2
Views: 6015

Re: MODX Launching a DIY module by administrator

I downloaded the mod files in the zip container, but one of the files has the name root with no extension, same name as the root folder in there. I get an error trying to copy that file. The root folder has no content. Edit: I did this on a different system and now it appears ok. I have the contents...
by griffinmt
Sun Feb 08, 2009 1:20 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Need help adding a header image
Replies: 4
Views: 15360

Re: Need help adding a header image

As mentioned in another posting in this forum, do not forget to change the entry in the imageset/imageset.cfg file that reads:

img_site_logo = site_logo.gif*52*139

The last two numbers represents the height and width in pixels.
by griffinmt
Sun Feb 08, 2009 12:44 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: MODX Launching a DIY module by administrator
Replies: 2
Views: 6015

MODX Launching a DIY module by administrator

In a mod I am trying to create, a number of items are dealt with in the xml file, such as copying files, creating/altering DB tables or rows and editing existing modules. This is done for you if using AutoMod. But if further operations are needed and are coded in an install-only php module, there is...
by griffinmt
Fri Feb 06, 2009 10:55 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Real Name
Replies: 10
Views: 26824

Re: Real Name

What 'value' does show for guests?
by griffinmt
Fri Feb 06, 2009 10:51 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Theme Debaucle.
Replies: 8
Views: 13225

Re: Theme Debaucle.

The 'file' you are editting from the ACP is actually a field by the name of 'theme_data' in the table 'xxx_styles_theme'. There is a row for each available theme, so make sure you get the correct row if you are doing this manually. Near as I can gather, this originally comes from a composite of some...
by griffinmt
Fri Feb 06, 2009 10:26 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: MODX XML root folder
Replies: 2
Views: 6669

Re: MODX XML root folder

Executed may not be the correct terminology, but in fact the xml file is parsed and processed and such tags as <file> and <sql> (among others) are handled at this point. I just want to understand what folder is current during those events. EDIT: OOPS, should mention that I am using Autmod to do this...
by griffinmt
Fri Feb 06, 2009 9:37 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: MODX XML root folder
Replies: 2
Views: 6669

MODX XML root folder

Can anyone tell me 'current directory' is when the mod installation xml file is being proceesed?

In particular, when the contents of the <sql> tags are being 'executed', what is the current directory at that time.

I am trying to setup a LOAD DATA LOCAL INFILE to run during that process.

TIA
by griffinmt
Wed Feb 04, 2009 12:14 am
Forum: phpBB 3.0.x Support
Topic: Member Database
Replies: 5
Views: 8063

Re: Member Database

You may also want to select the users name at the same time so you can better 'tailor' the messages sent to them.

Code: Select all

SELECT username,user_email FROM phpbb_users WHERE user_email <> ''
by griffinmt
Wed Feb 04, 2009 12:07 am
Forum: phpBB 3.0.x Support
Topic: MODX documentation
Replies: 1
Views: 5183

MODX documentation

In addition to the board documentation that has been posted, does anyone have a link to the modx docs. In particular, I am looking for some details regarding the xml tags and structure.

tia
by griffinmt
Mon Feb 02, 2009 12:33 am
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 517178

Re: [Discussion] Downtime and Server Compromise

I too would like for that 'generic' statement to be explained.
If there are specific things to do, then indicate them. And from your comment, I 'assume' you have insight of exactly what issues have already been patched at phpBB?!
:x
Martyn