vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   [How 2..?] Add php code to template with plugin (https://vborg.vbsupport.ru/showthread.php?t=218505)

Stagehandspace 07-13-2009 01:35 PM

[How 2..?] Add php code to template with plugin
 
I've created a plugin (not product) which adds a random password string to the register page generated by php,

it shows ok but its stuck up in the top left corner of the page...how can I now add a "placement" hook so it will show in the password area of the register page?

I know about this:
How to Include a PHP or HTML File
but I want only to use the plugin system for this to work and not have to upload an external file to server or/and if possible not add a new template.

Dismounted 07-14-2009 07:39 AM

Edit the template, and place a variable in the input field for the password. Assign your data to this variable.

Stagehandspace 07-14-2009 08:12 AM

Quote:

Originally Posted by Dismounted (Post 1848467)
Edit the template, and place a variable in the input field for the password. Assign your data to this variable.

Hmmm this would mean turning it into a product due to template editting but thats ok...
I just want the string next to the p/w boxes not in it,

Could you post some demo code on how to assign variable please...

Dismounted 07-14-2009 10:02 AM

Quote:

Originally Posted by Stagehandspace (Post 1848476)
Hmmm this would mean turning it into a product due to template editting but thats ok...

No it wouldn't. You don't have to do automatic template edits. Manually edit the template, and place a variable there. Assigning a value to a variable is easy - it is also fundamental. ;)
PHP Code:

$foo 'bar'



All times are GMT. The time now is 09:19 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.02095 seconds
  • Memory Usage 1,719KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete