vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Create pages for the AdminCP (https://vborg.vbsupport.ru/showthread.php?t=83122)

Naxon 06-26-2007 12:03 PM

ok, Thank's, But how can I save it into the DB and use it on the tamplates? (Like FORUMDISPLAY).

cassis2k 06-27-2007 01:54 PM

excellent, thank's

Mythotical 07-20-2007 04:14 AM

Is there a way to add an image to the right of an input row some how?

Here is my input row:
PHP Code:

print_input_row("Image""image"$sponsors['image'], $htmlise true$size 35$maxlength 100$direction ''$inputclass false); 

This is the code I need to show next to that:
PHP Code:

echo '<tr><td><img src="/sponsors/' $sponsors['image'] . '"></td></tr>'

Thanks
Steve

aggiefan 08-24-2007 11:17 PM

is there a way to restrict a dropdown to one part of the "print_cells_row"?

I'm looking to create a row with a few dropdowns in it...I can't seem to find anywhere where it says you can do that. Looks like you can only stack dropdowns on rows.

foxfirediego 10-24-2007 02:17 PM

first thank you very much for this article.. really handy!!

and some of the link attachment images are broken, check out wich one:
Text area -> attachment.php/?attachmentid=27190
https://vborg.vbsupport.ru/attachmen...chmentid=27190

Yes / No / other radios -> attachment.php/?attachmentid=27275
https://vborg.vbsupport.ru/attachmen...chmentid=27275

"Yes" radio -> attachment.php/?attachmentid=27276
https://vborg.vbsupport.ru/attachmen...chmentid=27276

Multiple radios -> attachment.php/?attachmentid=27273
https://vborg.vbsupport.ru/attachmen...chmentid=27273

Select -> attachment.php/?attachmentid=27189
https://vborg.vbsupport.ru/attachmen...chmentid=27189

Single checkbox -> attachment.php/?attachmentid=27270
https://vborg.vbsupport.ru/attachmen...chmentid=27270

Password -> attachment.php/?attachmentid=27272
https://vborg.vbsupport.ru/attachmen...chmentid=27272

Date -> attachment.php/?attachmentid=27274
https://vborg.vbsupport.ru/attachmen...chmentid=27274

Submit and reset buttons -> attachment.php/?attachmentid=27143
https://vborg.vbsupport.ru/attachmen...chmentid=27143

Dream 10-25-2007 03:05 AM

Thanks, this article is so old I can't remember how to do pages for the admincp anymore :P

j/k, but I have no intention of updating the images. they should be in this thread somewhere.

foxfirediego 10-25-2007 11:09 AM

Ok, sorry for that...
also, just for those that wonder, here is the code for hidden fields:
PHP Code:

construct_hidden_code('hiddeninputname'$variable); 


Dream 11-17-2007 10:14 AM

No problem, glad it was of help.

Anyone can take this article and redo it, add more info and repost it if they want. I won't be updating it.

WhaLberg 11-17-2007 10:27 AM

Quote:

PHP Code:

print_description_row('This is a description row'02'thead'); 


Just an additional note, you can also use this as:
PHP Code:

print_description_row('phrase'12optiontitle); 


vuiveclub 12-04-2007 08:27 AM

Where will the rows INSERT to?


All times are GMT. The time now is 11:01 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01317 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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