Page 1 of 1

FFXI Character MOD for IM 141

PostPosted: Wed Aug 09, 2006 3:55 pm
Author: Teelk
FFXI Character MOD
Author: Jadestone
IM Integration: Teelk
MOD Version: RC 2.0.0a
IM Version: 1.4.1
De.scription: Adds a FFXI character database to your phpBB, where users can add their FFXI characters' de.scription, such as race, class, job levels, and craft levels(only 2 will be shown on posts, if set). Also adds character summary on the viewtopic page and profile.

Please direct all questions/comments to this thread.

Re: FFXI Character MOD for IM 140

PostPosted: Fri Aug 11, 2006 7:05 pm
Author: Demonicpagan
I've gotten it installed and was messing with it and came across a bug (sorta) in it.

A modification needs to be made to the characters.php page when it comes to clicking on the username.

It concerns this line:
'USERNAME_LINK' => "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL ."=" . $username,

It needs to be directed to
profile.php?mode=viewprofile&sub=Main_Char&u={USER_ID}

with the way it's currently written the address point (i.e username = Demonicpagan)
profile.php?mode=viewprofile&sub=Main_Char&u=Demonicpagan

This produces an error of user not found.

Any help in fixing?

Re: FFXI Character MOD for IM 140

PostPosted: Sun Aug 13, 2006 1:54 pm
Author: Teelk
I don't have my test board setup with this atm, but you can try the replacing that line with the following.
Code: Select all
            'USERNAME_LINK' => "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL ."=" . $row['user_ID'],  

Re: FFXI Character MOD for IM 140

PostPosted: Sun Aug 13, 2006 9:23 pm
Author: Demonicpagan
awesome that worked, i just did a little more of a modification to it once i found it worked.

Code: Select all
           'USERNAME_LINK' => "profile.$phpEx?mode=viewprofile&sub=Main_Char&" . POST_USERS_URL ."=" . $row['user_ID'],  

Re: FFXI Character MOD for IM 140

PostPosted: Mon Aug 14, 2006 7:15 pm
Author: Teelk
Cool, download's updated with the change.

Re: FFXI Character MOD for IM 141

PostPosted: Mon Jan 22, 2007 1:35 pm
Author: Teelk
MOD updated for use with IM 141.

Re: FFXI Character MOD for IM 141

PostPosted: Fri Jan 26, 2007 3:45 am
Author: Teelk
MOD is updated with changes from [url=http]this post[/url] which allows you to give all newly registered users character creation abilities.