Links Manager II
#21 ONLINE
Posted 09 July 2007 - 01:08 PM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#22
Posted 09 July 2007 - 02:32 PM
#23 ONLINE
Posted 09 July 2007 - 04:50 PM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#24
Posted 09 July 2007 - 05:27 PM
i still receive
Quote
select count(*) as total from links l left join ( links_description ld ) on ( l.links_id = ld.links_id )
at admin/links.php
#25
Posted 19 July 2007 - 09:11 AM
Error!
Unable to determine the page link!
I am using seo but was when I installed it.
I have read through these posts, language stuff is set as it should be. I wanted to try and install the new one not sure it will help. What changes would I have to do to change to this new one?
Any ideas on how to fix this old one and the error I am getting?
Edited by staradmire, 19 July 2007 - 09:13 AM.
#26 ONLINE
Posted 19 July 2007 - 12:23 PM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#27
Posted 19 July 2007 - 02:51 PM
I did a fresh first time install, believe I got it all right. Admin section looks ok. But when on the links.php page and you click on a catagory (1 of 5 presently)
it brings you to this: http://my_domain.net/links.php/parentid/0/lPath/1 - note the parent id thing.
So clicking on a catagory does not take me any further just refreshes the page not taking you anywhere from the categories page.
When a link is approved and you get the email stating .."to view you link click ..." that brings you to the correct page to view the link.. pardon I trashed the email but the path showed .. link?!path..etc not the /parentid/ thing like above.
So of course Im wondering what i did wrong or if I left something out.
Any help is appreciated and this looks like a fantastic contribution.
Thanks Jack.
Also the images are not showing for the Catagoies Images, set to true btw.
Edited by CD Monster, 19 July 2007 - 02:55 PM.
#28 ONLINE
Posted 19 July 2007 - 06:20 PM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#29
Posted 19 July 2007 - 08:11 PM
I have Links Manager v1.17 installed and it seems to be working correctly apart from one little error.
It occurs in admin/links.php
Basically, I go to the links page and click on 'edit' to modify the link. When they edit page displays, i get an 'error on page' message at the bottom of the browser.
Error =
Line:33
Char: 57
Error: Syntax error
This error seems to be causing a problem with my link description text area. If i modify the description and click update. I doesn't save my changes.
I'm an oscommerce novice so i'm hoping someone can help me fix this.
Here is the code to my links.php
Thanks
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>osCommerce</title>
<link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
<script language="javascript" src="includes/general.js"></script>
<script language="javascript"><!--
function check_form() {
var error = 0;
var error_message = "Errors have occured during the process of your form!\nPlease make the following corrections:\n\n";
var links_title = document.links.links_title.value;
var links_url = document.links.links_url.value;
var links_category = document.links.links_category.value;
var links_description = document.links.links_description.value;
var links_image_url = document.links.links_image_url.value;
var links_contact_name = document.links.links_contact_name.value;
var links_contact_email = document.links.links_contact_email.value;
var links_reciprocal_url = document.links.links_reciprocal_url.value;
if (links_title == "" || links_title.length < 2) {
error_message = error_message + "* " + "Link title must contain a minimum of 2 characters." + "\n";
error = 1;
}
if (links_url == "" || links_url.length < 10) {
error_message = error_message + "* " + "URL must contain a minimum of 10 characters." + "\n";
error = 1;
}
if (links_category == "" || links_category.length < 1>) {
error_message = error_message + "* " + "A Category is required." + "\n";
error = 1;
}
if (links_description == "" || links_description.length < 10) {
error_message = error_message + "* " + "Description must contain a minimum of 10 characters." + "\n";
error = 1;
}
if (links_description == "" || links_description.length > 200) {
error_message = error_message + "* " + "Description must contain less than 200 characters." + "\n";
error = 1;
}
if (links_contact_name == "" || links_contact_name.length < 2) {
error_message = error_message + "* " + "Your Full Name must contain a minimum of 2 characters." + "\n";
error = 1;
}
if (links_contact_email == "" || links_contact_email.length < 6) {
error_message = error_message + "* The 'E-Mail Address' entry must have at least 6 characters.\n";
error = 1;
}
if (links_reciprocal_url == "" || links_reciprocal_url.length < 10) {
error_message = error_message + "* " + "Reciprocal page must contain a minimum of 10 characters." + "\n";
error = 1;
}
if (error == 1) {
alert(error_message);
return false;
} else {
return true;
}
}
//--></script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetFocus();">
<!-- header //-->
<script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/jscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "spellchecker,style,layer,table,save,advhr,advimage,advlink,emotions,iespell
,insertdatetime,preview,zoom,media,searchreplace,print,contextmenu,paste,directio
nality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,fileman
ager,imagemanager",
theme_advanced_buttons1_add_before : "save,newdocument,separator",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fu
llscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,spellchecker,c
ite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,|,insertfile,
insertimage",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
height : "480",
content_css : "/stylesheet1.css",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|s
tyle],p[lang]",
external_link_list_url : "example_data/example_link_list.js",
external_image_list_url : "example_data/example_image_list.js",
flash_external_list_url : "example_data/example_flash_list.js",
template_external_list_url : "example_data/example_template_list.js",
file_browser_callback : "mcFileManager.filebrowserCallBack",
theme_advanced_resize_horizontal : false,
theme_advanced_resizing : true,
apply_source_formatting : true,
spellchecker_languages : "+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Po
lish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
});
</script>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="204" height="50"></td>
<td align="right"><a href="http://www.oscommerce.com" target="_blank"><img src="images/header_support.gif" border="0" alt="Support Site" title=" Support Site " width="50" height="50"></a>Â Â <a href="http://admwebstudios.co.uk/adonistest/"><img src="images/header_checkout.gif" border="0" alt="Online Catalog" title=" Online Catalog " width="53" height="50"></a>Â Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/index.php"><img src="images/header_administration.gif" border="0" alt="Administration" title=" Administration " width="50" height="50"></a>Â Â </td>
</tr>
<tr class="headerBar">
<td class="headerBarContent">Â Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/index.php" class="headerLink">Administration</a></td>
<td class="headerBarContent" align="right"><a href="http://www.oscommerce.com" class="headerLink">Support Site</a> Â |Â <a href="http://admwebstudios.co.uk/adonistest/" class="headerLink">Online Catalog</a> Â |Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/index.php" class="headerLink">Administration</a>Â Â </td>
</tr>
</table><!-- header_eof //-->
<!-- body //-->
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
<td width="125" valign="top"><table border="0" width="125" cellspacing="1" cellpadding="1" class="columnLeft">
<!-- left_navigation //-->
<!-- configuration //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/configuration.php?gID=1&selected_box=configuration'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/configuration.php?gID=1&selected_box=configuration" class="menuBoxHeadingLink">Configuration</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- configuration_eof //-->
<!-- catalog //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/categories.php?selected_box=catalog'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/categories.php?selected_box=catalog" class="menuBoxHeadingLink">Catalog</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- catalog_eof //-->
<!-- modules //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/modules.php?set=payment&selected_box=modules'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/modules.php?set=payment&selected_box=modules" class="menuBoxHeadingLink">Modules</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- modules_eof //-->
<!-- customers //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/customers.php?selected_box=customers'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/customers.php?selected_box=customers" class="menuBoxHeadingLink">Customers</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- customers_eof //-->
<!-- taxes //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/countries.php?selected_box=taxes'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/countries.php?selected_box=taxes" class="menuBoxHeadingLink">Locations / Taxes</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- taxes_eof //-->
<!-- localization //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/currencies.php?selected_box=localization'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/currencies.php?selected_box=localization" class="menuBoxHeadingLink">Localization</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- localization_eof //-->
<!-- reports //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/stats_products_viewed.php?selected_box=reports'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/stats_products_viewed.php?selected_box=reports" class="menuBoxHeadingLink">Reports</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- reports_eof //-->
<!-- tools //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/backup.php?selected_box=tools'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/backup.php?selected_box=tools" class="menuBoxHeadingLink">Tools</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
</td>
</tr>
<!-- tools_eof //-->
<!-- links //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://admwebstudios.co.uk/adonistest/qwadmin/links.php?selected_box=links'">Â <a href="http://admwebstudios.co.uk/adonistest/qwadmin/links.php?selected_box=links" class="menuBoxHeadingLink">Links Manager II</a>Â </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="menuBoxContent"><a href="http://admwebstudios.co.uk/adonistest/qwadmin/links.php" class="menuBoxContentLink">Links</a><br><a href="http://admwebstudios.co.uk/adonistest/qwadmin/link_categories.php" class="menuBoxContentLink">Link Categories</a><br><a href="http://admwebstudios.co.uk/adonistest/qwadmin/links_contact.php" class="menuBoxContentLink">Links Contact</a><br><a href="http://admwebstudios.co.uk/adonistest/qwadmin/links_featured.php" class="menuBoxContentLink">Links Featured</a><br><a href="http://admwebstudios.co.uk/adonistest/qwadmin/links_status.php" class="menuBoxContentLink">Links Status</a></td>
</tr>
</table>
</td>
</tr>
<!-- links_eof //-->
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pageHeading">Links</td>
<td class="pageHeading" align="right"><img src="images/pixel_trans.gif" border="0" alt="" height="1"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td>
</tr>
<tr><form name="links" action="http://admwebstudios.co.uk/adonistest/qwadmin/links.php?page=1&lID=4&action=update" method="post" onsubmit="return check_form();"> <td class="formAreaTitle">Website Details</td>
</tr>
<tr>
<td class="formArea"><table border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="main">Site Title:</td>
<td class="main">
<input type="text" name="links_title" value="ADM Web Studios" maxlength="64">Â <span class="fieldRequired">* Required</span></td>
</tr>
<tr>
<td class="main">URL:</td>
<td class="main">
<input type="text" name="links_url" value="http://admwebstudios.co.uk" maxlength="255">Â <span class="fieldRequired">* Required</span></td>
</tr>
<tr>
<td class="main">Category:</td>
<td class="main">
<select name="links_category"><option value="Local Businesses" SELECTED>Local Businesses</option></select>Â <span class="fieldRequired">* Required</span>
<tr>
<td class="main">New Category: <td class="smallText"><input type="text" name="links_category_new" maxlength="64">Â Â Â Â <select name="links_category_new_parent"><option value="Top Level">Top Level</option><option value="Local Businesses" SELECTED>Local Businesses</option></select>Â Â Â Â An entry in this box will cause a new category to be created for this link. </td>
</tr>
</tr>
<tr>
<td class="main" class="mceNoEditor">Description:</td>
<td class="main">
<textarea name="links_description" wrap="hard" cols="40" rows="5">ADM Web Studios ecommerce</textarea>Â <span class="fieldRequired">* Required</span></td>
</tr>
<tr>
<td class="main">Image URL:</td>
<td class="main">
<input type="text" name="links_image_url" value="http://" maxlength="255"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td>
</tr>
<tr>
<td class="formAreaTitle">Contact</td>
</tr>
<tr>
<td class="formArea"><table border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="main">Full Name:</td>
<td class="main">
<input type="text" name="links_contact_name" value="adam" maxlength="64">Â <span class="fieldRequired">* Required</span></td>
</tr>
<tr>
<td class="main">E-Mail Address:</td>
<td class="main">
<input type="text" name="links_contact_email" value="info@admwebstudios.co.uk" maxlength="96">Â <span class="fieldRequired">* Required</span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td>
</tr>
<tr>
<td class="formAreaTitle">Reciprocal Page Details</td>
</tr>
<tr>
<td class="formArea"><table border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="main">Reciprocal Page:</td>
<td class="main">
<input type="text" name="links_reciprocal_url" value="http://www.admwebstudios.co.uk/z.html" maxlength="255">Â <span class="fieldRequired">* Required</span></td>
<td width="100" align="right" class="main">FOUND:</td>
<td><img src="images/mark_check.jpg" alt="">
<td width="20"</td>
<td><a href="http://www.admwebstudios.co.uk/z.html" target="blank">Visit Reciprocal Link</a></td>
</tr>
<tr>
<td class="main">Disable Reciprocal Checking:</td>
<td><input type="checkbox" name="links_reciprocal_disable"></td>
</tr>
<tr>
<td class="main">Recprocal Check Count</td>
<td><input type="text" name="links_reciprocal_check_count" value="0" size="4" maxlength="4"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td>
</tr>
<tr>
<td class="formAreaTitle">Options</td>
</tr>
<tr>
<td class="formArea"><table border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="main">Status:</td>
<td class="main">
<select name="links_status"><option value="1">Pending</option><option value="2" SELECTED>Approved</option><option value="3">Disabled</option><option value="4">Waiting</option></select>Â Â Notify Contact:<input type="checkbox" name="links_notify" CHECKED>Â Â Â Â Reason:Â Â Bad Link<input type="radio" name="links_notify_denied_reason" value="0">Â Â Content<input type="radio" name="links_notify_denied_reason" value="1">Â Â None<input type="radio" name="links_notify_denied_reason" value="2"></td>
</tr>
<tr>
<td class="main">Language</td>
<td class="main"><select name="links_language"><option value="99">All</option><option value="1" SELECTED>English</option></select></tr>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td>
</tr>
<tr>
<td align="right" class="main"><input type="image" src="includes/languages/english/images/buttons/button_update.gif" border="0" alt="Update" title=" Update "> <a href="http://admwebstudios.co.uk/adonistest/qwadmin/links.php?page=1&lID=4"><img src="includes/languages/english/images/buttons/button_cancel.gif" border="0" alt="Cancel" title=" Cancel "></a></td>
</tr></form>
</table></td>
<!-- body_text_eof //-->
</tr>
</table>
<!-- body_eof //-->
<!-- footer //-->
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="smallText">
E-Commerce Engine Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>
osCommerce provides no warranty and is redistributable under the <a href="http://www.fsf.org/licenses/gpl.txt" target="_blank">GNU General Public License</a>
</td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="5"></td>
</tr>
<tr>
<td align="center" class="smallText">Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a></td>
</tr>
</table>
<!-- footer_eof //-->
<br>
</body>
</html>
#30
Posted 19 July 2007 - 10:24 PM
Jack_mcs, on Jul 19 2007, 06:20 PM, said:
Jack
Hi Jack, yes I just finshed triple checking that the files where all uploaded and reinstalled the database.
Still get the same paths of :
http:/my-domain.net/links.php/parentid/0/lPath/1 when clicking on a catagory.
???
I see parentid is present in code but dont understand why the carry over. Again the email sends the correct link to the posters link.
I really want to use this.
Thanks again.
#31 ONLINE
Posted 19 July 2007 - 11:50 PM
adm1480, on Jul 19 2007, 04:11 PM, said:
I have Links Manager v1.17 installed and it seems to be working correctly apart from one little error.
It occurs in admin/links.php
Basically, I go to the links page and click on 'edit' to modify the link. When they edit page displays, i get an 'error on page' message at the bottom of the browser.
Error =
Line:33
Char: 57
Error: Syntax error
This error seems to be causing a problem with my link description text area. If i modify the description and click update. I doesn't save my changes.
then it is something in the link you have added that is causing the problem.
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#32 ONLINE
Posted 19 July 2007 - 11:52 PM
CD Monster, on Jul 19 2007, 06:24 PM, said:
Still get the same paths of :
http:/my-domain.net/links.php/parentid/0/lPath/1 when clicking on a catagory.
???
I see parentid is present in code but dont understand why the carry over. Again the email sends the correct link to the posters link.
I really want to use this.
Thanks again.
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#33
Posted 20 July 2007 - 12:21 AM
Jack_mcs, on Jul 19 2007, 11:52 PM, said:
Jack
Much appreciated, I tried that after triple checking the files, reinstalling database updates, cleared links and cats, made a new cat. and link, I get the same thing.. the
http://mydomain.net/links.php/parentid/0/lPath/1
Im using a bought template so I dont know if there's something funky going on there??
I guess the links.php parentid references dont have something to do with it.. again the email notices link it fine. ??
Thanks
#34 ONLINE
Posted 20 July 2007 - 03:33 AM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#35
Posted 20 July 2007 - 08:52 AM
Jack_mcs, on Jul 20 2007, 12:50 AM, said:
then it is something in the link you have added that is causing the problem.
Jack
Hi, Jack
Yes i'm using the supplied links file and i'm just using basic text. Even if i try to add a new link i get teh error.
I am using Tinymce for my textareas but i get the same error with or without it installed.
One thing i have noticed is that I get the error in IE7, but not in Firefox.
Do you have any other ideas?
Thanks
Adam
#36
Posted 20 July 2007 - 10:08 AM
Jack_mcs, on Jul 19 2007, 08:23 AM, said:
Jack
Thats what I was saying was so strange I didnt change anything.. .It worked then all of a sudden it gives me the can not find link error.
I downloaded the new version link manager 11 but there is no update file for the 1.15 to the new version. Any suggestions?
#37 ONLINE
Posted 20 July 2007 - 11:51 AM
adm1480, on Jul 20 2007, 04:52 AM, said:
Yes i'm using the supplied links file and i'm just using basic text. Even if i try to add a new link i get teh error.
I am using Tinymce for my textareas but i get the same error with or without it installed.
One thing i have noticed is that I get the error in IE7, but not in Firefox.
Do you have any other ideas?
Thanks
Adam
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#38 ONLINE
Posted 20 July 2007 - 11:56 AM
staradmire, on Jul 20 2007, 06:08 AM, said:
I downloaded the new version link manager 11 but there is no update file for the 1.15 to the new version. Any suggestions?
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#39
Posted 20 July 2007 - 12:07 PM
Jack_mcs, on Jul 20 2007, 03:33 AM, said:
Jack
Thanks Jack, Im begining to think its something in my template. I now also remember a simular happening to me with a mod about a year ago so maybe its the template - especially since no one else has this issue.
Its nice to see devoted and genorous people like you who will be there-- thanks again Jack. I'll be watchin !!
#40
Posted 20 July 2007 - 03:12 PM
Jack_mcs, on Jul 19 2007, 07:52 PM, said:
Jack
I thought I would try using the 14 last night myself so I did. I updated and now I am having the same trouble this other person is. I click on a category and all it does is refresh the page and show me a link like this
http://www.mydomain/store/links.php/parentid/0/lPath/21
thats all it does is refresh. give a new link but its just the categories still, the page goes nowhere. Any suggestions?









