Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
Contact the Webmasters of RCFContact   Invite a friend to Join usRecommend   Chat in IRCChat   EZ Template Change OptionEZStyle   Listen to Internet Radio while you browse...iRadio   See your private message.Login for PMs   Important LinksLinks
Member Website LinksWeb Links   Play/View our GamesGames   Register.Register
calendar_open_closeCalendar 
[Solved]Animated New Message Icon Mod
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved]Animated New Message Icon Mod
PostPosted: 07/27/2007 4:59 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 12:33 PM
Location: Klang, Malaysia
malaysiC.gif
Code:
Error Detail
 
Warning

FIND FAILED: In file [templates/Avalanche/overall_header.tpl] could not find:

<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/Avalanche/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/Avalanche/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/Avalanche/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>


I get this error msg when i want to install.


Last edited by masteranu84 on 07/28/2007 1:43 AM; edited 1 time in total
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Animated New Message Icon Mod
PostPosted: 07/27/2007 5:22 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 12:33 PM
Location: Klang, Malaysia
malaysiC.gif
can i know why the header box Login function do not working? When i click login and access into forum..the header box still write Login but not write login out ?

I want delete the all center fucntion link. Any suggest? Since now i haven't complete at all on header box setup..

Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Animated New Message Icon Mod
PostPosted: 07/27/2007 10:02 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:33 AM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
AnimatedNewMessageIcon.txt

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------
#
<img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}

#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
<img src="{PRIVMSG_IMG}" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO_UNREAD}

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
{U_PRIVATEMSGS}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
templates/subSilver/images/icon_mini_message.gif
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{PRIVMSG_IMG}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{PRIVATE_MESSAGE_INFO}
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{PRIVATE_MESSAGE_INFO_UNREAD}
#
#-----[ OPEN ]------------------------------------------
#
templates/Avalanche/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
{U_PRIVATEMSGS}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
templates/Avalanche/images/fs_menu_msg_pm.gif
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{PRIVMSG_IMG}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{L_PRIVATEMSGS}
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{PRIVATE_MESSAGE_INFO_UNREAD}

Save, upload, and try again using EM...

You will still get the Warning Error on the Avalanche overall_header.tpl file, but you can ignore it this time...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Animated New Message Icon Mod
PostPosted: 07/27/2007 10:31 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:33 AM
Location: St Pete, FL
peace.gif
You are making a mistake every time you add HTML code at the top of the overall_header.tpl file.  You need to add the code below the <body tag further down in the file.  This is what I did to correct it:

OPEN
Avalanche/overall_header.tpl

FIND & DELETE
Code:
<center><table align="center" border=1><tr><td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version =4,0,0,0" id="rb_james" width="400" height="50"><param name="movie" value="http://wtfone.com/forum/flash/welcome/WTFONEforum.swf"><param name="quality" value="high"><embed name="rb_james" src="http://wtfone.com/forum/flash/welcome/WTFONEforum.swf" quality="high" width="400" height="50" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1 _Prod_Version=ShockwaveFlash"></embed></object></td></tr></table></cen ter>

FIND
Code:
<a name="top"></a>

AFTER, ADD
Code:
<center>
<table align="center" border=1>
<tr>
   <td>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version =4,0,0,0" id="rb_james" width="400" height="50">
         <param name="movie" value="http://wtfone.com/forum/flash/welcome/WTFONEforum.swf"><param name="quality" value="high">
         <embed name="rb_james" src="http://wtfone.com/forum/flash/welcome/WTFONEforum.swf" quality="high" width="400" height="50" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1 _Prod_Version=ShockwaveFlash"></embed>
      </object>
   </td>
</tr>
</table>
</center>

masteranu84 wrote:
can i know why the header box Login function do not working? When i click login and access into forum..the header box still write Login but not write login out ?

Yes, it was redirecting to the portal page rather than the login page.  This is what I did to correct it:

OPEN
Avalanche/overall_header.tpl

FIND
Code:
login.php?redirect=portal.php

REPLACE WITH
Code:
{U_LOGIN_LOGOUT}

FIND
Code:
Log in

REPLACE WITH
Code:
{L_LOGIN_LOGOUT}

I also corrected your Registration link by doing the following:

FIND
Code:
profile.php?mode=register

REPLACE WITH
Code:
{U_REGISTER}

FIND
Code:
Register

REPLACE WITH
Code:
{L_REGISTER}

To make it so that the Register link disappears after logging in, I added the following before and after the Register link:

Code:
<!-- BEGIN switch_user_logged_out -->

<!-- END switch_user_logged_out -->


masteranu84 wrote:
I want delete the all center fucntion link. Any suggest? Since now i haven't complete at all on header box setup..

Yes, this is how you get rid of that section:

OPEN
Avalanche/overall_header.tpl

