Search found 89 matches

by RyanThaDude29
Wed Aug 25, 2004 4:05 am
Forum: [3.0/Olympus] Discussion
Topic: MODs on 2.2
Replies: 30
Views: 23061

Re: MODs on 2.2

EldarionII wrote:Ok... do you know a place where I can learn a bit of php? Or is there like a guide of where things need to be located or... I'll just shut up and ask for a php guide. LOL. Give me a break, I'm 14 years old!
http://www.php.net is a good start.
by RyanThaDude29
Fri Jun 18, 2004 1:02 pm
Forum: Chit Chat
Topic: Firefox 0.9
Replies: 23
Views: 21643

Re: Firefox 0.9

firefox + adblock = hard_to_beat :)
by RyanThaDude29
Mon Jun 14, 2004 4:10 am
Forum: [3.0/Olympus] New features discussion
Topic: Forum Rules
Replies: 13
Views: 13813

Re: Forum Rules

You could even place an annoying javascript pop-up saying the rules and alot of people wouldn't pay attention to it.
by RyanThaDude29
Tue May 25, 2004 3:14 am
Forum: [3.0/Olympus] Discussion
Topic: Auto-pruning in 2.2
Replies: 2
Views: 5305

Re: Auto-pruning in 2.2

I found this in viewforum.php // Do the forum Prune thang - cron type job ...
if ($forum_data['prune_next'] < time() && $forum_data['enable_prune'])
{
include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);

if ($forum_data['prune_days'])
{
auto_prune($forum_id, 'posted', $forum ...
by RyanThaDude29
Fri Apr 23, 2004 12:37 pm
Forum: [3.0/Olympus] Styling
Topic: Default 2.2 theme. Images to optimised PNG?
Replies: 40
Views: 47494

Re: Default 2.2 theme. Images to optimised PNG?

Kail wrote:Well, I only use Firefix now and it's superior to any other browser, Opera included.
Amen! :D
by RyanThaDude29
Sun Apr 18, 2004 3:29 pm
Forum: Installing MODs with EasyMOD
Topic: Error installing Quick Reply Mod
Replies: 2
Views: 3901

Re: Error installing Quick Reply Mod

If my thoughts are correct, most of Smartor's MODs doesn't use the full path in the FINDs. The original find looks something like this #
#-----[ FIND ]------------------------------------------
#
lang_main.php It should read like this for EasyMOD compatibility #
#-----[ FIND ...
by RyanThaDude29
Sat Apr 17, 2004 3:16 am
Forum: [3.0/Olympus] Discussion
Topic: Question: will there be an attachment option in phpBB2.2 ?_?
Replies: 7
Views: 7767

Re: Question: will there be an attachment option in phpBB2.2

In fact, they already are available. Scroll down to after the Options of the reply page. ;) This is strange. When you post, the attachment box is there, however, I see this on the bottom of the viewforum page You can post new topics in this forum
You can reply to topics in this forum
You can edit ...
by RyanThaDude29
Tue Apr 13, 2004 9:35 pm
Forum: [3.0/Olympus] New features discussion
Topic: I need PHP5 support
Replies: 10
Views: 13337

Re: I need PHP5 support

Unless I missed something, I thought phpBB 2.2, when released, will support the version of SQL supplied with PHP5 (aka Firebird). Unless we're talking about something else here (I'm known to be clueless at times :lol:)
by RyanThaDude29
Tue Apr 13, 2004 9:29 pm
Forum: [3.0/Olympus] New features discussion
Topic: phpBB 2.2 Gender + Digit code?
Replies: 12
Views: 14299

Re: phpBB 2.2 Gender + Digit code?

Yes it can be turned on and off in the ACP, just like it can in 2.0 series. After I was hit with a couple robotic registers, I found a MOD which took care of it. But since 2.0.5(?), phpBB backported the 2.2 version into 2.0, and added it into the /contrib directory. Nice feature, and never had ...