boionfire81 Posted March 25, 2016 Posted March 25, 2016 I'm trying to redesign the inventory page so each type is in a tab. Problem is trying to figure out how to define the item type so I can simply call it like $food or $weapon, etc. Quote
NonStopCoding Posted March 25, 2016 Posted March 25, 2016 I'm trying to redesign the inventory page so each type is in a tab. Problem is trying to figure out how to define the item type so I can simply call it like $food or $weapon, etc. mccodes already does it well in v2.05b it does Quote
boionfire81 Posted March 25, 2016 Author Posted March 25, 2016 2.0.5 items page is one slab. everything in one list. What I want to do is make the item page display items by category (through switching tabs). But you cant just say food and it only display food items. You have to define the term. Not sure how to define the term so it can be called to display only items from that category (itmtype id #) Quote
KyleMassacre Posted March 25, 2016 Posted March 25, 2016 Do you mean something like using jquery panels? Quote
boionfire81 Posted March 25, 2016 Author Posted March 25, 2016 Kinda yeah. Basically filtering for those with massive amounts of items. Quote
KyleMassacre Posted March 26, 2016 Posted March 26, 2016 You can take a look at something like this: http://www.jacklmoore.com/notes/jquery-tabs/ for a start Quote
Zettieee Posted March 26, 2016 Posted March 26, 2016 Or alternatively you can purchase my inventory mod from mccodes: http://mccodes.com/viewmod.php?id=167 Quote
boionfire81 Posted March 26, 2016 Author Posted March 26, 2016 There's no screenshot. This is more cosmetic than functional. So a screenshot needs to be seen before just flat out forking over $20 Quote
NonStopCoding Posted March 26, 2016 Posted March 26, 2016 There's no screenshot. This is more cosmetic than functional. So a screenshot needs to be seen before just flat out forking over $20 i have used it before and it's tabbed when you click on the tab et weapons it brings down the weapons it works great Quote
boionfire81 Posted March 27, 2016 Author Posted March 27, 2016 yeah but to me there is still something about using java. I'd like the only java I use to be keeping the bars updated. Quote
Magictallguy Posted May 26, 2016 Posted May 26, 2016 yeah but to me there is still something about using java. I'd like the only java I use to be keeping the bars updated. Hnng *twitch*... jQuery != Java JavaScript != Java JavaScript != jQuery .... -.- 1 Quote
boionfire81 Posted May 26, 2016 Author Posted May 26, 2016 lol! It was around waaaay back when I was using cgi...didn't like it then, still don't lol but that ^^ was funny! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.