The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Box above forums
Hi,
My forum: lawstudenthub.co.uk I have a slider mod on my forum which has been there for a while, and I probably won't use it; however, I want to be able to put an image in a box similar to the space the slider is currently taking up (above forums table, but without moving the activity stream table downwards). I have attached a screenshot of what I mean. I have tried looking through the slider's code, and my general code, but I cannot see the option to create that space without the activity stream table moving downwards. Any suggestions on how to basically put a simple .jpg in the exact space the slider occupies? Thanks |
#2
|
||||
|
||||
That is difficult for any of us to help without the code you are working with. Post a link to the forum/page where the slider is placed.
|
#3
|
|||
|
|||
Quote:
Thanks |
#4
|
||||
|
||||
Just curious why not put your image in the slider itself instead of trying to do something really complicated?
You just want a jpg above the forums then? Do you want it showing on all pages or just the FORUMHOME page? I'm not really sure that you sending the code for the slider will do any good if you ever uninstalled it you would lose your image and your code, so making new code should be a better solution and leaving the slider completely out of it instead. |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
I would just use a custom grid if it were me.
|
#8
|
||||
|
||||
There are no grids in forumhome.
|
#9
|
||||
|
||||
Yeah that is what I thought when I saw that post. Grids are only used for the CMS not the forum or any other part of vBulletin.
|
#10
|
||||
|
||||
You can add an element with jquery.
Create a new ad in location above_footer, copy this code into it. Change the id to whatever you want and the picture to whatever you want. Code:
$("#forums").before('<div id=name><img src="http://www.lawstudenthub.co.uk/bgtest8.jpg" style="display:block;width:100%;height:auto;padding-bottom:40px;"</div>') |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|