Quote:
Originally Posted by ozzy47
No there is no tutorial, basically you have to know, php, html, css, and have a understanding of how vBulletin works. Then take it and put it all together.
|
Thanks for your help but im already pretty comprehensive in PHP 5, HTML 5 and CSS 3. It's just the vBulletin part I thought would have been documented. That link is helpful though!
Quote:
Originally Posted by kh99
Right. Also, it should automatically be read in so in most places where you have a $threaddata array, your field value should be there. So for example if you wanted to display the value on the showthread page, you shouldn't need to do anything extra to read it from the database.
BTW, another thing this example doesn't handle is editing the thread.
|
I see so I would need to add a plugin that also reads the current info from the database and adds it in when editing?
Quote:
Originally Posted by kh99
Yeah, I don't know how most people learned, but I just started reading the code. For example if I wanted to add a field to a thread, I'd see that when I'm creating a new thread it goes to newthread.php, so I'd look at that to see what was going on (yeah, it's easy for me to say but I know it takes a lot of time).
|
I was initially going to do this but I don't have a test vBulletin site to do this on just my production one. I was worried about messing my site up.
I will take a look at some of the internal code and see what I can make of it. Thank you very much!