Search found 858 matches

Return to advanced search

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

Yes, yours is incorrect, replace it with the code I provided and see if your forum is still ok.
Author: Teelk
Wed Jul 12, 2006 2:45 pm
 
Forum: IntegraMOD 140
Topic: phpBB 2.0.21 update for IntegraMOD 1.4.0
Replies: 97
Views: 152379

Re: how do i remove calender?

Hi Danny13,

You need to remove it from the overall header.

Open templates/yourtheme/overall_header.tpl
FIND and DELETE
Code: Select all
{CALENDAR_BOX}
Author: Teelk
Wed Jul 12, 2006 2:34 pm
 
Forum: IntegraMOD 140
Topic: [SOLVED] How do i remove calender?
Replies: 5
Views: 5363

Re: Everybody are banned!

The user_warnings column in the users table should be set to 0 for all users now... is this the case?
Author: Teelk
Wed Jul 12, 2006 2:29 pm
 
Forum: IntegraMOD 140
Topic: Everybody are banned!
Replies: 25
Views: 28499

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

Ok, country flags shouldn't change that function, so I don't know where the discrepency lies. You can try replacing your prepare_message function with the following one and see if everything still works... function prepare_message($message, $html_on, $bbcode_on, $smile_on, $bbcode_uid = 0)&#...
Author: Teelk
Wed Jul 12, 2006 2:12 pm
 
Forum: IntegraMOD 140
Topic: phpBB 2.0.21 update for IntegraMOD 1.4.0
Replies: 97
Views: 152379

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

That line should be within the prepare_message function. You're prepare_message function is quite a bit different then it should be. Have you added any MODs that would have changed this function?
Author: Teelk
Wed Jul 12, 2006 2:01 pm
 
Forum: IntegraMOD 140
Topic: phpBB 2.0.21 update for IntegraMOD 1.4.0
Replies: 97
Views: 152379

Re: Tracker Block Mod

Ok, found it. Just copy it to your site following the directory structure in the file. There is a bit of editing on your part, however. You'll need to open /blocks/blocks_imp_tracker.php and edit the following... /***********************************//*         Edit Below   &...
Author: Teelk
Tue Jul 11, 2006 9:42 pm
 
Forum: IM Portal Support Forum
Topic: Tracker Block Mod
Replies: 6
Views: 9550

Re: Tracker Block Mod

Sorry for not replying sooner mos-firefox. I did read this post a few days ago and copied the code to try and help you out. Unfortunately, I've been busy with the IM 1.4.1 beta that I haven't had time to look at it. The good news is that I've already done an AAO tracker block in the past, I just hav...
Author: Teelk
Tue Jul 11, 2006 9:33 pm
 
Forum: IM Portal Support Forum
Topic: Tracker Block Mod
Replies: 6
Views: 9550

"ZacFields";p="11559" wrote:I'm just trying to help out these tech guys and answer whatever I can to save them a little time. Plus I have the advantage in this situation of having a PHP4 and a PHP5 server.
Your help is definately appretiated Zac. :?
Author: Teelk
Tue Jul 11, 2006 9:19 pm
 
Forum: IntegraMOD Public Beta
Topic: 141 RC1 PHP Question
Replies: 10
Views: 19248

Re: sort and category blocks

I know this doesn't really help you now... but, the new KB that's being tested with 1.4.1 beta(not yet public) has a lot more features...
Author: Teelk
Tue Jul 11, 2006 7:10 pm
 
Forum: Design Your Site
Topic: sort and category blocks
Replies: 10
Views: 19868

Re: View Topic>Left Question

Hi there, Go to ACP>PCP>PCP Wizard>Alter Page Display Choose phpBB>>View Topic>>Left from the dropdown menu and click select. You'll see the column called HTML Style . Scroll down to user_avatar and add a <br> to the end of what's already there. That'll give you a space. To change everything to be a...
Author: Teelk
Tue Jul 11, 2006 1:42 pm
 
Forum: IntegraMOD 140
Topic: View Topic>Left Question
Replies: 1
Views: 2211

Re: Everybody are banned!

Hmmm... try this in phpmyadmin... ALTER TABLE `phpbb_users`   DROP `user_warnings`;ALTER TABLE `phpbb_users` ADD `user_warnings` smallint(5) default '0';DROP TABLE `phpbb_banlist`;CREATE TABLE `phpbb_banlist` (   ban_id mediumint(8) unsigned NOT NULL auto_increment,  ...
Author: Teelk
Tue Jul 11, 2006 1:13 pm
 
Forum: IntegraMOD 140
Topic: Everybody are banned!
Replies: 25
Views: 28499

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

I found something what needs an explanation. in the Mod there is this code change. # #-----[ OPEN ]--------------------------------------------- # search.php  ##-----[ FIND ]---------------------------------------------# Line 343                 if( &#...
Author: Teelk
Mon Jul 10, 2006 2:41 pm
 
Forum: IntegraMOD 140
Topic: phpBB 2.0.21 update for IntegraMOD 1.4.0
Replies: 97
Views: 152379

Re: If you have to manually CHMOD your files READ THIS

I believe that the only file that needs to be CHMODed 666 is decompiled.php.html, and for some reason only some people need to do it. Another problem is that decompiled.php.html isn't part of the IM package, but instead is created by the eXtreme Styles MOD at some point.
Author: Teelk
Sun Jul 09, 2006 11:59 am
 
Forum: IntegraMOD Public Beta
Topic: If you have to manually CHMOD your files READ THIS
Replies: 23
Views: 43210

Re: [FIX] Today/Yesterday on other timezones

Wish I had seen this earlier, I would have added it to the last update... <img>

And, because it wasn't added to the update, when the premodded files were used to update this site, the fix was lost. I'll add it again.
Author: Teelk
Sun Jul 09, 2006 11:40 am
 
Forum: IntegraMOD 140
Topic: [FIX] Today/Yesterday on other timezones
Replies: 22
Views: 32022

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

Good eye, I didn't catch that. Technically you can just skip that edit altogether since it's there to add the global $db which is already there. I'll ammend the update, but can't upload it since I don't have access to sourceforge currently.

I'll post when the file is updated.
Author: Teelk
Sun Jul 09, 2006 11:20 am
 
Forum: IntegraMOD 140
Topic: phpBB 2.0.21 update for IntegraMOD 1.4.0
Replies: 97
Views: 152379
PreviousNext

Return to advanced search
cron