Search found 7 matches

by BladeOfAnduril
Wed Aug 25, 2004 7:25 pm
Forum: [3.0/Olympus] Discussion
Topic: Can 2.0.10 + Attach Mod 2.3.10 upgrade to 2.2.x smoothly?
Replies: 6
Views: 7277

Re: Can 2.0.10 + Attach Mod 2.3.10 upgrade to 2.2.x smoothly

If you don't have the Attachment MOD installed on your current 2.0.10 (like me) and you upgrade to 2.2 will you get the attachment part or would you have to do a complete new install of 2.2?
by BladeOfAnduril
Fri Jul 23, 2004 5:18 pm
Forum: [3.0/Olympus] New features discussion
Topic: Ban URL
Replies: 5
Views: 5827

Re: Ban URL

Well, I have experimented to no end with the word censor on URLs, if the URL is for example "badurl.com" It would replace that with "Banned URL" or whatever I set, but I would not break the link, so the replacement (in this example "Banned URL") would still link to the site "badurl.com".

As for the ...
by BladeOfAnduril
Fri Jul 23, 2004 2:07 am
Forum: [3.0/Olympus] New features discussion
Topic: Ban URL
Replies: 5
Views: 5827

Ban URL

Will phpBB 2.2 include the ability to block URLs (similar to how the word censor in 2.0.x works)?
by BladeOfAnduril
Fri Apr 09, 2004 11:36 pm
Forum: [3.0/Olympus] New features discussion
Topic: IP Logging?
Replies: 3
Views: 3685

IP Logging?

In 2.2 will IP addresses be logged at registeration?? I have a MOD installed on my current board (2.0.8) to do that. Just curious if it would be standard in 2.2
by BladeOfAnduril
Thu Mar 18, 2004 7:23 pm
Forum: [3.0/Olympus] Discussion
Topic: Search Function in 2.2?
Replies: 8
Views: 7048

Re: Search Function in 2.2?

The database table for the search was like 30mb making it the largest table in the database.

A huge forum database is when is passes a few Gigabytes in size. ;)

Hosting is a commodity now... if you have outgrown your host, then perhaps it's time to shop for a better deal.

Well, I don't have a ...
by BladeOfAnduril
Thu Mar 18, 2004 4:26 pm
Forum: [3.0/Olympus] Discussion
Topic: Search Function in 2.2?
Replies: 8
Views: 7048

Re: Search Function in 2.2?

Ahh ok.

Well, my board has 300+ members and about 80,000 posts. The database table for the search was like 30mb making it the largest table in the database. I was just wondering if perhaps the search in 2.2 would be redone some how so it wouldn't require such a huge piece of the database.
by BladeOfAnduril
Thu Mar 18, 2004 4:13 am
Forum: [3.0/Olympus] Discussion
Topic: Search Function in 2.2?
Replies: 8
Views: 7048

Search Function in 2.2?

I know there will be a search function. In 2.0.x the it runs off of the phpbb_search_wordmatch database table. In 2.2 will the search function be optimized so that it doesn't require a seperate table that accounts to about half of the database size? Perhaps use the phpbb_posts_text table instead or ...