Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Characters list infusion

Asked Modified Viewed 3,847 times
A
aour
A
aour 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Junior Member

Hello,

My name is Jean-Pierre and I am a member of a MMORPG guild.

We are currently looking to redo our website with all in one script.
Many guilds now uses phpbb3 with a portal mod and phpRaider with a bridge. I know a guild that use php-fusion + phpbb3 + phpRaider.
NO MORE…

We chose to use php-fusion because every community member can easily provide news, articles, photos ...

To be really all in one, we miss two infusions:
[ulist=disc]the characters list
events management.
(The recruitment infusion is already in place.)
[/ulist]

I do some research on different php-fusion website without success.

Today, I ask your help to complete this project because I do not know enough about php

Before going further, I can tell you more on characters list :
[ulist=disc]Allow members to add, edit, delete their characters and only their characters. (1 to n characters)
Allow the administrator via an admin panel to delete characters.
Create a custom page, listing all the characters (example http://www.incandescence.eu/rift-irs/...how=roster) [/ulist]

I downloaded the Infusion SDK 7.0. I can create the table and fields, but it will be hard to me for the code (php and mysql request).

When the project will be finished, and validate by the php-fusion team it will be available to everybody.
I can do marketing operation in mmorpg forums, I’m sure some guilds want an all in one solution.

If anybody is interested ...

thank you for reading

Aour
Tachyons.guilde-agora.fr
0 replies

5 posts

S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Hi there.

I've put something very simple together for you - try to see if you can use it..
smokeman attached the following file:
list_of_characters_panel.zip [No information available / 444 Downloads]
loc.jpg [No information available / 58 Downloads]
0 replies
A
aour
A
aour 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

Hi

Thank'you smokeman it will help me to build the last form.

Sorry if I not reply before.

If you are agree I will post my work next week
0 replies
L
lowlandjuggler
L
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Smokeman i like the ide of a roster tryed it dident get it to work properly,
I can add 1 character with np.
2nd char dosent add it in sql.
I can add em manual in sql and se em proper in webb.

i get error:

Undefined index: loc_id line: 76
infusions/list_of_characters_panel/list_of_characters_panel_admin.php

$result = dbquery("SELECT * FROM ".DB_LOC." WHERE loc_id='".$userdata['loc_id']."'"wink;

Undefined index: order line: 87
infusions/list_of_characters_panel/list_of_characters_panel_admin.php

$result = dbquery("UPDATE ".DB_LOC." SET loc_order=loc_order+1 WHERE loc_order>='".$_GET['order']."'"wink;
Edited by lowlandjuggler on 19-02-2012 19:00,
0 replies
A
aour
A
aour 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

lowlandjuggler

in infusion.php find :

loc_id SMALLINT(3) NOT NULL,


replace by

loc_id SMALLINT(3) UNSIGNED NOT NULL AUTO_INCREMENT,
0 replies
L
lowlandjuggler
L
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Thx! Aour:D
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
L
L
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
A
A
aour 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet