Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links Manager II


Recommended Posts

In admin/links.php, line 805, try changing this line

      $notAll = ($showLinkStatus == TEXT_SELECT_ALL) ? '' : " l.links_status = '" . $showLinkStatus . "' and '";

to

      $notAll = ($showLinkStatus == TEXT_SELECT_ALL) ? '' : " l.links_status = '" . $showLinkStatus . "' and ";

Hi Jack,

 

Thats nailed it.

 

Thanks

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

Hello Jack, I am sorry for my confusion. I've installed today. But in admin when i click links / I am getting a check for updates / that is all/ when i check / i'm getting a message that 2 updates exist and a link to the project page.

 

I have the most recent version and downloaded today/

 

Can you please point me in the correct direction.

 

Thank you,

 

John

Link to comment
Share on other sites

Hello Jack, I am sorry for my confusion. I've installed today. But in admin when i click links / I am getting a check for updates / that is all/ when i check / i'm getting a message that 2 updates exist and a link to the project page.

 

I have the most recent version and downloaded today/

 

Can you please point me in the correct direction.

 

Thank you,

 

John

Hi,

 

The version number needs changing from 1.22 to 1.24 see earlier posts only a few pages back at the most.

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

Hi,

 

The version number needs changing from 1.22 to 1.24 see earlier posts only a few pages back at the most.

 

 

Thank you and Happy Holidays, I just figured that out and was going to tell you what i did, before I now see your response:

 

Is this where I do it.

 

Now i'm just getting a message that the version is correct and nothing else. I have a test link submitted and I can't find that. Where do I go to authorize and add links?

 

/********************** BEGIN VERSION CHECKER *********************/

require(DIR_WS_LANGUAGES . $language . '/version_checker.php');

require(DIR_WS_FUNCTIONS . 'version_checker.php');

$contribPath = 'http://addons.oscommerce.com/info/5272';

$currentVersion = 'Links Manager II V 1.24';

$contribName = 'Links Manager II V';

$versionStatus = '';

/********************** END VERSION CHECKER *********************/

 

Thank you for you help on Christmas Eve!

 

 

 

John

Edited by ozoga
Link to comment
Share on other sites

A new version has been uploaded with these changes:

 

Changed dropdown list on submit page to tree layout

Changed version checking code to provide more information

Fixed error in database and link files to do with with Title as Link option

Fixed problem with link disable option in admin that caused subsequent links to be disabled

Fixed code in links.php that caused an invalid url to be created

Fixed coding mistake in admin/links.php that failed with some searches

Removed the Version Checking files from the contribution to avoid problems with updates

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

thank you,

I have updated to 1.25.

 

in admin under the Link area/ I can see

 

LInks Manager II by Jack_mcs from oscommerce-solution.com

(visit the support thread) Links Manager II V 1.25 is the latest version

 

 

Then the screen is blank from there down...

 

Any idea what would cause this?

Link to comment
Share on other sites

Someone emailed me and mentioned I had missed one of the changed files in the update instructions. To be sure you have the correct ones, upload all of the files in the admin directory of this contribution. It won't hurt anything to replace them all and it might take care of the failure.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Someone emailed me and mentioned I had missed one of the changed files in the update instructions. To be sure you have the correct ones, upload all of the files in the admin directory of this contribution. It won't hurt anything to replace them all and it might take care of the failure.

 

 

I initially just uploaded the entire 1.25 and overwrote all files

 

...

 

it is due to having an outdated version of oscommerse that I've working on?

 

Thanks You,

 

John

Link to comment
Share on other sites

No, for the most part, Links Managers is compatible with all versions of oscommerce. The code right after the version check is code for the search box. There's nothing new about that so it should work. You may be getting some error that isn't showing up because your host has error reporting turned off. You can look in the servers error log, or ask your host to if they don't provide access to it, to see if any failures are being reported. Other than that, I don't know what it might be.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Can some help me i get always this error:

 

Parse error: syntax error, unexpected ';' in /home/.sites/617/site887/web/catalog/includes/languages/german/links_submit.php on line 145

 

here the lines:

// VJ todo - move to common language file

define('CATEGORY_CUSTOMER_EDIT', 'Klicke hier, um Deinen Eintrag zu ändern.');

define('CATEGORY_WEBSITE', 'Webseiten-Details');

define('CATEGORY_RECIPROCAL', 'Link-Austausch-Details');

define('CATEGORY_LOGIN_INFORMATION', 'Logindetails - (wird nur benötigt, wenn Du Deinen Link später ändern willst)');

define('ENTRY_LINKS_TITLE', 'Titel für den neuen Link:');

define('ENTRY_LINKS_TITLE_ERROR', 'Der Link-Titel muss mindestens ' .

define('ENTRY_LINKS_TITLE_TEXT', '*');

define('ENTRY_LINKS_URL', 'URL:');

define('ENTRY_LINKS_URL_ERROR', 'Die URL muss mindestens ' .

define('ENTRY_LINKS_URL_TEXT', '*');

define('ENTRY_LINKS_CATEGORY', 'Kategorie:');

define('ENTRY_LINKS_CATEGORY_TEXT', '*');

define('ENTRY_LINKS_DESCRIPTION', 'Beschreibung:');

define('ENTRY_LINKS_DESCRIPTION_ERROR', 'Die Beschreibung muss mindestens ' .

ENTRY_LINKS_DESCRIPTION_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_MAX_DESCRIPTION_ERROR', 'Die Beschreibung darf maximal ' .

ENTRY_LINKS_DESCRIPTION_MAX_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_DESCRIPTION_TEXT', '*');

define('ENTRY_LINKS_IMAGE', 'Bild-URL:');

define('ENTRY_LINKS_IMAGE_TEXT', '');

define('ENTRY_LINKS_BLACKLISTED', 'Die Informationen Deiner Webseite enthalten Begriffe, die unerwünscht sind.');

define('ENTRY_LINKS_CONTACT_NAME', 'Name und Vorname:');

define('ENTRY_LINKS_CONTACT_NAME_ERROR', 'Name und Vorname müssen mindestens ' .

ENTRY_LINKS_CONTACT_NAME_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_CONTACT_NAME_TEXT', '*');

define('ENTRY_LINKS_RECIPROCAL_URL', 'Pfad zum Link zu unserer Seite:');

define('ENTRY_LINKS_RECIPROCAL_URL_ERROR', 'Die Link-Austausch-Internetseite muss mindestens ' .

ENTRY_LINKS_URL_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_RECIPROCAL_URL_MISSING_ERROR', 'Der Link auf %s kann nicht gefunden werden. Bitte erstelle einen Link auf Deiner Seite und gib\' unter "Pfad zum Link" die direkte URL zu der Seite an, unter der er sich befindet');

define('ENTRY_LINKS_RECIPROCAL_URL_TEXT', '*');

define('ENTRY_LINKS_DUPLICATE_ERROR', 'Dieser Link ist bereits erfasst.');

define('ENTRY_LINKS_SUGGESTION', 'Schlage eine neue Kategorie vor:');

define('ENTRY_LINKS_USERNAME', 'Benutzername: ');

define('ENTRY_LINKS_PASSWORD', 'Passwort: ');

 

define('ERROR_INVALID_LOGIN', 'Please enter a valid username and password.');

 

define('IMAGE_BUTTON_EDIT' , 'Edit');

 

 

don't know!!!

Link to comment
Share on other sites

Can some help me i get always this error:

 

Parse error: syntax error, unexpected ';' in /home/.sites/617/site887/web/catalog/includes/languages/german/links_submit.php on line 145

 

here the lines:

// VJ todo - move to common language file

define('CATEGORY_CUSTOMER_EDIT', 'Klicke hier, um Deinen Eintrag zu ändern.');

define('CATEGORY_WEBSITE', 'Webseiten-Details');

define('CATEGORY_RECIPROCAL', 'Link-Austausch-Details');

define('CATEGORY_LOGIN_INFORMATION', 'Logindetails - (wird nur benötigt, wenn Du Deinen Link später ändern willst)');

define('ENTRY_LINKS_TITLE', 'Titel für den neuen Link:');

define('ENTRY_LINKS_TITLE_ERROR', 'Der Link-Titel muss mindestens ' .

define('ENTRY_LINKS_TITLE_TEXT', '*');

define('ENTRY_LINKS_URL', 'URL:');

define('ENTRY_LINKS_URL_ERROR', 'Die URL muss mindestens ' .

define('ENTRY_LINKS_URL_TEXT', '*');

define('ENTRY_LINKS_CATEGORY', 'Kategorie:');

define('ENTRY_LINKS_CATEGORY_TEXT', '*');

define('ENTRY_LINKS_DESCRIPTION', 'Beschreibung:');

define('ENTRY_LINKS_DESCRIPTION_ERROR', 'Die Beschreibung muss mindestens ' .

ENTRY_LINKS_DESCRIPTION_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_MAX_DESCRIPTION_ERROR', 'Die Beschreibung darf maximal ' .

ENTRY_LINKS_DESCRIPTION_MAX_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_DESCRIPTION_TEXT', '*');

define('ENTRY_LINKS_IMAGE', 'Bild-URL:');

define('ENTRY_LINKS_IMAGE_TEXT', '');

define('ENTRY_LINKS_BLACKLISTED', 'Die Informationen Deiner Webseite enthalten Begriffe, die unerwünscht sind.');

define('ENTRY_LINKS_CONTACT_NAME', 'Name und Vorname:');

define('ENTRY_LINKS_CONTACT_NAME_ERROR', 'Name und Vorname müssen mindestens ' .

ENTRY_LINKS_CONTACT_NAME_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_CONTACT_NAME_TEXT', '*');

define('ENTRY_LINKS_RECIPROCAL_URL', 'Pfad zum Link zu unserer Seite:');

define('ENTRY_LINKS_RECIPROCAL_URL_ERROR', 'Die Link-Austausch-Internetseite muss mindestens ' .

ENTRY_LINKS_URL_MIN_LENGTH . ' Zeichen haben.');

define('ENTRY_LINKS_RECIPROCAL_URL_MISSING_ERROR', 'Der Link auf %s kann nicht gefunden werden. Bitte erstelle einen Link auf Deiner Seite und gib\' unter "Pfad zum Link" die direkte URL zu der Seite an, unter der er sich befindet');

define('ENTRY_LINKS_RECIPROCAL_URL_TEXT', '*');

define('ENTRY_LINKS_DUPLICATE_ERROR', 'Dieser Link ist bereits erfasst.');

define('ENTRY_LINKS_SUGGESTION', 'Schlage eine neue Kategorie vor:');

define('ENTRY_LINKS_USERNAME', 'Benutzername: ');

define('ENTRY_LINKS_PASSWORD', 'Passwort: ');

 

define('ERROR_INVALID_LOGIN', 'Please enter a valid username and password.');

 

define('IMAGE_BUTTON_EDIT' , 'Edit');

 

 

don't know!!!

 

 

I would check that each line of the code is started and finished correcly

define('ENTRY_LINKS_TITLE', 'Titel für den neuen Link:');
define('ENTRY_LINKS_TITLE_ERROR', 'Der Link-Titel muss mindestens ' .

 

You appear to have lines that are not finished off correctly ie end ); before the next define starts

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

Hello Jack,

 

thank you very much for your great contributions so far. I am using the Link Manager II for a long time now and never run into problems. But with updating my SEO to the Ultimate SEO URL 5 contribution, the problems started. I have sorted many things, but the Link Manager II is not working anymore.

I have completely reinstalled it with every piece of code, but there is no change in it`s behaviour so far.

 

The problem is, I see the links categories, but when I click to enter a categorie, I am redirected to a page like this:

 

.net/links.php?lPath=0_1

 

which is surely not existing.

 

Do you have any idea how to fix that?

Link to comment
Share on other sites

Hello Jack,

 

thank you very much for your great contributions so far. I am using the Link Manager II for a long time now and never run into problems. But with updating my SEO to the Ultimate SEO URL 5 contribution, the problems started. I have sorted many things, but the Link Manager II is not working anymore.

I have completely reinstalled it with every piece of code, but there is no change in it`s behaviour so far.

 

The problem is, I see the links categories, but when I click to enter a categorie, I am redirected to a page like this:

 

.net/links.php?lPath=0_1

 

which is surely not existing.

 

Do you have any idea how to fix that?

 

You missed out the & .net/links.php?&lPath=0_1

 

Possibly related to ..

 

http://www.oscommerce.com/forums/topic/298099-header-tags-seo/page__view__findpost__p__1466137

Link to comment
Share on other sites

Nothing that I am aware of, with regards to the Links Manager code. Others have posted this problem over time but turing off that setting has always fixed it. You'll need to contact the site having the problem finding their link and ask them what the problem is. Maybe they are looking for something written a certain way and you don't have it exactly like that.

 

Jack, I googled the issue of directories not finding my reciprocal link and found something that may apply, here is the post:

 

A link to http://somesite.com could not be found at the specified URL!

 

It's because of the following reasons.

 

1.) You have the following tag in your header section <meta name="ROBOTS" content="NOINDEX,NOFOLLOW" />, which you will need to remove in order to allow our spider-bot to check for the reciprocal link and complete the submission process.

 

2.) Your blog is using the nofollow tag in the link source code which our spider-bot can not validate the reciprocal linkback. You will have to remove the tag rel='nofollow' so we may validate the link!

 

Is there anything here that may somehow apply to my directory reciprocal link issue and if so any fixes?

 

Thanks

I am not a professional webmaster or PHP coder by background or training but I will try to help as best I can.

I remember what it was like when I first started with osC. It can be overwhelming.

However, I strongly recommend considering hiring a professional for extensive site modifications, site cleaning, etc.

There are several good pros here on osCommerce. Look around, you'll figure out who they are.

Link to comment
Share on other sites

No, there's no such code in Links Manager. Maybe your file has been edited or your robots file has such an entry. But other than that, and since you can view source and see the link, the problem would have to be on the other sites, or so it seems to me.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

No, there's no such code in Links Manager. Maybe your file has been edited or your robots file has such an entry. But other than that, and since you can view source and see the link, the problem would have to be on the other sites, or so it seems to me.

 

The link is in the source code for sure. This glitch is not with one directory but all of them I have tried. The form to fill out looks the same from site to site so it's probably a template/package thing they all use for the same purpose I surmise. I'll keep looking for a solution. Thanks

I am not a professional webmaster or PHP coder by background or training but I will try to help as best I can.

I remember what it was like when I first started with osC. It can be overwhelming.

However, I strongly recommend considering hiring a professional for extensive site modifications, site cleaning, etc.

There are several good pros here on osCommerce. Look around, you'll figure out who they are.

Link to comment
Share on other sites

Nice contribution

 

Something is wrong with my install - getting error Parse error: parse error in C:\xampp\htdocs\www\shop\admin\includes\database_tables.php on line 74

 

admin\includes\database_tables.php

 

Line 74 starts with

  define('TABLE_LINK_CATEGORIES', 'link_categories');
 define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');
 define('TABLE_LINKS', 'links');
 define('TABLE_LINKS_DESCRIPTION', 'links_description');
 define('TABLE_LINKS_EXCHANGE', 'links_exchange');
 define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories');
 define('TABLE_LINKS_STATUS', 'links_status');
 define('TABLE_LINKS_CHECK', 'links_check');
 define('TABLE_LINKS_FEATURED', 'links_featured');
// Links Manager II v1.24 end
?>

 

My admin side for links manager is completely not working, re checked modifications and files

I checked database installation and everything seems to be there

 

Any help please

Getting the Phoenix off the ground

Link to comment
Share on other sites

Something is wrong with my install - getting error Parse error: parse error in C:\xampp\htdocs\www\shop\admin\includes\database_tables.php on line 74

The error could be before line 74. May be you have two ?> or something like that. If you can't figure it out, please post that complete file here.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

My complete code is as follows

 

<?php
/*
 $Id: database_tables.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2007 osCommerce

 Released under the GNU General Public License
*/

// define the database table names used in the project
 define('TABLE_ADDRESS_BOOK', 'address_book');
 define('TABLE_ADDRESS_FORMAT', 'address_format');
 define('TABLE_ADMINISTRATORS', 'administrators');
 define('TABLE_BANNERS', 'banners');
 define('TABLE_BANNERS_HISTORY', 'banners_history');
 define('TABLE_CATEGORIES', 'categories');
 define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description');
 define('TABLE_CONFIGURATION', 'configuration');
 define('TABLE_CONFIGURATION_GROUP', 'configuration_group');
 define('TABLE_COUNTRIES', 'countries');
 define('TABLE_CURRENCIES', 'currencies');
 define('TABLE_CUSTOMERS', 'customers');
 define('TABLE_CUSTOMERS_BASKET', 'customers_basket');
 define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes');
 define('TABLE_CUSTOMERS_INFO', 'customers_info');
 define('TABLE_LANGUAGES', 'languages');
 define('TABLE_MANUFACTURERS', 'manufacturers');
 define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info');
 define('TABLE_NEWSLETTERS', 'newsletters');
 define('TABLE_ORDERS', 'orders');
 define('TABLE_ORDERS_PRODUCTS', 'orders_products');
 define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes');
 define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download');
 define('TABLE_ORDERS_STATUS', 'orders_status');
 define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history');
 define('TABLE_ORDERS_TOTAL', 'orders_total');
 define('TABLE_PRODUCTS', 'products');
 define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes');
 define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download');
 define('TABLE_PRODUCTS_DESCRIPTION', 'products_description');
 define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications');
 define('TABLE_PRODUCTS_OPTIONS', 'products_options');
 define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values');
 define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options');
 define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories');
 define('TABLE_REVIEWS', 'reviews');
 define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description');
 define('TABLE_SESSIONS', 'sessions');
 define('TABLE_SPECIALS', 'specials');
 define('TABLE_TAX_CLASS', 'tax_class');
 define('TABLE_TAX_RATES', 'tax_rates');
 define('TABLE_GEO_ZONES', 'geo_zones');
 define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones');
 define('TABLE_WHOS_ONLINE', 'whos_online');
 define('TABLE_ZONES', 'zones');
 //dynamic sitemap control
 define('TABLE_SITEMAP_EXCLUDE', 'sitemap_exclude');
 define('TABLE_SETCOM', 'setcom');
 define('TABLE_PAGES', 'pages');
 define('TABLE_PAGES_DESCRIPTION', 'pages_description');
 /*** Begin Header Tags SEO ***/
 define('TABLE_HEADERTAGS', 'headertags');
 define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');
 define('TABLE_HEADERTAGS_SILO', 'headertags_silo');
 /*** End Header Tags SEO ***/
 // Custom Product Builder
define('TABLE_BUILDER_CATEGORIES', 'builder_categories');
define('TABLE_BUILDER_DEPENDENCES', 'builder_dependences');
define('TABLE_BUILDER_OPTIONS', 'builder_options')
// Links Manager II v1.24 begin
 define('TABLE_LINK_CATEGORIES', 'link_categories');
 define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');
 define('TABLE_LINKS', 'links');
 define('TABLE_LINKS_DESCRIPTION', 'links_description');
 define('TABLE_LINKS_EXCHANGE', 'links_exchange');
 define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories');
 define('TABLE_LINKS_STATUS', 'links_status');
 define('TABLE_LINKS_CHECK', 'links_check');
 define('TABLE_LINKS_FEATURED', 'links_featured');
// Links Manager II v1.24 end
?>

Getting the Phoenix off the ground

Link to comment
Share on other sites

My complete code is as follows

 

<?php
/*
 $Id: database_tables.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2007 osCommerce

 Released under the GNU General Public License
*/

// define the database table names used in the project
 define('TABLE_ADDRESS_BOOK', 'address_book');
 define('TABLE_ADDRESS_FORMAT', 'address_format');
 define('TABLE_ADMINISTRATORS', 'administrators');
 define('TABLE_BANNERS', 'banners');
 define('TABLE_BANNERS_HISTORY', 'banners_history');
 define('TABLE_CATEGORIES', 'categories');
 define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description');
 define('TABLE_CONFIGURATION', 'configuration');
 define('TABLE_CONFIGURATION_GROUP', 'configuration_group');
 define('TABLE_COUNTRIES', 'countries');
 define('TABLE_CURRENCIES', 'currencies');
 define('TABLE_CUSTOMERS', 'customers');
 define('TABLE_CUSTOMERS_BASKET', 'customers_basket');
 define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes');
 define('TABLE_CUSTOMERS_INFO', 'customers_info');
 define('TABLE_LANGUAGES', 'languages');
 define('TABLE_MANUFACTURERS', 'manufacturers');
 define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info');
 define('TABLE_NEWSLETTERS', 'newsletters');
 define('TABLE_ORDERS', 'orders');
 define('TABLE_ORDERS_PRODUCTS', 'orders_products');
 define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes');
 define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download');
 define('TABLE_ORDERS_STATUS', 'orders_status');
 define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history');
 define('TABLE_ORDERS_TOTAL', 'orders_total');
 define('TABLE_PRODUCTS', 'products');
 define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes');
 define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download');
 define('TABLE_PRODUCTS_DESCRIPTION', 'products_description');
 define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications');
 define('TABLE_PRODUCTS_OPTIONS', 'products_options');
 define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values');
 define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options');
 define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories');
 define('TABLE_REVIEWS', 'reviews');
 define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description');
 define('TABLE_SESSIONS', 'sessions');
 define('TABLE_SPECIALS', 'specials');
 define('TABLE_TAX_CLASS', 'tax_class');
 define('TABLE_TAX_RATES', 'tax_rates');
 define('TABLE_GEO_ZONES', 'geo_zones');
 define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones');
 define('TABLE_WHOS_ONLINE', 'whos_online');
 define('TABLE_ZONES', 'zones');
 //dynamic sitemap control
 define('TABLE_SITEMAP_EXCLUDE', 'sitemap_exclude');
 define('TABLE_SETCOM', 'setcom');
 define('TABLE_PAGES', 'pages');
 define('TABLE_PAGES_DESCRIPTION', 'pages_description');
 /*** Begin Header Tags SEO ***/
 define('TABLE_HEADERTAGS', 'headertags');
 define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');
 define('TABLE_HEADERTAGS_SILO', 'headertags_silo');
 /*** End Header Tags SEO ***/
 // Custom Product Builder
define('TABLE_BUILDER_CATEGORIES', 'builder_categories');
define('TABLE_BUILDER_DEPENDENCES', 'builder_dependences');
define('TABLE_BUILDER_OPTIONS', 'builder_options')
// Links Manager II v1.24 begin
 define('TABLE_LINK_CATEGORIES', 'link_categories');
 define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');
 define('TABLE_LINKS', 'links');
 define('TABLE_LINKS_DESCRIPTION', 'links_description');
 define('TABLE_LINKS_EXCHANGE', 'links_exchange');
 define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories');
 define('TABLE_LINKS_STATUS', 'links_status');
 define('TABLE_LINKS_CHECK', 'links_check');
 define('TABLE_LINKS_FEATURED', 'links_featured');
// Links Manager II v1.24 end
?>

 

Slap me twice - found

;

missing line 72 :lol:

 

Thank you for helping - very nice contib

Getting the Phoenix off the ground

Link to comment
Share on other sites

I have installed Links Manager ll on a site and after having issues with the categories, managed to get it working using this thread, however, the emails sent to the submitter contain the wrong link i.e.,

http://top-oils.co.uk/links.php?lPath=1'>http://top-oils.co.uk/links.php?lPath=1

which leads to an error page instead of

http://top-oils.co.uk/links.php

 

I have the same script installed in a folder on a dev site and that works fine. I have tried to use the same fix but nothing seems to work. I have checked and compared the files, I do not have header tags mod installed, but do have Ultimate SEO 5 - reading their forum, including a link from this forum was just confusing and I am unable to find a way to fix this.... I am not a php coder and very new to osCommerce.. and despite having read all 40 pages of this one have several times, have just ended up with a headache :-( has anyone had the same issue that could post the fix please?

Link to comment
Share on other sites

Hi Jack,

 

I appear to have a problem somewhere in my coding/ database.

 

I copied the old links across, modified the databases and updated the files, but I seem to be having problems admin side with the number of characters and whats set in the configuration settings.

 

i was attempting to alter in admin/links.php but i keep getting character warnings, like minimum characters must be 2 and yet there are 10 characters in the name.

 

I get error on categroies description maximum characters to be less than x and i did a character count and it was less, i increased the characters allowed to really high numbers and i still get the error, put it in as blank and the error for this dissappears, the rest of the functions elsewhere appear to be okay.

 

Any ideas?

 

Thanks

 

 

identified the problem, the original link as posted on the original website was in a font I didnt have available, when I changed the font of the description to the one my site currently has available error dissapears completly, that explains why the resubmission of the link also ressolved the problem, see a later post.

 

Thanks

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

I have installed Links Manager ll on a site and after having issues with the categories, managed to get it working using this thread, however, the emails sent to the submitter contain the wrong link i.e.,

http://top-oils.co.uk/links.php?lPath=1'>http://top-oils.co.uk/links.php?lPath=1

which leads to an error page instead of

http://top-oils.co.uk/links.php

The first link is correct.

 

I have the same script installed in a folder on a dev site and that works fine. I have tried to use the same fix but nothing seems to work. I have checked and compared the files, I do not have header tags mod installed, but do have Ultimate SEO 5 - reading their forum, including a link from this forum was just confusing and I am unable to find a way to fix this....

This contribution works fine with Ultimate SEO V 2.2d, which is what I recommend using. If it doesn't work with SEO 5, you will need to ask in that support thread.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I don't know if this is the correct place to make the post but it is related to the links script so I hope to get a reply...

I started a new topic on the subject as well...

 

 

 

The links script is great and I had no problems installing, BUT the problem is link partners do like like the way their links are listed.

 

Example: link partner link is: http://www.linkmarket.net/ and shows as such on my links page..

 

However: when you hover over the link the link is displayed as: http://www.globalnet...on=links&goto=4

 

When the link is clicked you are redirected to the link partner page, which is right/good.

 

The problems I'm having is link partners say and the link cannot be checked by any link script to show if it is valid or not. You can see the link manually but the robots see/view it as the redirect..

 

How can I get the link script to show the link partners links as a static link instead of the redirect link..

 

Thanks

Greg

Link to comment
Share on other sites

However: when you hover over the link the link is displayed as: http://www.globalnet...on=links&goto=4

 

How can I get the link script to show the link partners links as a static link instead of the redirect link..

Turn off the links check opion, turn on the spider friendly option and install Ultimate SEO V 2.2d. The last is not required unless you want the links rewritten.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...