FIND & DELETE
Code:
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center">
   <tr>
      <td class="back_3_1">&nbsp;</td>
      <td class="back_3_2" colspan="4">
      
         <table cellpadding="0" cellspacing="0" width="100%">
            <tr>
               <td class="tab_space_2">&nbsp;</td>  
                               <td class="active_button"><a href="{U_PORTAL}" style="color:#330066;"class="tab">{L_HOME}</a></td>
                              <td class="active_button"><a href="{U_INDEX}"style="color:#330066;" class="tab">{L_FORUM}</a></td>
               <!-- BEGIN switch_user_logged_out -->
               <td class="active_button"><a href="{U_REGISTER}" style="color:#330066;"class="tab">{L_REGISTER}</a></td>
               <!-- END switch_user_logged_out -->
               <td class="active_button"><a href="{U_WEBLOGS}" style="color:#330066;"class="tab">{L_WEBLOGS}</a></td>
               <!-- BEGIN switch_user_logged_in -->
               <td class="active_button"><a href="{U_WEBLOG_CONFIG}" style="color:#330066;"class="tab">{L_WEBLOG_CONFIG}</a></td>
               <td class="active_button"><a href="{U_MYWEBLOG}" style="color:#330066;"class="tab">{L_MYWEBLOG}</a></td>
               <!-- END switch_user_logged_in -->
               <td class="active_button" nowrap="nowrap"><a href="{U_WEBLOGS_NEWS}" style="color:#330066;"class="tab">{L_WEBLOGS_NEWS}</a></td>
               <!-- BEGIN switch_user_logged_in -->
               <td class="active_button"><a href="{U_ALBUM}"style="color:#330066;" class="tab">{L_ALBUM}</a></td>
               <td class="active_button"><a href="{U_IRC_CHAT}"style="color:#330066;" class="tab">{L_IRC_CHAT}</a></td>
                              <td class="active_button"><a href="{U_STAT_HEADERLINK}"style="color:#330066;" class="tab">{L_STAT_HEADERLINK}</a></td>
                              <!-- END switch_user_logged_in -->
               <td class="tab_space_2">&nbsp;</td>
            </tr>
         </table>
         <table cellpadding="0" cellspacing="0" width="100%">
            <tr>
               <td class="link_back_1">&nbsp;</td>
               <td class="link_back_2" align="left"><a href="{U_LOGIN_LOGOUT}" style="color:#330066;"class="gensmall"><b>{L_LOGIN_LOGOUT}</b></a></td >
               <!-- BEGIN switch_user_logged_in -->
               <td class="link_back_2"><a href="{U_MEMBERLIST}" style="color:#330066;"class="gensmall"><b>{L_MEMBERLIST}</b></a></td>
               <td class="link_back_2"><a href="{U_GROUP_CP}" style="color:#330066;"class="gensmall"><b>{L_USERGROUPS}</b></a></td>
               <td class="link_back_2"><a href="{U_PROFILE}" style="color:#330066;"class="gensmall"><b>{L_PROFILE}</b></a></td>
               <!-- END switch_user_logged_in -->
               <!-- BEGIN switch_user_logged_out -->
               <td class="link_back_2" align="right"><a href="{U_FAQ}" style="color:#330066;"class="gensmall"><b>{L_FAQ}</b></a></td>
               <!-- END switch_user_logged_out -->
               <!-- BEGIN switch_user_logged_in -->
               <td class="link_back_2"><a href="{U_FAQ}" style="color:#330066;"class="gensmall"><b>{L_FAQ}</b></a></td>
               <td class="link_back_2" align="right"><a href="{U_PRIVATEMSGS}" style="color:#330066;"class="gensmall"><b>{PRIVATE_MESSAGE_INFO}</b></ a></td>
               <!-- END switch_user_logged_in -->
               <td class="link_back_3">&nbsp;</td>
            </tr>
         </table>
      </td>
      <td class="back_3_7">&nbsp;</td>
   </tr>
</table>

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Animated New Message Icon Mod
PostPosted: 07/28/2007 1:34 AM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 12:33 PM
Location: Klang, Malaysia
malaysiC.gif
Ya , i have a error msg at the last i install the Animated New Message Icon Mod :

Code:
Error Detail
 
Warning

IN-LINE FIND FAILED: In file [templates/Avalanche/overall_header.tpl] could not find:

templates/Avalanche/images/icon_mini_message.gif

MOD script line #163 :: FAQ :: Report
 
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Animated New Message Icon Mod
PostPosted: 07/28/2007 1:42 AM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 12:33 PM
Location: Klang, Malaysia
malaysiC.gif
Ok, the problem has fix..i click only install button and didn't see any error on this mod after i install.

THANKS ~~~~~~~~~
blob8  banana  headbang  blob8  banana  headbang
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: [Solved]Animated New Message Icon Mod
PostPosted: 07/28/2007 10:25 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:33 AM
Location: St Pete, FL
peace.gif
Kewl.  Congratulations masteranu84!!!   Applause

banana  banana  banana  banana  banana
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group
  ImageShack  
  Putfile  
  TinyURL  
  CommonDreams  
  Log in  

Page generation time: 0.2217s (PHP: 88% - SQL: 12%) - SQL queries: 53 - GZIP enabled - Debug on