Search found 608 matches

by Ricky_Racer
Sun Mar 01, 2009 12:51 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Avatar gallery img not working on "external news".
Replies: 3
Views: 721

Re: Avatar gallery img not working on "external news".

If my memory serves me correctly, to display avatars, you will have to include a call to the file, ./includes/functions_display.php. Looking at viewtopic.php I see it has been included here include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'includes/functions_display.' . $ph...
by Ricky_Racer
Fri Feb 27, 2009 11:34 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

Let us look closer at the error message Cannot modify header information - headers already sent by (output started at /includes/functions.php:3198) Seems like this is a good place to stArt Cannot modify header information - headers already sent by (output started at /includes/functions.php:3198) I t...
by Ricky_Racer
Fri Feb 27, 2009 4:02 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

What editing tool are you using to edit file /language/en/acp/common.php ?
The error message also states line 1, which is the beginning of the file

Code: Select all

<?php
Make sure there are no blank spaces or other characters before this. ;)
by Ricky_Racer
Tue Feb 24, 2009 10:24 pm
Forum: [3.0.x] MOD Database Releases
Topic: ACP Add User MOD
Replies: 1018
Views: 266009

Re: ACP Add User MOD

If it is telling you that the password and/or password confirmation is too short, the first thing that should probably be looked into are the template variables. The php part; # #------[ OPEN ]----------------------------------------------- # includes/acp/acp_add_user.php # #------[ FIND ]----------...
by Ricky_Racer
Sat Feb 14, 2009 12:42 pm
Forum: [3.0.x] MOD Requests
Topic: Total attachments on index
Replies: 5
Views: 350

Re: Total attachments on index

Link will work if you remove the extra period http://www..php.net/number-format, making it http://www.php.net/number-format . ;)
by Ricky_Racer
Thu Feb 12, 2009 5:04 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

You did download the v.2.2.4 from the link I posted earlier, didn't you ?
I zipped it up and attached it. ;)
by Ricky_Racer
Thu Feb 12, 2009 3:18 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

Yes you need to uninstall v.1.0.0, there should be a file in the contrib folder, Uninstall v. 1.0.0.txt, it has all of the uninstall v.1.0.0 instructions.
by Ricky_Racer
Thu Feb 12, 2009 1:03 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

Danaldinho, are you sure your database even has a prefix_ ?

metallicatTim, the only way to increase the number of characters
in the welcome message is to use v.2.2.4 of the mod, it uses it's own table instead of the phpbb_config table.
Click Here to download v.2.2.4.
by Ricky_Racer
Fri Jan 30, 2009 4:56 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Custom Title MOD
Replies: 469
Views: 79795

Re: [BETA] Custom Title MOD

Did you remember these 2 steps (edits) ? The php part. # #------[ OPEN ]----------------------------------------------- # includes/acp/acp_users.php # #------[ FIND ]----------------------------------------------- # # Tip: This may be a partial find and not the whole line. # 'interests' => utf8_norm...
by Ricky_Racer
Tue Jan 27, 2009 3:36 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Welcome Mod 2.0.0
Replies: 235
Views: 33723

Re: [BETA] Welcome Mod 2.0.0

I just did finish installing it myself works great !! :mrgreen:
Thank You.
by Ricky_Racer
Tue Jan 27, 2009 11:23 am
Forum: [3.0.x] MOD Requests
Topic: welcome back user mod
Replies: 4
Views: 401

Re: welcome back user mod

I just did finish installing it myself works great !! :mrgreen:
by Ricky_Racer
Tue Jan 27, 2009 8:37 am
Forum: [3.0.x] MOD Requests
Topic: welcome back user mod
Replies: 4
Views: 401

Re: welcome back user mod

A shortcut to the same exact mod. ;)
by Ricky_Racer
Sat Jan 24, 2009 2:42 pm
Forum: [3.0.x] MOD Database Releases
Topic: ACP Add User MOD
Replies: 1018
Views: 266009

Re: ACP Add User MOD

If it is telling you that the password and/or password confirmation is too short, the first thing we should probably look into is our template variables. The php part; # #------[ OPEN ]----------------------------------------------- # includes/acp/acp_add_user.php # #------[ FIND ]------------------...
by Ricky_Racer
Fri Jan 23, 2009 4:39 pm
Forum: [3.0.x] MOD Database Releases
Topic: Welcome PM on First Login
Replies: 1345
Views: 165921

Re: Welcome PM on First Login

srinivasanm wrote:Dear All,
Does the "Welcome PM" mod will be compatible with phpBB 3.0.4 version (stable version).
Please let me know this ASAP.
Thanks and Regards,
Srini
I have version 2.2.4 installed and working on my develpoemental v.3.0.4 forum. :mrgreen:

Go to advanced search