MyBB Community Forums

Full Version: Tube Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can someone tell me 2 things

1 when you get to my forum on the right side
there are buttons for search and so forth

im missing the button for Tube Video Gallery

also im missing a button inside my Tube Video Gallery page

click on my www on my profile to see what im talking about
Go to your header template, find the lines of code for the standard toplinks, see how they're set out, copy a line, and edit it to work for the gallery, so change the image, link, and text to show.
well thanks matt_ but where do i start ...never been inside the template yet
and second i put a gif vgallery 16x16 like the others inside the folder where the help and members and search are but the question is where to start ... im new at this so im learning Smile
Well if you look in it you'll see how it's set out and all you need to do is edit it to be for the gallery.
threw the ACP panel or the Root as in www folder ?

again dont mind me as im new to editing things all together

i really dont want to screw anything up so thats why i want ot be sure
You edit templates in the ACP. ACP > Templates & Style > Templates > **expand template set* > Header Templates > header.
ok im going to do what you just suggested and ill be back to let you know what i did or found
ok i found 2

Global Templates
Used by all themes Expand Templates

Default Templates
Used by: Default


which 1 do I want to expand ?
Default Templates. This is the code to put in the header template after the toplink code that is already there.

<li><a href="{$mybb->settings['bburl']}/vgallery.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/IMAGE NAME HERE" alt="" title="" />Tube Video Gallery</a></li>

Make sure it's before the </ul> and change 'IMAGE NAME HERE' to just the name of the image.
well thanks alot for that trick ... really helped alot the icon is there amd its showing

but another serious problem just poped up ...........

when clicking on icon i get this *** Illegal Operation *** on a new page Huh
No idea about that, try replacing the plugin file. That happened to me when I clicked the link thatw as already there.
Pages: 1 2