Quote:
Originally Posted by Mikevet1984
Of course, done!
Forgive me for the delay!
One more request please....
How can we find he navbar template of the buttons if a user adds more tabs than the default ones? I use this modification https://vborg.vbsupport.ru/showthread.php?t=228507 to add more tabs in my forum. How can I find the template needed to to alter the script for new icons to be added?
You may change the instructions of you like just like the ones in post number 49 as this was the way that helped me understand what I have to alter in the templates for the icons to appear!
|
No problem, and thank you.
I use
vBH-Add new tabs as well and adding an icon to its tabs is actually easier than the template modifications outlined above.
In your Admin Control Panel, go to Settings > Options > vBH New Tabs Options. This is the code that I am using for my added tab.
Code:
<img src="path_of_image" border="0" align="top" /> Text for Tab|URL for Tab=>blank
That's all that there's to it. Let me know whether it works for you or not.