inherit
kokia.luxin@gmail.com
196736
0
Sept 25, 2013 14:01:38 GMT -8
kurokimio
4
July 2013
kurokimio
|
Post by kurokimio on Jul 19, 2013 22:04:40 GMT -8
Hi there!
I am new to Version 5 and I am one of the admins on an rpg forum. Each of the characters on the board have CCPs (Custom Character Profiles) where they each have their own sub-forum. The sub-forums contain whatever the players want them to, the main thing being their character profiles and character relations pages.
Now, at the top, I wanted to be able to give the members the opportunity to submit their own custom header banners featuring their characters. I know that in the old versions, this sort of thing was easy by just placing the code in the proper sub-forum's header/footer. Is that code applicable in the new upgraded version of proboards and, if not, can the code be created? I would greatly appreciate it.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 29, 2013 10:01:14 GMT -8
Hi, kurokimio. There should be nothing stopping you from placing an image in the header of a sub-board. Can you post the code you originally used?
|
|
inherit
kokia.luxin@gmail.com
196736
0
Sept 25, 2013 14:01:38 GMT -8
kurokimio
4
July 2013
kurokimio
|
Post by kurokimio on Aug 2, 2013 13:06:55 GMT -8
It looked something like this:
<center><script type="text/javascript"> <!-- document.getElementsByTagName('img').item(0).src = "http://usera.ImageCave.com/AvatarDatabase/CKHSchemes/Auditorium.jpg"; //--> </script></center>
<script type="text/javascript"> <!-- /* Lottery System v1 by Cr0w Copyright 2006 Do not repost and keep this header intact MAIN HEADER */
xxOn="no" xx="22" xx1="48" xx2="70" xx3="17"
if(xxOn=="yes"){ LotteryNumbers = '<table width="250px" cellpadding="4" cellspacing="1" align="center" class="bordercolor" id="LottoTable">'; LotteryNumbers += '<tr>'; LotteryNumbers += '<td class="titlebg" width="100%" colspan="2" align="center">'; LotteryNumbers += '<font size=2><b>Winning Lotto Numbers</B></font>'; LotteryNumbers += '</td>'; LotteryNumbers += '</tr>'; LotteryNumbers += '<tr>'; LotteryNumbers += '<td width="100%" class="windowbg2" vAlign="top" align="center" id="LotteryTable">'; LotteryNumbers += '</td>'; LotteryNumbers += '</tr>'; LotteryNumbers += '</table>'; } else if(xxOn=="no"){ LotteryNumbers = '<table width="250px" cellpadding="4" cellspacing="1" align="center" class="bordercolor" id="LottoTable" style="display: none">'; LotteryNumbers += '<tr>'; LotteryNumbers += '<td class="titlebg" width="100%" colspan="2" align="center">'; LotteryNumbers += '<font size=2><b>Winning Lotto Numbers</B></font>'; LotteryNumbers += '</td>'; LotteryNumbers += '</tr>'; LotteryNumbers += '<tr>'; LotteryNumbers += '<td width="100%" class="windowbg2" vAlign="top" align="center" id="LotteryTable">'; LotteryNumbers += '</td>'; LotteryNumbers += '</tr>'; LotteryNumbers += '</table>'; } document.write(LotteryNumbers); //--> </script>
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 20, 2013 14:48:50 GMT -8
Not sure how the lottery code is relevant. Can you link to the forum you want this done on? I just need to see if your forum's banner is a clickable logo image or if it's just the banner background.
|
|