vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Access $post variables in external php (https://vborg.vbsupport.ru/showthread.php?t=259491)

CampinCarl 02-26-2011 09:53 PM

<a href="http://70.32.39.153/~protf2/showthread.php?t=2" target="_blank">http://70.32.39.153/~protf2/showthread.php?t=2</a>

Lynne 02-26-2011 10:43 PM

First off, you have really invalid html on your page. You cannot have another <head> tag in there. Big NO NO. You WILL cause issues by doing that. You also can only use an id once on a page. If you have already used the id "BigBox", then you cannot use it again on that page or you WILL cause issues. (BigBox1, BigBox2, BigBox3, fine.... but they can't all be id BigBox.) You also cannot have <tr></tr>. That is invalid. Any <tr> tag must have at least one <td> tag in it - why do you have that in there? Try fixing those things first.

And what is that other item in the same place you want this to go? Are you sure it isn't interferring with this working?

CampinCarl 02-26-2011 10:50 PM

The PHP file just says echo 't'; and it still only puts t on the first post

Lynne 02-27-2011 05:01 PM

change your require_once to include in your plugin.

(Add your CSS to either additional.css template or to one that only gets called on that page. Or to the SHOWTHREAD template itself.)


All times are GMT. The time now is 10:42 AM.

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.00953 seconds
  • Memory Usage 1,710KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete