Hi Evil: Will this mod work for phpbb 2.0.19? I've tried to install it using easymod, but i get the following error: Critical Error FIND FAILED: In file [search.php] could not find: if (intval($row['last_search_time']) > 0 && ($current_time - intval($row['last_search_time'])) < intval($board_config[...
Oh, and just to add to my previous post--I understand that phpBB 3 is still be released as RCs, and that there isn't a full release yet. I imagine that it isn't a good idea to do a big production site on a release candidate version?
Anyone have a sense of when the full phpBB3 is coming out?
Hi phpBB Community: This is really noob question--but when is the right time to upgrade my 2.0.X forum to the 3.0.X forum? I'm really excited by the phpBB3 feature set, but the problem is that my current phpBB2 board is heavily MODed (over a dozen mods)--I'll definitely lose some of these critical f...
Hello Everyone: Wow--there's been some great discussion on this thread! I need some advice for modifying this Attachment Mod--right now on my forum, only registered members are allowed to download attachments. Guests are able to view all posts on my forum, but it's a little confusing for them when t...
Maybe I'm missing something here, but the MOD code and threads I see do not indicate that you can integrate with forum search. It seems tag searches will all go through the Board Tracker third-party site, even for "site specific search" (quoting MOD text).
Anyone know whether a MOD to create topic tags for phpBB 2.0.X is being developed (like those used for Wordpress blog posts). I'm running 2.0.19, and I'm reluctant to use the existing BoardTracker Mod. Is there a topic tagging system that can be created that is light and simple? Some suggested requi...
I have been running a phpbb 2.0.19 discussion forum for a while, http://www.beatthegmat.com, and I want to add a blog section using Wordpress. I was wondering whether anyone had tips as to how I can adapt my phpBB template to Wordpress (make the Wordpress blog look like my forum)? I want to have the...
Here's the script that I'm trying to insert in my viewtopic_body.tpl file <script type="text/javascript"> digg_url = '{U_VIEW_FORUM}'; digg_bgcolor = '#ff9900'; digg_skin = 'compact'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> I thought that the {U_VIE...
This mod works great, except I have one problem. When a post gets flagged, it doesn't appear in the forum, which is great--however the flagged post with its offensive content still gets picked up in my RSS reader. Anyway to prevent these flagged posts from appearing in an RSS reader as well (at leas...
Does anyone know what Content Management System (CMS) this website (phpbb.com) is using? It's very slick... I want to implement a CMS for my own website that integrates with my existing phpbb 2.0.19 board. I feel like it's going to be a litle complicated however--my forum is installed on the root di...