Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-15-2005, 05:13 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default quick reply help

ok i've got the quick reply working fine on a third party page, however if i click the quick reply icon in order to quote the post, it pulls the post from the database instead of the info i wanted, now i couldn't make out the js as i know nowt to do with js but in the php i'm guessing the lines

PHP Code:
        $originalposter fetch_quote_username($getpost['username']);
         
$pagetext trim(strip_quotes($getpost['pagetext']));
         eval(
'$quotemessage = "' fetch_template('newpost_quote'10) . '";');
         
$newpost['message'] = "$quotemessage $newpost[message]";
         unset(
$_POST['WYSIWYG_HTML']); 
has something to do with it, however i've trudged through the php files and can't find the $getpost query.

am i looking for the right thing?

oh maybe it'd be easier to ask, how should i try and get it to pull the info i want rather than the info vbulletin set it to extract initially?
Reply With Quote
  #2  
Old 01-16-2005, 11:10 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*bump*
Reply With Quote
  #3  
Old 01-17-2005, 09:52 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sabe - no need to bump that much
Reply With Quote
  #4  
Old 01-17-2005, 10:24 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry dean
Reply With Quote
  #5  
Old 01-17-2005, 11:42 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how about using Xenon's quick reply button hack ?

otherwise: if you want to quote, then in the link button it should have been included that postid then in the quote page like abc.php?do=quote&postid=12345 you query for the post with id 12345 and include it in the textarea with the [quote] tag around the message with this postusername also.

is that your problem ?
Reply With Quote
  #6  
Old 01-17-2005, 01:05 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE=deathemperor]how about using Xenon's quick reply button hack ?

otherwise: if you want to quote, then in the link button it should have been included that postid then in the quote page like abc.php?do=quote&postid=12345 you query for the post with id 12345 and include it in the textarea with the
Quote:
tag around the message with this postusername also.

is that your problem ?
not really, i got a whole new script away from the forums, basically i need to find out how the query is being done, what is the clause so that i can hopefully try and overwrite it in my script when it's processing the reply.

but i can't find the $getpost query
Reply With Quote
  #7  
Old 01-17-2005, 01:36 PM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

writing for a new script, that's what I was talking about.

if you want to query post from vbulletin's post table you may want to look at function_newreply.php or similar functions in includes. I don't think it's hard to do things like this manually.

Basicly you just have to get the postid, then in the quote newreply page, it's simply like posting a newreply without quotes, you query that post with the specified id and put it in the quote so that the new reply will content the correct words in it.
Reply With Quote
  #8  
Old 01-17-2005, 02:06 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

let me try and explain this, the way the quick reply is set up it queries the post table with the postid and inserts the relevant text in the right place with the username, now cos i'm using an external script what i'm wanting is for it to query my table grps_post instead, however if i can't find the query i can't even begin to investigate the best method and i'm having problems finding the query at present.
Reply With Quote
  #9  
Old 01-18-2005, 04:53 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

they why don't you write your own query ?
Reply With Quote
  #10  
Old 01-18-2005, 09:18 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that's what i wanna do but i need to replicate the clause

i.e.
PHP Code:
FROM grps_post
WHERE postid 
quickreplyclickid 
and in order to do that, i need to find out what the clause is for the $getpost query in order to steal it effectively.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:21 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.04135 seconds
  • Memory Usage 2,250KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete