The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SXLM - ibPro Arcade - Anywhere Image Link Details »» | |||||||||||||||||||||||||||||||
SXLM - ibPro Arcade - Anywhere Image Link
Developer Last Online: Apr 2016
about:
This modification simply adds an image link to your arcade, which is fixed to the bottom of your browser. Allowing you to have less clutter in your navbar. DEMO: http://www.digitalport.co.uk Brought to you by Digital Port UK www.digitalport.co.uk Please click Install if you use this mod! Thanks.. What's in the Download? In the package you will find the content to upload, documentation and the PSD file used to create the image. Installation: Time to install: 1-2 minutes Upload the contents of the UPLOAD folder to your forum root. 1 Template edit: Go to your AdminCP Styles & Templates -> Style Manager -> Edit Templates (of your default style) Edit footer template Add this code at the bottom of this template. Code:
<div style="position: fixed; bottom: 0px; left: 0px; width: 150px; height: 150px;"> <img src="{vb:stylevar imgdir_misc}/arcade_link.png" width="150" height="150" border="0" usemap="#arcadelink" alt="Click for Access" /> <map name="arcadelink"> <area shape="poly" coords="0,0,0,150,150,150" href="{vb:raw vboptions.homeurl}/arcade.php" target="_self" /> </map> </div> Align Image Right If you want to align the image on the right then use the following code, and not the above. Right-Aligned Image (requires a new PNG image) code: Code:
<div style="position: fixed; bottom: 0px; right: 0px; width: 150px; height: 150px;"> <img src="{vb:stylevar imgdir_misc}/arcade_link.png" width="150" height="150" border="0" usemap="#arcadelink" alt="Arcade" /> <map name="arcadelink"> <area shape="poly" coords="150,0,150,150,0,150,150,0" href="{vb:raw vboptions.homeurl}/arcade.php" target="_self" /> </map> </div> We grant you permission to re-use the code from this modification for creation of other modifications. It is very simple code, and does not take much to change it to suit different size images, obviously changing the mapping to suit. You can view other examples of this code used on our website, for right alignment of bottom images. Feel free to use this code in other products. Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
Yes, you could. Just change the url that currently points to the arcade.php file. I'm not sure of the file name for use on the v3Arcade.
|
#13
|
|||
|
|||
How can I change the link. My link is: http://www.rwf-forum.co.uk/vBulletin/arcade.php
and not: http://rwf-forum.co.uk/vBulletin/index.php/arcade.php |
#14
|
||||
|
||||
Quote:
Here you go.. just a hard coded link instead of using vb tags. Just copy and paste this code in your footer! Regards, Code:
<div style="position: fixed; bottom: 0px; left: 0px; width: 150px; height: 150px;"> <img src="{vb:stylevar imgdir_misc}/arcade_link.png" width="150" height="150" border="0" usemap="#arcadelink" alt="Click for Access" /> <map name="arcadelink"> <area shape="poly" coords="0,0,0,150,150,150" href="http://www.rwf-forum.co.uk/vBulletin/arcade.php" target="_self" /> </map> </div> |
#15
|
||||
|
||||
If I was to put something like this down the left hand side of my page how would I do it? So instead of having it in the header corner or footer corner, it is down the middle of the left hand side?
|
#16
|
||||
|
||||
Quote:
I will put a simple example together so you can see how it's done. |
#17
|
||||
|
||||
Hey thanks for the offer, but i found some coding elsewhere and now i have it working on my test site. Thanks dude.
|
#18
|
|||
|
|||
Is it possible to just add this to the forum home page and not every page?
|
#19
|
|||
|
|||
Thinking outside of the box..
Arcade widget for CMS? Less clutter and no templates to revert at upgrade time. |
#20
|
|||
|
|||
Nice idea this! maybe is it possible to make a sort of slider of it for different links/images on clicking base.
I will install this very soon rated 5 stars! |
#21
|
|||
|
|||
Quote:
Gr, Patrick |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|