The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Plugin Backend
Hey everyone. So lately I've been searching for someone to do this for me but I figure if I learned it myself it'd be much more helpful to me in the future. I run a gaming clan, and we have a roster. You can view it here: http://www.zealotgaming.com/forum/pages.php?pageid=15
Obviously, you can see a few things. The default page lists all our staff. That is very easy, and not really the part I need help with. The help begins with the games list you see at the side. When you click a game, it lists all users who have that Game listed as their Main Game in a profile field, and lists other info, such as their rank, In-Game contact (which is another profile field) and join date/last active. The games are also themselves divided into categories. Our code is relatively simple. We keep a manual array of info that keeps these together you can see below: PHP Code:
The listing of users is very easy, and I do not need any help with that. What I would like to add is a manager in the admin panel where you could save the information listed above to a table such as PREFIX.games. I imagine having several drop down boxes. A mockup is below: I'd then Like a list of games that includes these rows in the table with a [ ] Remove checkbox. I do not know how to add this to the admin panel and would love guidance on how to begin doing this. The sorting would go by Game Status (the second array in my php code) then Alphabetical. This would go a long way in helping my staff edit this list themselves. Any help would be appreciated. Skype: j.c.will my be better to work personally with me. |
#2
|
|||
|
|||
Please post this to the correct forum/section
|
#3
|
||||
|
||||
Why not point the poster to the correct section?
|
#4
|
||||
|
||||
This seemed like the correct section? For general help. Isn't this help? o.O
Forum description: "How do I do this in vBulletin?" I am asking how do I add a backed plugin in vBulletin. So I am in the correct forum. But thank you anyhow. Your comment was clearly insightful and helpful. |
#5
|
|||
|
|||
because I was busy only had time to write a quick message
--------------- Added 25 Jun 2014 at 00:28 --------------- Quote:
|
#6
|
||||
|
||||
I am not looking for someone to create this forum me. It is not an existing plugin. I am asking on how to create part of a plguin, which qualifies as "how do you do this" in vbulletin. Please read my posts and understand what I am asking before you make claims about my goals or purposes.
I would respectfully appreciate it if you would leave the thread alone unless you are here to offer help with the question I have asked. |
#7
|
|||
|
|||
Asking how to create part of a plugin is still asking for help with someone doing coding for you either free or paid and really no need to be rude I am trying to help
|
#8
|
||||
|
||||
Then perhaps it would be wise to not answer a post, if you don't have the time to help correctly. I know you mean well, but the way you go about if sometimes leave a lot of open ended nonsense, which leads to quite a bit of back and forth nonsense.
|
#10
|
||||
|
||||
I am not asking anyone to code for me, I am asking for the first step of how to go about doing the back end. Anyone in this forum who asks questions about code could be said the same thing "you are asking about code, go pay someone". I am hoping someone can point me in the right direction to design a backend myself.
--------------- Added [DATE]1403673493[/DATE] at [TIME]1403673493[/TIME] --------------- So far, I've gotten this far: PHP Code:
So now that these are populated how I'd like I can created an "add" post and run the query to add it to a new table yea? Now can anyone tell me how to add it to the menu on the left side and create an administrator "canadmin" property? Also, for some reason my "add" code is not working properly. I think the DB writing isn't happening. |
Благодарность от: | ||
K4GAP |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|