Log in

View Full Version : admin cp bits


Dream
06-13-2005, 02:13 AM
where can I find the admin cp functions for building the tables/tds/titles etc html?

I was able to find

print_cp_header($vbphrase['view_permissions']);
print_table_footer();
print_cp_footer();

which does

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>test - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<script type="text/javascript">var SESSIONHASH = "";</script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>

<body style="margin:0px" onload="set_cp_title();">
<!-- END CONTROL PANEL HEADER -->

</form>
<!-- form ended: 6 queries executed -->



<!-- START CONTROL PANEL FOOTER -->
<p align="center"><a href="http://www.vbulletin.com/" target="_blank" class="copyright">vBulletin v3.5.0 Beta 1, Copyright &copy;2000-2005, Jelsoft Enterprises Ltd.</a></p>
</div>
</body>
</html>

any clue on the code to make the tables that goes inside those? do I have to get the html code scattered in the admin cp php files?

nice automerge doublepost

Zero Tolerance
06-13-2005, 05:06 AM
includes/adminfucntions.php has pretty much all the display building functions in, i don't know if any other file has different ones, not to my knowledge anyway.

- Zero Tolerance

Dream
06-13-2005, 05:44 AM
I found a bunch, like 20, thanks