Log in

View Full Version : I am a little stuck.


Scrub
03-25-2004, 11:57 AM
Since vB2 and vB3 are differntly coded, I need some help on what some of the functions turned to, as I am having trouble figuring them out. Here is what I've figured out so far.

doformheader = print_from_header
makehiddencode = construct_hidden_code
maketableheader = print_table_header
doformfooter = print_table_footer
cpheader = print_cp_header
makeinputcode = print_input_row
maketextareacode = print_textarea_row
makeradiocode = print_radio_row
makecheckboxcode = ?
makeuploadcode = ?

Am I on the right track with these? And what would the last two possibly be? Thanks. :).

I posted this a vBulletin.com (http://www.vbulletin.com), but since some of you guys that know what you're doing, don't visit there, I thought I'd post it here aswell to increase chances of someone helping.

NTLDR
03-25-2004, 12:04 PM
Take alook through includes/adminfunctions.php they are all listed there. I don't have a copy with me but all the names should be pretty obvious when looking through, its possible that it will still have the old function name in a comment too.

Scrub
03-25-2004, 12:11 PM
Oh thank you so much! I knew they had to be in one of the files, but couldn't find them. Thanks again! :)