chrisj
Active member
I developed an addon that has three types of data, users, games and trophies.
Right now you can navigate to users by psn-user/id and games by psn-game/id and I created two seperate tabs.
Is it possible to have both of those connected to the same tab with psn-users being the default and psn-games being a sub-link?
Currently trophies cannot be directly navigated. They are also identified by a game_id and a trophy_id to form their unique id. Should I just add a unique autoincrement column as well to make it easier? I was working on the admin side and I wanted to list all the trophies so I can edit them (just like editing users).
It seems I can bypass xenforo's default url structure to do psn-game/game_id/trophy_id and that would allow me to not have to create a separate tab.
Right now I'm trying to reduce the number of tabs.
Here is my addon in action. http://psvitaforum.com/psn-users/, http://psvitaforum.com/psn-games/
Right now you can navigate to users by psn-user/id and games by psn-game/id and I created two seperate tabs.
Is it possible to have both of those connected to the same tab with psn-users being the default and psn-games being a sub-link?
Currently trophies cannot be directly navigated. They are also identified by a game_id and a trophy_id to form their unique id. Should I just add a unique autoincrement column as well to make it easier? I was working on the admin side and I wanted to list all the trophies so I can edit them (just like editing users).
It seems I can bypass xenforo's default url structure to do psn-game/game_id/trophy_id and that would allow me to not have to create a separate tab.
Right now I'm trying to reduce the number of tabs.
Here is my addon in action. http://psvitaforum.com/psn-users/, http://psvitaforum.com/psn-games/