PDA

View Full Version : Create a custom table?


preemz10314
12-24-2010, 06:20 PM
All I am interested in doing is being able to create a custom table like the one below.

124778

I am asking how to create this table, I can edit the html by hand, that is no big deal but do you go about creating a table like this. I looked at the tutorials but they are all out of date from 06-07 I was unable in my search to find something recent on how to do this in vbulletin 4.0.7. Also if possible how would I go about displaying it on a certain forum ID...

Thank you.

Exsert2
02-01-2012, 03:06 PM
Bump! Someone please answer!

kh99
02-01-2012, 03:12 PM
I guess the answer is that you would create a template with the html to display your table, then replace the parts that will change with {vb:raw var} type of variables. Then you need php code somewhere to render the template, like this article describes: https://vborg.vbsupport.ru/showthread.php?t=228078

Of course you would probably want a database of movies, so you'd have to design a database table, somehow get data into it, then have code that reads the data beofre rendering the template. But to be honest if you don't know how to do at least some of that then you probably need to think about paying someone to do it for you.

Exsert2
02-01-2012, 03:19 PM
I just need to know how to create the table itself haha.

Like <table> etc.

I couldn't figure out what to do, so help is greatly needed!

--------------- Added 1328116695 at 1328116695 ---------------

Can someone please help????