Sub Menu
Links Menu
Online Users

In total there are 330 users online :: 2 registered, 0 hidden and 328 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

FFXI Character MOD for IM 141

This forum contains member submitted mods and hacks for IntegraMOD/IM Portal versions

*please read the "Read Me" post*

Moderator: Integra Moderator

FFXI Character MOD for IM 141

PostAuthor: Teelk » Wed Aug 09, 2006 3:55 pm

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.
Attachments
FFXI_Characters_RC_v2.0.0a_IM141.zip
(117.58 KiB) Downloaded 451 times
Last edited by Teelk on Fri Jan 26, 2007 3:44 am, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: FFXI Character MOD for IM 140

PostAuthor: Demonicpagan » Fri Aug 11, 2006 7:05 pm

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?
Last edited by Demonicpagan on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Demonicpagan
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 01, 2006 1:02 am
Cash on hand: 0.00

Re: FFXI Character MOD for IM 140

PostAuthor: Teelk » Sun Aug 13, 2006 1:54 pm

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'],  
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: FFXI Character MOD for IM 140

PostAuthor: Demonicpagan » Sun Aug 13, 2006 9:23 pm

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'],  
Last edited by Demonicpagan on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Demonicpagan
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 01, 2006 1:02 am
Cash on hand: 0.00

Re: FFXI Character MOD for IM 140

PostAuthor: Teelk » Mon Aug 14, 2006 7:15 pm

Cool, download's updated with the change.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: FFXI Character MOD for IM 141

PostAuthor: Teelk » Mon Jan 22, 2007 1:35 pm

MOD updated for use with IM 141.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: FFXI Character MOD for IM 141

PostAuthor: Teelk » Fri Jan 26, 2007 3:45 am

MOD is updated with changes from [url=http]this post[/url] which allows you to give all newly registered users character creation abilities.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada


Return to Mods/Hacks

Who is online

Registered users: Bing [Bot], Google [Bot]

cron