Blackshirt
Team HuskerBoard
Ok guys, the new design is available in a limited production environment. I'm not sure if this is only available to admins, let me know, but in the bottom left corner of the site, I was able to select from the drop-down the skin called "qb sneak".
This will allow us to update the forum structure & test in a live environment before going global.
Frank or another admin, would you like to do the honors of updating the forum structure per our earlier thread?
Also, below are instructions for updating the countdown clock & other toys.
---------------------------
How to edit the blocks for Husker Board. I set it up so the information that needs to be edited can be found in one place.
Process:
1. All settings will be found in the Admin CP
2. Under My Apps Tab click on IP.Content
3. Left sidebar click on Blocks
4. Scroll down to category Husker Custom
5. Click arrow -> Edit Block
Counter Settings
Do the process above to get to the code. Edit Next Game block.
Find: <!-- EDIT THIS FOR NEXT GAME -->
Below you will see:
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
jQuery('#countdown_dashboard').countDown({
targetDate: {
'day': 25,
'month': 9,
'year': 2010,
'hour': 6,
'min': 0,
'sec': 0
}
});
});
</script>
Just edit the values and save.
Editing Previous Game:
Do the process to get to Previous Game block.
Find:
<div class='general_box clearfix'>
<h3 class='next_header'>
Previous Game:
<a href='http://www.huskerboard.com/mods/2009-nebraska-husker-football-schedule#BIGXII'>Arizona</a> |
<a href='http://www.huskervideos.com/'>Order Game DVD</a>
</h3>
<div class='next_game_bg row1'>
<div class='left'><img src='http://huskerboard.com/img/NU.gif' /></div>
<div class='right'><img src='http://huskerboard.com/mods/img/09/arizona_sm.png' /></div>
<div id='score'>
<div class='dash'>
<div class='digit win'>3</div>
<div class='digit win'>3</div>
</div>
<div class='dash'>
<div class='digit'>0</div>
<div class='digit'>0</div>
</div>
</div>
<br class='clear' />
</div>
</div>
Be sure to change the 'digit win' value over if the other team won.
Editing Articles:
You will find this in My Apps -> IP Content. On the left sidebar you will see the settings to edit articles, add categories, etc.
Additional Info:
Each block consists of a special code usually like {parse block="scoreboard"} . Say you want to move the scoreboard to the bottom of the sidebar. You would edit the BoardIndex Template find {parse block="scoreboard"} and move it accordingly.
Now, blocks can be moved to any template. This means you can move any block from any part of the board to where-ever.
This will allow us to update the forum structure & test in a live environment before going global.
Frank or another admin, would you like to do the honors of updating the forum structure per our earlier thread?
Also, below are instructions for updating the countdown clock & other toys.
---------------------------
How to edit the blocks for Husker Board. I set it up so the information that needs to be edited can be found in one place.
Process:
1. All settings will be found in the Admin CP
2. Under My Apps Tab click on IP.Content
3. Left sidebar click on Blocks
4. Scroll down to category Husker Custom
5. Click arrow -> Edit Block
Counter Settings
Do the process above to get to the code. Edit Next Game block.
Find: <!-- EDIT THIS FOR NEXT GAME -->
Below you will see:
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
jQuery('#countdown_dashboard').countDown({
targetDate: {
'day': 25,
'month': 9,
'year': 2010,
'hour': 6,
'min': 0,
'sec': 0
}
});
});
</script>
Just edit the values and save.
Editing Previous Game:
Do the process to get to Previous Game block.
Find:
<div class='general_box clearfix'>
<h3 class='next_header'>
Previous Game:
<a href='http://www.huskerboard.com/mods/2009-nebraska-husker-football-schedule#BIGXII'>Arizona</a> |
<a href='http://www.huskervideos.com/'>Order Game DVD</a>
</h3>
<div class='next_game_bg row1'>
<div class='left'><img src='http://huskerboard.com/img/NU.gif' /></div>
<div class='right'><img src='http://huskerboard.com/mods/img/09/arizona_sm.png' /></div>
<div id='score'>
<div class='dash'>
<div class='digit win'>3</div>
<div class='digit win'>3</div>
</div>
<div class='dash'>
<div class='digit'>0</div>
<div class='digit'>0</div>
</div>
</div>
<br class='clear' />
</div>
</div>
Be sure to change the 'digit win' value over if the other team won.
Editing Articles:
You will find this in My Apps -> IP Content. On the left sidebar you will see the settings to edit articles, add categories, etc.
Additional Info:
Each block consists of a special code usually like {parse block="scoreboard"} . Say you want to move the scoreboard to the bottom of the sidebar. You would edit the BoardIndex Template find {parse block="scoreboard"} and move it accordingly.
Now, blocks can be moved to any template. This means you can move any block from any part of the board to where-ever.