vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   using the quick reply form (https://vborg.vbsupport.ru/showthread.php?t=73442)

Dionysis 12-29-2004 01:14 AM

using the quick reply form
 
how would i use the quick reply form on another page (outside of vbulletin) and still link it to a thread (so pressing reply, creates a reply on that thread, and pressing "advanced" goes to the full reply form, for that thread)?

rake 12-29-2004 09:49 PM

simply copy & pasting the html for the form would do the trick. You'd also have to include the javascript files used, and watch out if the paths are correct ( clientscript/x.js would become forum/clientscript/x.js for example, if the forums are in the /root/forum directory and your page is in root )

Dionysis 12-29-2004 09:58 PM

thanks alex,

i tried including the global.php and got this:

http://www.vbulletin.com/forum/showt...755#post785755

rake 12-29-2004 10:25 PM

if you just want plain html, you don't need that. use the view source button in your browser and then copy&paste it in your page...

Guy G 12-29-2004 10:38 PM

what rake is trying to say is that the quick reply doesnt use any PHP and therfore you wont need to include any file exept the JavaScripts it uses.

Dionysis 12-30-2004 01:18 AM

ok no problem changed the file paths for the javascripts, and the images and got something like...

http://nrgdrink.com/txtfix.jpg

although, nothing works. pressing "bold" will only take the user to the frontpage of my site. i tried what (i thought) would be a quick fix using :

PHP Code:

<?php chdir('vbulletin');?>

but, then the images broke... now i'm really confused. (why would the images break if the url (seems) right? )

Dionysis 12-31-2004 09:01 PM

anyone?


All times are GMT. The time now is 08:31 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.01141 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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