Jack_mcs Posted August 17, 2010 Author Posted August 17, 2010 Would it be possible, if you find the time, to add and option so the person submitting has the option to add a picture or for our site to take a snapshot of there website as a image instead. Are you saying you want to allow the person to upload an image to be used for their image link, as opposed to loading it from their site as it does now? That would require more work, more disk space usage and more bandwidth usage for you. What is the upside? Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted August 31, 2010 Posted August 31, 2010 I want to display 10 featured links per row at the footer of my site ,if links>10,row++ how can i do that? how to modify the catalog/includes/boxes/links.php ? thank you very much! Quote
Jack_mcs Posted August 31, 2010 Author Posted August 31, 2010 I want to display 10 featured links per row at the footer of my site ,if links>10,row++ how can i do that? how to modify the catalog/includes/boxes/links.php ? thank you very much! You need to change the code to read in however many featured links you want and then cycle through them to display them. The code in the links box is setup to display one random link. The code in the standard best sellers box is setup to display a certain number of products. So you can use the latter to make the required changes in the former. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscjww103 Posted September 7, 2010 Posted September 7, 2010 I haven't tested the following but it should work. In links_submit.php, find if (strlen($links_description) < ENTRY_LINKS_DESCRIPTION_MIN_LENGTH) { $error = true; $messageStack->add('submit_link', ENTRY_LINKS_DESCRIPTION_ERROR); } and add this beneath it if (strlen($links_description) > ENTRY_LINKS_DESCRIPTION_MAX_LENGTH) { $error = true; $messageStack->add('submit_link', ENTRY_LINKS_MAX_DESCRIPTION_ERROR); } Then find check_input("links_description", <?php echo ENTRY_LINKS_DESCRIPTION_MIN_LENGTH; ?>, "<?php echo ENTRY_LINKS_DESCRIPTION_ERROR; ?>"); and add this beneath it check_input("links_description", <?php echo ENTRY_LINKS_DESCRIPTION_MAX_LENGTH; ?>, "<?php echo ENTRY_LINKS_MAX_DESCRIPTION_ERROR; ?>"); Please let me know if it works or not so I can make the change to the next version. Jack Hi Jack, I may be wrong but this does not seem to solve the character limit problem. How can it be increased? Thanks, James Quote
Jack_mcs Posted September 7, 2010 Author Posted September 7, 2010 Hi Jack, I may be wrong but this does not seem to solve the character limit problem. How can it be increased? Thanks, James I'm sorry but I have no ide what this refers to. What is the character limit problem? I'm assuming it is something menthioned earlier in this thread. If so, you will have to provide a link to it if you want me to look at it. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscjww103 Posted September 7, 2010 Posted September 7, 2010 I'm sorry but I have no ide what this refers to. What is the character limit problem? I'm assuming it is something menthioned earlier in this thread. If so, you will have to provide a link to it if you want me to look at it. Hi Jack, Thanks for your prompt response. Sorry, I should have made it clearer what I was referring to. I'm talking about your response to post #703 which is asking about the limit on the number of characters input either by the link partner or by the admin user if the webmaster is inputting one themselves. I would like to know how to increase the character limit if possible please? Thanks, James http://www.oscommerce.com/forums/topic/268562-links-manager-ii/page__st__700__p__1440927__hl__limit__fromsearch__1entry1440927 Quote
Jack_mcs Posted September 8, 2010 Author Posted September 8, 2010 Hi Jack, Thanks for your prompt response. Sorry, I should have made it clearer what I was referring to. I'm talking about your response to post #703 which is asking about the limit on the number of characters input either by the link partner or by the admin user if the webmaster is inputting one themselves. I would like to know how to increase the character limit if possible please? Thanks, James http://www.oscommerce.com/forums/topic/268562-links-manager-ii/page__st__700__p__1440927__hl__limit__fromsearch__1entry1440927 Go to admin->Links and adjust the setting named "Link Description Maximum Length" to whatever size you prefer. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscjww103 Posted September 8, 2010 Posted September 8, 2010 Go to admin->Links and adjust the setting named "Link Description Maximum Length" to whatever size you prefer. I don't see that setting, where is it or do I have an old version of Links Manager II? Quote
Jack_mcs Posted September 8, 2010 Author Posted September 8, 2010 I don't see that setting, where is it or do I have an old version of Links Manager II? The setting is where I've already indicated. I've no way of knowing what version you have so I can't answer that. i can say, though, that that particular setting has been in Links Manager from the beginning, or close to it, so it would seem you have an invalid installation. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscjww103 Posted September 8, 2010 Posted September 8, 2010 The setting is where I've already indicated. I've no way of knowing what version you have so I can't answer that. i can say, though, that that particular setting has been in Links Manager from the beginning, or close to it, so it would seem you have an invalid installation. Please can you take a look at the screenshot Jack? Quote
Jack_mcs Posted September 8, 2010 Author Posted September 8, 2010 Try admin->Configuration->Links. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscjww103 Posted September 10, 2010 Posted September 10, 2010 Try admin->Configuration->Links. Thanks Jack, worked a treat! Quote
Baroccoes Posted September 16, 2010 Posted September 16, 2010 (edited) Hello First, thanks for the ADD! I have a problem, I will not be shown some of the elements in the admin! What could be lying? Thanks for help Edited September 16, 2010 by Baroccoes Quote
Jack_mcs Posted September 16, 2010 Author Posted September 16, 2010 First, thanks for the ADD! I have a problem, I will not be shown some of the elements in the admin! What could be lying? Capital letters being displayed almost always mean a missing definition in the code, which means a mistake in the installation. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Baroccoes Posted September 16, 2010 Posted September 16, 2010 Capital letters being displayed almost always mean a missing definition in the code, which means a mistake in the installation. Hello I had found many errors in the language of German LinksManager_II_V_1.28 I have the missing entries Copies of the EN language and adapted to the German. one can Ichhabe. rar made with the German language''only''German anything out of your packet I've deleted, maybe someone need it in German also had errors. The error looked as if something Währe Lost in your adaptation from English to German wieler gone. Compare your times but German with the English because you can see the German with your very many definitions, more simply. I have made it to OSC 2.2rc2a and now German Perfect for me! Sorry my english is Google Translate:) I offer the download of the German language now, and just hope it is OK, if not give me know and I delete the download. Thanks again for the great add Downlaod Only German Data: http://www.costaservice.eu/download/LinksManager_II_V_1-28-ExtraDeutsch.rar By Michel Quote
Jack_mcs Posted September 16, 2010 Author Posted September 16, 2010 I had found many errors in the language of German LinksManager_II_V_1.28 I have the missing entries Copies of the EN language and adapted to the German. one can Ichhabe. rar made with the German language''only''German anything out of your packet I've deleted, maybe someone need it in German also had errors. The error looked as if something Währe Lost in your adaptation from English to German wieler gone. I don't update the other lanugages since I don't speak them. What is in the contribution is from other members supplying translations, such as you did. I'll add that to the next release. Thanks for posting it. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
robinio_1965 Posted December 14, 2010 Posted December 14, 2010 Maybe it my fault but is it possible to get on 2 - 3 websites the same link page but only use 1 database? At first i've tested the link manager on the test webpage and worked great. Then installed the software on one other website (using same database). The problem now is if you click on the links (link page) image it shows nothing (link button click outcome). Maybe this isnt possible but better ask if there is some to be done at it before unistall the software again. Yes there are already links in the database. Admin shows the links and can check the backlinks. Tested with settings but also doesnt help, here are the settings: Titel Waarde Actie Click Count False Spider Friendly Links True Links Image Width 120 Links Image Height 60 Display Link Image 1 Display Link URL 4 Display Link Title 2 Display Link Description 3 Display Link Click Count 0 Display English Links True Display German Links False Display Dutch Links True Display French Links False Display Link Title as links True Display Links Category images True Display in standard format True Display Featured Link True Display Links Category Description True Display Links in Categories True Display Link Count in Categories False Display All Link Categories True Display Link Submit Code Format Right Link Title Minimum Length 2 Link URL Minimum Length 10 Link Description Minimum Length 10 Link Description Maximum Length 200 Link Contact Name Minimum Length 2 Link Maximum to Display 20 Link Sub-Categories Maximum to Display 2 Links Blacklist Links Check Phrase rns-sieraden.nl, sieraden.frihost.org, sierarden.nl Check Link on Edit True Links open in new page True Reciprocal Link required True Reciprocal Link Check Count 2 Reciprocal Link Domain Check True Reciprocal Link Parent Check True Check for Duplicate Links True Check for Updates false Allow Link Editing False Quote
robinio_1965 Posted December 14, 2010 Posted December 14, 2010 Maybe it my fault but is it possible to get on 2 - 3 websites the same link page but only use 1 database? At first i've tested the link manager on the test webpage and worked great. Then installed the software on one other website (using same database). The problem now is if you click on the links (link page) image it shows nothing (link button click outcome). Maybe this isnt possible but better ask if there is some to be done at it before unistall the software again. Yes there are already links in the database. Admin shows the links and can check the backlinks. Tested with settings but also doesnt help, here are the settings: Titel Waarde Actie Click Count False Spider Friendly Links True Links Image Width 120 Links Image Height 60 Display Link Image 1 Display Link URL 4 Display Link Title 2 Display Link Description 3 Display Link Click Count 0 Display English Links True Display German Links False Display Dutch Links True Display French Links False Display Link Title as links True Display Links Category images True Display in standard format True Display Featured Link True Display Links Category Description True Display Links in Categories True Display Link Count in Categories False Display All Link Categories True Display Link Submit Code Format Right Link Title Minimum Length 2 Link URL Minimum Length 10 Link Description Minimum Length 10 Link Description Maximum Length 200 Link Contact Name Minimum Length 2 Link Maximum to Display 20 Link Sub-Categories Maximum to Display 2 Links Blacklist Links Check Phrase rns-sieraden.nl, sieraden.frihost.org, sierarden.nl Check Link on Edit True Links open in new page True Reciprocal Link required True Reciprocal Link Check Count 2 Reciprocal Link Domain Check True Reciprocal Link Parent Check True Check for Duplicate Links True Check for Updates false Allow Link Editing False Found the problem i think, Seo Urls 5 is making other links (example: Shows the link exchange page) and when you click the link exchange button you see this: Original link. Somehow this SEO Urls 5 is replacing all the links but not the link when you click on the links. Hoop this helps Quote
Eclipse16V Posted December 14, 2010 Posted December 14, 2010 Nice Addon Is there a Update to 2.3.1 ??? Quote
Jack_mcs Posted December 14, 2010 Author Posted December 14, 2010 Found the problem i think, Seo Urls 5 is making other links (example: Shows the link exchange page) and when you click the link exchange button you see this: Original link. Somehow this SEO Urls 5 is replacing all the links but not the link when you click on the links. I suggest youi use Ultimate SEO V2.2d for 100% compatibility. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Jack_mcs Posted December 14, 2010 Author Posted December 14, 2010 Nice Addon Is there a Update to 2.3.1 ??? No, but it is planned. No idea when that will be though. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
robinio_1965 Posted December 14, 2010 Posted December 14, 2010 I suggest youi use Ultimate SEO V2.2d for 100% compatibility. found the issue. In de link files they use lPath (LPath), by changing the lPath into cPath it works great again. Thanks for the help. (SOLVED) Quote
Eclipse16V Posted December 14, 2010 Posted December 14, 2010 No, but it is planned. No idea when that will be though. OK, thanks. Quote
pdcelec Posted December 23, 2010 Posted December 23, 2010 (edited) Hi I have an issue with the urls when navigating through the links. Going forward, I get http://wwwdotelectricalcity.co.uk/links.php http://wwwdotelectricalcity.co.uk/electronics-links-0_2.html http://wwwdotelectricalcity.co.uk/electronics-suppliers-links-2_4.html BUT when I click the back button, I get http://wwwdotelectricalcity.co.uk/electronics-links-2.html http://wwwdotelectricalcity.co.uk/links.php I thought that it may have been my site but your website does the same Edited December 23, 2010 by pdcelec Quote
Jack_mcs Posted December 23, 2010 Author Posted December 23, 2010 I have an issue with the urls when navigating through the links. Going forward, I get http://wwwdotelectricalcity.co.uk/links.php http://wwwdotelectricalcity.co.uk/electronics-links-0_2.html http://wwwdotelectricalcity.co.uk/electronics-suppliers-links-2_4.html BUT when I click the back button, I get http://wwwdotelectricalcity.co.uk/electronics-links-2.html http://wwwdotelectricalcity.co.uk/links.php I thought that it may have been my site but your website does the same Yes, you are correct. There is a problem in the code that isn't adding the parent category correctly. I never noticed that before so thanks for pointing it out. I'll fix it in the next version. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.