I've only got Search Titles Only. Or do you mean I need to go the the Find and Replace section?
If you go to the "Search in Phrases" page, you should find some radio buttons "Phrase Text Only" and "Phrase Variable Name Only". "Phrase Text Only" is selected by default so you won't find the variable name.
Quote:
Originally Posted by Pandemikk
register_member_complete
That's the hook. Simply add echo 'html code here'; to that hook. Any code (like javascript) in that will be outputted to the browser.
Let me know if that hook isn't available in vB3. I'm going based off vB4.
Actually what I said above was wrong, it's a redirect to an error page, but it does print out a phrase by calling the standard_error() function. In any case, while you could echo html code to the browser at that hook, it would happen before anything else was output so I think you'd pretty much have to output and entire html document and exit (in which case you'd be bypassing the vb shutdown code - which might not be a major problem, but just so you know...).