Quote:
Originally Posted by fxdigi-cash
Thanks for the reply. There is no hook global_start, but only the following:
Code:
forumbit_display
threadbit_display
search_results_postbit
search_results_threadbit
I can handle changes myself, so Thanks.
I just wanted to know what hook to edit to add my custom url!!
|
Sorry my bad and that hook is for 3.x Version of this plugin. For 4.x each of those above hooks has the prefix of bburl as follows.
Code:
... $vbulletin->options['bburl'] . '/' . $thread[lastposteravatarurl][0];
You can replace
Code:
$vbulletin->options['bburl']
To your choice of prefix for your custom avatars.