installed correctly...However....

A mod witch will add a new links page to your froum.
fully ACP insterface, from where you may add/delete and update link categorys/sub categorys and links.

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

installed correctly...However....

Postby Razors Edge on Sun 14. Dec, 2003 23:16

I recently installed the links mod in my forums and the install went some, simply read the instructions and it worked great. However after installing the mod, I no longer have a seach button or a memberlist button. Any suggestions??

-Razors Edge-
www.fullthrottlekillers.com/forums
Razors Edge
Poster
Poster
 
Posts: 3
Joined: Sat 15. Nov, 2003 17:29

Solution?

Postby west on Tue 16. Dec, 2003 07:16

there is probably a problem in the overall header template file. If you post the code to this or PM it to me, i can tell you what you are missing.
I came, I Saw, I Conquered.

...And Theres <a href="http://www.nogoingbackmusic.com/">No Going Back</a>
west
Poster
Poster
 
Posts: 7
Joined: Mon 05. May, 2003 10:25
Location: California

Postby Razors Edge on Fri 19. Dec, 2003 06:23

Here is my "overall_header.tpl" file

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/subBlack/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
TH         { background-image: url(templates/subBlack/images/{T_TH_CLASS2}) }
TD.cat      { background-image: url(templates/subBlack/images/{T_TH_CLASS1}) }
TD.rowpic   { background-image: url(templates/subBlack/images/{T_TH_CLASS3}); background-repeat: repeat-y }
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subBlack/images/{T_TH_CLASS1}) }
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="java**script" type="text/java**script">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td width="200"><a href={U_INDEX}><img src="templates/subBlack/images/logo_phpBB.gif" width="200" border="0" alt={L_INDEX} vspace="1" /></a></td>
            <td align="center" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
            <table cellspacing="0" cellpadding="2" border="0">
               <tr>
<a href="{U_LINKS}" class="mainmenu"><img src="templates/{T_NAME}/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_LINKS}" hspace="3" />{L_LINKS}</a>&nbsp;


                  <!-- BEGIN switch_user_logged_out -->
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subBlack/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
                  <!-- END switch_user_logged_out -->

                  </td>
               </tr>
               <tr>
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subBlack/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/subBlack/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/subBlack/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
               </tr>
            </table></td>
         </tr>
      </table>

      <br />


Thank you for any help you can give me.

-Razors Edge-
Razors Edge
Poster
Poster
 
Posts: 3
Joined: Sat 15. Nov, 2003 17:29

The Solution

Postby west on Sun 28. Dec, 2003 13:04

sorry ive taken so long to reply its kind of a busy time of the year.

there is indeed a problem with your overall header.
it looks like you overwrote the buttons on accident, it looks like you have a new overall header on your website, if you simply

Code: Select all
#
#-----[ FIND ]------------------------------------------------
#
{L_USERGROUPS}</a>&nbsp;

#
#-----[ AFTER, ADD ]------------------------------------------
#

<!-- Start add - Links MOD -->
<a href="{U_LINKS}" class="mainmenu"><img src="templates/{T_NAME}/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_LINKS}" hspace="3" />{L_LINKS}</a>&nbsp;
<!-- End add - Links MOD -->



then it will work, make sure you do not touch the lines which contain {U_SEARCH}, or {U_MEMBERLIST} as these were somehow deleted from your overall header file

remember machines sometimes make mistakes, the best way is to do it by hand
I came, I Saw, I Conquered.

...And Theres <a href="http://www.nogoingbackmusic.com/">No Going Back</a>
west
Poster
Poster
 
Posts: 7
Joined: Mon 05. May, 2003 10:25
Location: California


Return to Links [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron