Log in

View Full Version : Forum Home Enhancements - HTML block - Forum Index


AURFSCAN
06-24-2010, 10:00 PM
Place a block at the bottom of your Forum Index. Good for mini banners, links, ads, Images...whatever.


Find in 'ForumHome' template

<!-- end what's going on box -->

and place Underneath



<div id="wgo_legend" class="collapse wgo_block">
<h2><span>Block Name</span></h2>
<div class="floatcontainer">
<div class="wgo_subblock">
<div>

Your HTML code here

</div>
</div>
</div>
</div>




Go easy .... :p I'm only sharing what works for me and If it works for you mark Installed :D

sulasno
06-25-2010, 05:08 AM
tagged and thanks

how can I place 4 clocks showing the time for different regions ?

Dr.osamA
06-27-2010, 05:53 AM
installed + 5 stars

thanxx

merk_aus
06-27-2010, 10:21 AM
Thanks for this have been looking at code for the last hour or so to try and get it. Much appreciated.

COL NIL SATIS
06-27-2010, 04:25 PM
brilliant ...will give this a whirl later ...tagged

thecelticway
06-30-2010, 04:08 PM
installed....... an this be used for "Live Radio" links on the home page....... if so ....How?

COL NIL SATIS
08-08-2010, 02:58 PM
brilliant ...were using it as a live score centre ..installed and rates 5

PHSChat
12-03-2010, 11:05 PM
Excellent. 5 star and MOTM :up:

betts02
12-04-2010, 07:17 AM
Very nice mate, not needed but looks good an will find someway to use it

Kangaroo666
02-08-2011, 12:27 AM
Thanks for sharing, will come in very handy! :)

Installed and working well.

tdkmatt
02-28-2011, 02:52 AM
How do you add the box around the block name line in your example?

sematopdemir
02-28-2011, 08:49 AM
Excellent

dany_danay
03-01-2011, 07:57 AM
I have some banners to pu, but I want not to show it in vertical.. I want an horizontal var..
Can you help me? Sorry my english

GeorgeEcuador
03-04-2011, 02:05 AM
Excellent

Yurified
03-22-2011, 09:50 AM
Aw for some reason it doesn't appear on my forum T^T

spillage
12-11-2011, 08:52 PM
I tweaked it to get the header & border to work on 4.1.8

<!-- Your Block -->

<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">Your Block Title Here</h2>
<div class="blockbody formcontrols floatcontainer">
<div class="wgo_subblock">
<div>

<!-- Your Code Here -->

</div>
</div>
</div>
</div>

<!-- end Your Block -->