News Fader Guide

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    portalogy.myfastforum.org Forum Index -> Forum Portals Currently Available
View previous topic :: View next topic  
Author Message
admin(Nick_NR)
Site Admin
Site Admin


Joined: 27 Dec 2006
Posts: 197
Points: 1000000
Location: England

PostPosted: Thu Feb 01, 2007 4:08 pm  Reply with quote
1) Go to your Administration Panel located at the bottom of your forum.

2) Once you are in there click on Admin Index located on the menu to the left.

3) Once you are in there you will see a paragraph or two and you "Who is online" indicator. What you want is where you see a blue link named "Control Panel". Here is a picture:

4) Now it will ask for your "Forum Name" and your "Password". Your "forum name" will be your forum name. Your "Password" will be the password you use to log into your account on your forums.

5) Once you are all logged in you will see various things but what you want is the "Options" tab. Here is a picture to illustrate that:


6) Now once you are in the "Options" tab you will see a area to put this code in:

Code:
[FADER]
title=News
component=MENU
name=FADER
item1=News fader
item2=looking good


then click "Save Forum" located at the bottom of the text input area.

7) You can now close out of your "Control Panel" and head back to your "Administration Panel". Once you are in there it is time to edit your template. To get to "Edit Templates/Logos" scroll down through your menu and you shall see it under "Styles Admin". Click on "Edit Templates/logos".

8. Alright you will see a mess of things. (Now if you haven't already registered the "Editor" user please go and log out and make him as you will not be able to proceed with instructions.) Ok now create a template by coping the template you want to edit. By that I mean choose the template from the drop down menu. (Note: You have to add some templates you like in order to see templates to copy. To add templates simply go back to "Administration Panel" and choose "Add" under "Styles Admin" and "Install" some templates.) To show you want I mean by copying a template and making a copied template to edit here is a picture:


9) Alright your almost finished so just hang on a little bit longer. Once you have chosen your template to copy and have clicked "Submit" as shown in picture go back to "Edit Template/Logo" and its time to edit the template you just created. Here is a picture showing how to edit the template you created:

10) Once you have followed the pictures instructions you will find yourself in some crazy and confusing stuff. First thing is first though editing your "overall_header.tpl". Now here is a picture showing you how to get to your "overall_header.tpl" to edit it.

11) Next you will find yourself in a mess of codes. Do not worry this will be fairly simple. Take this code...

Code:
<!-- BEGIN switch_forum_view -->
<table><tr>
<td valign="top">
<tr><td colspan="3">{MYFF.FADER}</td></tr>
</td>
<!-- END switch_forum_view -->

<td width="100%" valign="top">


and scroll all the way to the "BOTTOM" of the code and enter in at very end. I repeat the VERY END of the code. Then you may proceed by pressing the "Submit" button.

12) You will find yourself back at the screen where you first found the "overall_header.tpl". Now it is time to finish this. Here is a picture with the next instructions:

13) You will find yourself in another mess of codes but this one is REALLY simple. Just select all the code in there and delete it then replace it with...

Code:
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<!--BEGIN switch_fader_title -->
   <tr>
        <th height="25" class="thCornerL" nowrap="nowrap">{FADER_TITLE}</th>
     </tr>
<!--END switch_categories_title -->     
 
<tr>
<td align="center">


<div id="fscroller" style="font-size: 12; font-family: Verdana,Arial; font-weight: bold; width: 100%; height: 15px; padding: 2px; filter: alpha(opacity=0); -moz-opacity: 0.0;"></div><script language="JavaScript1.2" type="text/javascript">
<!--
var iDelay = 2000;var txtColor = "000000";var fContent = [];
<!-- BEGIN fader_row -->
fContent[{fader_row.MENU_NUMBER}-1] = "{fader_row.MENU_NAME}"
  <!-- END fader_row -->
var isIE = (document.all)? true : false;var frame = 60;var st = 1;var wait = iCur = 1;var index = iCurMoz = 0;var iDir = false;var frameHalf = frame / 2;var iTimer;var frame_m = frame;var wait_m = wait;document.getElementById("fscroller").style.color = txtColor;function fade(){   if(index >= fContent.length){      index = 0;   }   document.getElementById("fscroller").innerHTML = fContent[index];   index ++;   opacityFade();}function opacityFade(){   var fScroll = document.getElementById("fscroller");   if(frame > 0){      if(frame == frameHalf && wait > 0){         if(isIE){            fScroll.style.filter = "alpha(opacity=" + iCur + ")";         } else {            fScroll.style.MozOpacity = iCurMoz;         }         wait --;         setTimeout("opacityFade()", iDelay);      } else {         if(iDir){            iCur -= 3;            iCurMoz -= 0.03;         } else {            iCur += 3;            iCurMoz += 0.03;         }         if(isIE){            fScroll.style.filter = "alpha(opacity=" + iCur + ")";         } else {            fScroll.style.MozOpacity = iCurMoz;         }         if(frame == (frameHalf + 1)){            if(isIE){               fScroll.style.filter = "alpha(opacity=" + iCur + ")";            } else {               fScroll.style.MozOpacity = iCurMoz;            }            iDir = true;         }         frame --;         setTimeout("opacityFade()", st);      }   } else {      fScroll.innerHTML = " ";      frame = frame_m;      wait = wait_m;      iDir = false;      setTimeout("fade()", st);   }}// -->
</script>
</td></tr>
</table>


<script language="JavaScript" type="text/javascript"><!--
fade();
// -->
</script>


Once you have done this click the "Submit" button then follow th next instructions.

13) Now we are back to the screen with the drop-down menus and "overall_header.tpl" stuff. All you have left to do is click "Make Deafult" the go back to your forum and you shall now have the "News Fader Portal" An example of this portal is right above "~Anything Forums Menu~" located to the left of my forum. Now if you want to change what the portal says simply got back to your "Control Panel" back to "Options" and edit the...

Code:
[FADER]
title=News
component=MENU
name=FADER
item1=News fader
item2=looking good


"item1=News fader" and instead of "News fader" you put what ever you want it to say. This applies to all of the "items#=" you can also add more by putting "item3=" "item4=" so on and so forth. Also you can edit the title of your "News Fader" by editing "title=News" and putting something else after the "=" sign. Make sure to save each time you edit the code!

This was brought to you by Pariah © 2006.

Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Post Above Is Number: 98
Manz



Joined: 29 Jan 2008
Posts: 5
Points: 0

PostPosted: Sun Feb 03, 2008 10:03 pm  Reply with quote
Is there an updated guide, because i think this is the old one, do you know the new guide to add the news fader? because there is no cms_fader.tpl anymore..
Back to top
View user's profile Send private message Visit poster's website
Post Above Is Number: 383
admin(Nick_NR)
Site Admin
Site Admin


Joined: 27 Dec 2006
Posts: 197
Points: 1000000
Location: England

PostPosted: Mon Feb 04, 2008 4:52 pm  Reply with quote
The options tab no longer exists, create a FADER component in the forums admin panel, by clicking on portal settings followed by clicking the icon titled MENU and then changing the name to FADER and clicking create new portal, then carry on from point 13 in the guide.

Links aren't working at the moment for some reason, will have to check the code, but you can get the fader running like you see above on template 1.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Post Above Is Number: 384
Manz



Joined: 29 Jan 2008
Posts: 5
Points: 0

PostPosted: Mon Feb 04, 2008 7:07 pm  Reply with quote
ok i done that part, but where do i enter the text, that i want the fader to display?
Back to top
View user's profile Send private message Visit poster's website
Post Above Is Number: 385
admin(Nick_NR)
Site Admin
Site Admin


Joined: 27 Dec 2006
Posts: 197
Points: 1000000
Location: England

PostPosted: Tue Feb 05, 2008 5:02 pm  Reply with quote
{MYFF.FADER} any where you'd like it to appear, if you named it NEWSFADER then it would become {MYFF.NEWSFADER}
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Post Above Is Number: 387
Manz



Joined: 29 Jan 2008
Posts: 5
Points: 0

PostPosted: Tue Feb 05, 2008 5:40 pm  Reply with quote
Yeah that is what i have done, but i mean the text that says "Undefined" the one that is fading in and out

how do i change that to what i want it to say?
Back to top
View user's profile Send private message Visit poster's website
Post Above Is Number: 388
admin(Nick_NR)
Site Admin
Site Admin


Joined: 27 Dec 2006
Posts: 197
Points: 1000000
Location: England

PostPosted: Wed Feb 06, 2008 5:30 pm  Reply with quote
when you go to the admin panel and choose portal settings you should see one called fader, click it and it's options should be like the main menu's where the item will be how you define what text will appear.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Post Above Is Number: 389
admin(Nick_NR)
Site Admin
Site Admin


Joined: 27 Dec 2006
Posts: 197
Points: 1000000
Location: England

PostPosted: Thu Jun 19, 2008 4:27 pm  Reply with quote
new guide: http://portalogy.myfastforum.org/ftopic94-0-0-asc-.php
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Post Above Is Number: 395
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    portalogy.myfastforum.org Forum Index -> Forum Portals Currently Available All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © Tadas Talaikis, netBLOT, 2005 | "Neat!" Wordpress Theme Converted by Branwen.net
Create your own free forum | Buy a domain to use with your forum
If you feel that PORTALOGY has been helpful and would like to say thank you then please click the donation button below.