The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I add banners between forums & center them?
Here's an example of another forum that managed to do exactly that, *plus* manage to make those forums collapsable.
Any ideas? http://www.thefenderforum.com/forum/index.php? |
#2
|
|||
|
|||
Pretty simple actually.
AdminCP>Forums Manager>......... Click on the Forum Name you want to turn into an image. When it opens, in the TITLE box, just put typical html in the title box instead of just a textual Title. For example: Instead of Tips & Tricks <img src="http://www.YourSite.com/TipTricks.gif" target="_top"> Get it? Hope that helps. I just tried it on my vb and it works great. Keep in mind that this will increase bandwidth and slow down page load since it is an additional image. So keep those images to a minimum file size. |
#3
|
|||
|
|||
THAT'S IT!!!!
OMG, thank you!! I now have 2 simple follow-up questions. This is now what I get ; http://img.photobucket.com/albums/v1...s991/voila.jpg 1. How can I eliminate the white border around it? 2. How can I make the pic non-clickable? Again, thank you *so* much! Also, how can I make the image *not* appear when in a forum? http://img.photobucket.com/albums/v1...1/example2.jpg |
#4
|
|||
|
|||
Well, in your <img srcksdfjlksjfslkfjsdlkfjsdlkfj part,
Before you close the tag, put border="0" <img src="imageurl.gif" border="0"> And as for making it NOT clickable, you're going to have to go and edit some templates. Its within the templates that all that information is stored. Off the top of my head, you'll need to edit templates: ForumHome ForumDisplay ShowThread Mind you, on ForumHome, you will just be looking to remove the <href=" part but when in the ShowThread and ForumDisplay part, you're going to want to remove the entire part that is displaying the Forum Title. Try and look around for it yourself. If you are still lost, come back here and ask again and I'll look around. But I'm busy setting up a friends site with VB today and I gotta focus on them. ------------------------------- Added note, not sure how new you are to vB. But you can always get a good start with what template to edit by looking at the url of your page. For example to edit the /showthread.php page, you edit the showthread template. Good luck. |
#5
|
|||
|
|||
Hi, Morty!
Thanks for taking the time to answer my queries! With your tip, I managed to eliminate the white border around the GIF. I'm quite new to vB, actually. Learning a *lot,* but nevertheless am green when it comes to decoding code and toying with it. It's somewhat hard for me to guess what this or that string of code will do. I started by deleting the "Title" line in the FORUMDISPLAY template, but that didn't have an effect. PHP Code:
http://img.photobucket.com/albums/v1...rumdisplay.jpg http://img.photobucket.com/albums/v1...threadview.jpg |
#6
|
|||
|
|||
Alright children, gather around. Daddy is going to read you a story.........
There once was a Admin traveling alone through the Template Forrest, looking for a template called NavBar which was the last place an Admin would of looked. And in this NavBar template, a particular Admin did a FIND search for the query PHP Code:
PHP Code:
The Admin liked this, they liked it very much. One thing they noticed by doing this though, it removed part of the bread crumb trail on their forumdisplay page and their showthread pages where it only listed their main forum page and the actual forum they are currently in, removing the Category name. And this was a decision they must live with if they chose to have images on their ForumHome page. Yet it did match the Guitar Site they had once referred to. Now this greedy little Admin wanted much much more. They also wanted to make the images on their ForumHome just images and remove the link ability from them, so they traveled onward through the Template Forrest. Eventually the Admin came across a strange Template creature known as a FORUMHOME_FORUMBIT_LEVEL1_NOPOST and the Admin killed the creature and cut him open and searched for the $forum[title] within the dead creatures body. When he finally found it amongst other things that looked like PHP Code:
PHP Code:
. . . Damn the kids fell asleep. So much for the rest of the story. At least the Admin is happy now. :banana: |
#7
|
|||
|
|||
Morty, you crack me up! I was *this* close to going to a blacksmith to get myself a broad sword and chain mail! LOL!
That was very cool. I followed your directions and the images aren't linked, anymore. I figured there might be some HTML code I could surround the "HREF=" tag with to cancel linkage, but it doesn't appear to be the case. I have 2 small problems that are my last. 1. My forums' descriptions don't appear no matter what. Checked my settings, but still no go. 2. If you go to http://www.thefenderforum.com/forum/...isplay.php?f=4 you'll notice that they only have the root and current directory being displayed. My theory is they managed to escape the category image from being shown by deleting the value tied to it. Unfortunately, I don't know what that value is, so I'm stuck with this --> http://img.photobucket.com/albums/v1...rumdisplay.jpg Any idea? BTW, I'd be curious to know which msg boards you're setting up. Thanks again for everything! I should give you a co-credit for the design. LOL! |
#8
|
|||
|
|||
The part that would of fixed all that was in teh NAVBAR template I mentioned.
I fixed you up, you're good to go. This is the part I edited and just commented out the navbits breadcrumb tag thingy. PHP Code:
|
#9
|
|||
|
|||
I could have sworn I had checked that at least a couple of times! Man, you rock!
Now, I only have one thing left to fix for my forum to be "perfect," but you've gone **WAY** above & beyond the call of duty, here. I'll ask somebody else. Thanks a million! You're welcome to visit the forum whenever you want, of course. |
#10
|
|||
|
|||
Happy to have helped. I had no idea the images like that were even possible until you brought up the question. So it was kinda fun trying to figure this all out.
Glad it worked out for ya! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|