Page 1 of 1

question about header for this forum

PostPosted: Fri Jun 30, 2006 7:25 am
Author: ayasha
this may have been asked and answered, but if it has i would not know how to search for it, but in the header of this forum, the right side has wordage that changes with links in it, how is this accomplished?

thanks in advance

cleo

PostPosted: Fri Jun 30, 2006 7:45 am
Author: Flex
I think that's done using a flash file in "banner" administration.

Edit: actually, I don't think it's a flash file but it's definately using banner admin.

PostPosted: Fri Jun 30, 2006 7:53 am
Author: ayasha
yea, i know, i am just curious how it changes without refreshing the page and how they got links into it <img>

PostPosted: Fri Jun 30, 2006 8:09 am
Author: chucklehead
~ It's actually javascript using the information from the file fi_newsfader_user.js in the templates directory.

PostPosted: Fri Jun 30, 2006 8:14 am
Author: ayasha
uhmmm, how do i get that to work?

PostPosted: Fri Jun 30, 2006 8:20 am
Author: chucklehead
~ I don't believe it's included in the 140 release. If you have the IntegraStyle theme installed it has the code included in the overall_header.tpl. I believe that code has been used in place of the banner that is visible in 140 IM versions.

~ Find the code, enter it as a Custom HTML in place of the banner. Then change the text in fi_newsfader_user.js to the whatever you like.

PostPosted: Fri Jun 30, 2006 8:25 am
Author: ayasha
that seems easy enough to do, but knowing me i will be back to ask questions when i get ready to do it :lol:

Re: question about header for this forum

PostPosted: Fri Jun 30, 2006 8:38 pm
Author: Helter
you can make your flash background transparent so each templates background will show through. The one I made for this site uses a transparent bg


here is the overall_header from this sites fisubice
I have bolded the newsfader and flash params for you. For the flash, just replace the background references with the ones in bold


<DOCTYPE>
<mod>
<html>

<head>
<meta>
<meta>
<title>{SITENAME} - {PAGE_TITLE}</title>{META_TAGS}
{META}
{NAV_LINKS}

<link>
<script></script>
<if><if><script></script><endif><endif>
<link>

<script></script>
<style>
<finews>
</style>
</script>

<BEGIN>
<script>
<if>
</script>
<END>
<Start>
<script> <var>
</script>
<End>
<BEGIN>
<script>
<window>
</script>
<END>
<script>
<function>
</script>
<script></script>
<Prillian>
<BEGIN>
<script>
<function>
</script>
<END>
<BEGIN>
<script>
if ( {buddy_alert.BUDDY_ALERT} )
{
window.open('{buddy_alert.U_BUDDY_ALERT}', '_buddyalert', 'HEIGHT=225,resizable=yes,WIDTH=400');
}
</script>
<END>
<Prillian>


</head>
<body>
<BEGIN>
<table>
<tr>
<td><span><b>{L_BOARD_DISABLE}</b></span></td>
</tr>
</table>
<END>
<Start>
<Banners>
<table>
<tr>
<td>
<table>
<BEGIN>
<tr><td><div>{BANNER_1_IMG}</div></td></tr>
<END>
<BEGIN>
<tr><td><div>{BANNER_2_IMG}</div></td></tr>
<END>
</table>
</td>
<td>
<table>
<BEGIN>
<tr><td><div>{BANNER_3_IMG}</div></td></tr>
<END>
<BEGIN>
<tr><td><div>{BANNER_4_IMG}</div></td></tr>
<END>
</table>
</td>
<td>
<table>
<BEGIN>
<tr><td><div>{BANNER_5_IMG}</div></td></tr>
<END>
<BEGIN>
<tr><td><div>{BANNER_6_IMG}</div></td></tr>
<END>
</table>
</td>
</tr>
</table>
<End>
<End>
{QBARS}
<a></a>
<table>
<tr>
<td>
<table>
<tr>
<!-- <td><a><img></a></td>-->
<td>
<object>
<param>
<param>
<param>
<embed>
</object>
</td>
<td>
<div>
<script></script>
</div></td>
<!--disable banner

<BEGIN>
<td><div>{BANNER_0_IMG}</div></td>
<END>
end disable banner -->
<td> </td>
</tr>
</table>
{QMENUS}
<BEGIN>
<table>
<tr>
<td><span> {L_LW_EXPIRE_REMINDER}</span></td>
</tr>
</table>
<END>

<table><tr><td></td><td></td><td></td></tr></table>
<table>
<tr>
<td><a><img></a></td>
</tr>
</table>

{CALENDAR_BOX}

<BEGIN>
<table>
<tr>
<td>{BANNER_16_IMG}</td>
</tr>
</table>
<END>
<table>
<BEGIN>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<END>
<BEGIN>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<END>
<BEGIN>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<END>
<tr>
{PORTAL_HEADER}
<td><img></td>
<td>

PostPosted: Fri Jun 30, 2006 9:48 pm
Author: ayasha
thanks Helter <img>