Author Topic: editing the html/admin/header.htm  (Read 12247 times)

jer166

  • Guest
editing the html/admin/header.htm
« on: December 13, 2011, 11:58:17 PM »
What file are you editing?

It should be html/admin/header.html

You just need to edit line 84 and replace "simplemember.com/forum/" with "contactandsupport.com/forum"

It does redirect straight here anyway.

There is no automatic way to delete members who don't have referals although in my book that would be a bad thisng anyway because you can still email them if they are in the system via the Mass Mail feature.

OK I started a new thread on this.

It appear that this link is embedded in the Deluxe Menu script and can't be changed by editing the link.  The link is for href="http://simplemember.com/forum/

and I tried to change it to href="http://contactandsupport.com/forum/

but it keeps defaulting to http://lochshire.info/index.php

so it looks like it is something that need to be done if there is ever an update.

Not a big deal...

admin

  • Guest
Re: editing the html/admin/header.htm
« Reply #1 on: December 14, 2011, 10:37:59 AM »
Hi Jerry

It does use the Deluxe Menu script but all links are in the html/admin/header.html file and can be edited.

jer166

  • Guest
Re: editing the html/admin/header.htm
« Reply #2 on: December 16, 2011, 01:55:43 PM »
Hi Jerry

It does use the Deluxe Menu script but all links are in the html/admin/header.html file and can be edited.

OK.

Here is a copy of the header.html file.  When the support link is clicked it takes me to http://lochshire.info/index.php

As you can see the code has <a id="dmI49" href="http://simplemember.com/forum/" target="_blank">Support Forums</a> ...

when i insert contactandsupport.com/forum it still goes to http://lochshire.info/index.php

Not the end of the world, but some other edit seems necessary to make it work.  I am at a loss on why this is happening.


<!-- Start Header Code -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Simple Giveaway Pro</title>
<link href="../common/amain.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="../common/astyle.css">
<script language="javascript" type="text/javascript" src="../common/datetimepicker.js">
<script type="text/javascript">var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
{{useeditortest}}

</head>

<BODY BGCOLOR="#FFFFFF">
<div align="center">
<TABLE width="700" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="#FFFFFF" class="border">
  <TR>
   <TD align="center">
   <img src="../images/admin_header.jpg" alt="Simple Member" border="0"></TD>
</TR>
<{afterlogin_start}>
<tr>
   <TD valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr>
      <td>
      
      
 <!-- Deluxe Menu -->
  <noscript><p><a href="http://deluxe-menu.com">best javascript menu by Deluxe-Menu.com</a></p></noscript>

  <!-- Code for Deluxe Menu Items. Generated by Deluxe Tuner -->
   <!--
  <div id="dmlinks" style="font:undefined;color:#000000;text-decoration:none">
     <a id="dmI0" href="admin_menu.php">Home</a>
     <a id="dmI2" href="admin_settings.php">Admin Settings</a>
     <a id="dmI3" href="site_settings.php">Site Settings</a>
     <a id="dmI4" href="admin_ads.php">Admin Text Ads</a>
     <a id="dmI5" href="member-view.php">Member Management</a>
     <a id="dmI6" href="member-view.php">Member Management</a>
     <a id="dmI7" href="member-add.php">Add Member</a>
     <a id="dmI9" href="manage_gifts.php">JV Gift Management</a>
     <a id="dmI10" href="manage_ads.php">JV Text Ad Management</a>
     <a id="dmI11" href="market.php">Marketing Tools</a>
     <a id="dmI12" href="aff_emails.php">Affiliate Emails</a>
     <a id="dmI13" href="jv_emails.php">JV Partner Emails</a>
     <a id="dmI14" href="responders.php">Autoresponder Management</a>
     <a id="dmI15" href="aweber.php">Aweber Autoresponders</a>
     <a id="dmI16" href="prosender.php">Prosender Autoresponders</a>
     <a id="dmI17" href="salespages.php">Web Page Management</a>
     <a id="dmI19" href="menus.php">Member and JV Menus</a>
     <a id="dmI20" href="mjvindex.php">Member and JV Index Page</a>
     <a id="dmI21" href="adspace.php">Top and Bottom Ad Space</a>
     <a id="dmI22" href="createpages.php">Creating Custom Member Pages</a>
     <a id="dmI23" href="tpd.php">Legal Disclaimers/Contact</a>
     <a id="dmI24" href="squeezepage.php">Squeeze Page</a>
     <a id="dmI25" href="cancel.php">PayPal Payment Cancel Page</a>
     <a id="dmI27" href="homepage.php">Free Product Management</a>
     <a id="dmI28" href="giveaway.php">Giveaway Management</a>
     <a id="dmI46" href="emails.php">System Emails</a>
     <a id="dmI47" href="mass_mail.php">Member Mass Email</a>
     <a id="dmI48" href="updates.php">Check Updates</a>
     <a id="dmI49" href="http://simplemember.com/forum/" target="_blank">Support Forums</a>
     <a id="dmI50" href="logout.php">Log Out</a>
  </div>
  -->
  <!-- End of Code for Deluxe Menu Items -->

  <!-- (c) 2006, Deluxe-Menu.com -->


<script type="text/javascript" src="data-deluxe-menu.js"></script>




</td>
</tr>
      
      
      
      
      
      
      
      </table>
   </td>
</tr>
<{afterlogin_end}>
<TR>
   <TD valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="10">
      <tr>
         <td valign="top">
<!-- End Header Code -->


jer166

  • Guest
Re: editing the html/admin/header.htm
« Reply #3 on: December 16, 2011, 02:52:58 PM »
I also tried to edit the same file in the SMP package.  While it is linked to http://simplemember.com/forum/  it properly redirects to http://contactandsupport.com/forum/index.php.  But when edited it still defaults to http://simplemember.com/forum/ and will not read edits. 

admin

  • Guest
Re: editing the html/admin/header.htm
« Reply #4 on: December 19, 2011, 07:53:28 AM »
Hi Jerry

Are you refreshing your browser using CTRL 5 after edits?

The code you have pasted above is from the web page (View Source) once it's been parsed by your browser.

What's the URL - I will take a look.

jer166

  • Guest
Re: editing the html/admin/header.htm
« Reply #5 on: December 19, 2011, 12:33:55 PM »
My url is http://boysranchtexasfamily.net/ezeebiz/EZ-JV-Giveaway/

I am clearing the cookies and cache and refreshing the browser after each edit but the problem still exists. 

The html/admin/header.html straight from the download package is coded to http://simplemember.com/forum/ ,but when the support link is clicked it defaults to http://lochshire.info/index.php.  Any edits I make still default to http://lochshire.info/index.php

Maybe I should post this in the "Bug Report" section.  I just really don't know if it is a bug or something I am doing wrong. 

I have had the script for a couple of years and am just now at a point where I want to start using it.  This issue really doesn't impact my ability to use the script.  It has just really consumed my curiosity.

« Last Edit: December 19, 2011, 12:40:15 PM by jer166 »

admin

  • Guest
Re: editing the html/admin/header.htm
« Reply #6 on: January 05, 2012, 10:42:12 AM »
Happy New Year Jerry :)

Agree that it's annoying more than critical. PM me your CPanel details and I'll take a look - or send them on a ticket to www.contactandsupport.com


jer166

  • Guest
Re: editing the html/admin/header.htm
« Reply #7 on: January 06, 2012, 03:53:05 PM »
David,

Thanks for the reply & help.

I'll just live with it for now, as I am busy with some other projects at the moment.

Thanks.