Jump to content
  • 0

Permanent New Additional Table in Picklog db.


Yaoi

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  06/13/14
  • Last Seen:  

Hi community!

I would like to know how to add a new permanent table in the picklog db showing the char names... Actually it only shows the char id.

someone helped me time ago to do it with a QUERY : 

SELECT id,time,picklog.char_id,type,nameid,amount,refine,card0,card1,card2,card3,unique_id,map,char.name FROM picklog LEFT JOIN `char` ON char.char_id = picklog.char_id;


But i want to make it permanent, Thanks.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

This would require adding to the rA source code.

If you want the name to show up instead of just the char ID, add a left join statement to the modules/logs/picklog.php file.

Or add an Issue to the fluxcp repo and ill make the changes and push later today.

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  06/13/14
  • Last Seen:  

@Akkarin 

the fluxcp im using shows up the char name but is easier and faster to me to use the phpmyadmin.

thanks for your help.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

1 minute ago, Yaoi said:

@Akkarin 

the fluxcp im using shows up the char name but is easier and faster to me to use the phpmyadmin.

thanks for your help.

Then perhaps the picklog pages need to be revamped so it's easier to find the information you need.

Link to comment
Share on other sites

×
×
  • Create New...