vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   help with coding administration part (https://vborg.vbsupport.ru/showthread.php?t=62269)

AN-net 03-08-2004 01:01 AM

help with coding administration part
 
i dont get how to code any part of adminstration for vb. can anyone explain to me how to?

Boofo 03-08-2004 01:21 AM

First of all, what are you wanting to do?

AN-net 03-08-2004 01:48 AM

1 Attachment(s)
i want to make a row
like
name and then on the right side of the table have a button that when clicked takes you to another page.
y can't vbadmin just use templates.>_<

edit:
added attachment

AN-net 03-10-2004 07:43 PM

anyone? bofo?

Boofo 03-10-2004 07:46 PM

Who is bofo? ;)

Are you trying to do this on the main Admin screen?

AN-net 03-10-2004 11:07 PM

sry boofo, forgot the o:(
anyways im trying to this for seperate file in admincp folder than is used for administration of a hack im currently working on

Boofo 03-11-2004 02:18 AM

Ok, just make the table and then just do a:

HTML Code:

<tr>
<td align="left">name</td>
<td align="right">button</td>
</tr>

and close the table if you aren't going to add any more rows. Is that what you are looking for?

AN-net 03-11-2004 09:44 AM

should i use print?

Boofo 03-11-2004 09:58 AM

Use print for what?

NTLDR 03-11-2004 01:47 PM

Quote:

Originally Posted by AN-net
should i use print?

Yes you print/echo the code straight out to thr browser within the ACP. Take alook in includes/adminfunctions.php (or admin/adminfunctions.php for vB2) for all the pre-defined functions for creating tables, forms etc.


All times are GMT. The time now is 04:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05317 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete