Anything Forums Forum Index Anything Forums
Discuss Anything and Everything you want to.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


News Fader Portal Guide

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Anything Forums Forum Index -> Anything Forum FAQ/Help Guides
View previous topic :: View next topic  
Author Message
Pariah
Administrator
Administrator


Joined: 26 Oct 2006
Posts: 89


Location: Earth! Where else?!

PostPosted: Mon Nov 06, 2006 1:03 am    Post subject: News Fader Portal Guide Reply with quote

Here is a guide that will hopefully help everyone with the new portal.

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. Just like my forum name is anythingforums. Basically your taking your main link. Example: http://anythingforums.myfastforum.org and just taking out the first part "anythingforums" all in example of course don't use mine Ha. 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 editng 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 cna 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!

If you have any further questions or comments please pm them to me and hopefully I will be able to answer them. Also I will be hosting a poll for you to rate on this guide on if it helped you or not.

This was brought to you buy Pariah (Admin) © 2006 Do not post this guide anywhere else or you will be in trouble.



_________________



May god and her majesty be with you. Amen.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Anything Forums Forum Index -> Anything Forum FAQ/Help Guides All times are GMT - 7 Hours
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
Create your own free forum | Buy a domain to use with your forum
TopSiteGuide.LeedsTop100 anythingforums.myfastforum.org
TopSite List LeedsTop100 anythingforums.myfastforum.org