is is possible i did it, but then you still have to edit the easy mods edit .mod files
not worth it.
use phpbb if you want easy mod
this is why i building my own cms around phpbb 3 so when there is an easy mod for it
it will work just fine
thats my 2 cents
Steve
Search found 28 matches
- Wed Dec 13, 2006 5:03 pm
- Forum: General EM Discussion
- Topic: How can I make EASYMOD compatiable with PHPnuke?
- Replies: 4
- Views: 7790
- Tue Nov 14, 2006 6:02 pm
- Forum: [3.0/Olympus] Discussion
- Topic: I can't stop laughing
- Replies: 11
- Views: 14209
Re: I can't stop laughing
cvs says
so it might be rc
lets see how dev team decide maybe they will run a private beta among a few testers
After tagging we increase the version number to b4-dev to be able to properly go to b4 or rc1
so it might be rc
lets see how dev team decide maybe they will run a private beta among a few testers
- Tue Nov 14, 2006 11:22 am
- Forum: [3.0/Olympus] Discussion
- Topic: captcha needs some minor changes
- Replies: 6
- Views: 8630
Re: captcha needs some minor changes
dev team any chance you can intergrate this so mods for example can use this confirmation code
like we don't all way massive security codes or what them resized for what we want it for
Steve
like we don't all way massive security codes or what them resized for what we want it for
Steve
- Sun Nov 12, 2006 11:20 am
- Forum: [3.0/Olympus] Discussion
- Topic: captcha needs some minor changes
- Replies: 6
- Views: 8630
Re: captcha needs some minor changes
hmm 107 reads and no response
- Sat Nov 11, 2006 10:44 am
- Forum: [3.0/Olympus] Discussion
- Topic: captcha needs some minor changes
- Replies: 6
- Views: 8630
Re: captcha needs some minor changes
updated gd captcha class with size vars
this way you can change the size of the gd render box
like so
$captcha->width = 360;
$captcha->height = 96;
thought this should be done really mainly for people who want to intergrate phpbb gd into there sites
Steve
this way you can change the size of the gd render box
like so
$captcha->width = 360;
$captcha->height = 96;
thought this should be done really mainly for people who want to intergrate phpbb gd into there sites
Steve
- Sat Nov 11, 2006 7:47 am
- Forum: [3.0/Olympus] Discussion
- Topic: captcha needs some minor changes
- Replies: 6
- Views: 8630
captcha needs some minor changes
hi guys after going over the captcha
would it be possible to get some vars in the captcha for hight and width mainly the gd version of captcha so if we want to use this in mods etc
we can resize
for example:
$captcha = new captcha();
$captcha->width = 60;
$captcha->height = 120;
$captcha->execute ...
would it be possible to get some vars in the captcha for hight and width mainly the gd version of captcha so if we want to use this in mods etc
we can resize
for example:
$captcha = new captcha();
$captcha->width = 60;
$captcha->height = 120;
$captcha->execute ...
- Mon Nov 06, 2006 12:36 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Captchas and Human Readability - Discussion
- Replies: 74
- Views: 82252
Re: Captchas and Human Readability
how so? explain please as it seems perfect to me and just like hn_capture but alot lighter
like the old code was really heavy and even decided to take sometime to render and causing a bit of high memory usage for a few seconds but now its fine to me
Steve
like the old code was really heavy and even decided to take sometime to render and causing a bit of high memory usage for a few seconds but now its fine to me
Steve
- Sun Nov 05, 2006 4:40 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Captchas and Human Readability - Discussion
- Replies: 74
- Views: 82252
Re: Captchas and Human Readability
well i dont post much around here as i busy working on a opensource cms that intergrates with phpbb3 but i must say guys mainly who ever done the capture its changed alot and i like the way your using a similar way for capture as hn_capture class and there seems to be no trouble in english to read ...
- Thu Nov 02, 2006 8:43 pm
- Forum: [3.0/Olympus] Discussion
- Topic: BETA 3 (or RC1) really soon !!!!!
- Replies: 4
- Views: 6262
Re: BETA 3 (or RC1) really soon !!!!!
well i do hope its rc release soon, but beta will be fine as well
- Sun Oct 22, 2006 4:42 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Am I an idiot? Posting HTML?
- Replies: 7
- Views: 9390
Re: Am I an idiot? Posting HTML?
html has been removed for security reasons use the bbcode instead and even make your own bbcodes based on html code in the acp
Steve
Steve