Quote:
Originally Posted by Easific
Hey, can you please tell me what does this "{vb:raw resimler}" do in all the places in above blocks of code. Maybe then I can modify your code to achieve what I want
|
since I'm removing the hook from the plugin I have to tell it where I want it to go that piece of code is telling vb where I want it to go in the navbar template. The preregister line I add to the plugin code also specifies the navbar template, so if you want to put it in a different template just add another preregister line, or replace navbar in the line I added with the template you wish to use it in, and place the code you mentioned there. As far as the other locations that reference it in the templates and code above that I changed, thats all part of the standard mod, so I would leave those alone