I just installed this module on v155
And it generates following error.
PHP Fatal error: Call to undefined method linkListingBox::tableBox() in ///// link_listing.php on line 20
Any idea how to fix?
I just installed this module on v155
And it generates following error.
PHP Fatal error: Call to undefined method linkListingBox::tableBox() in ///// link_listing.php on line 20
Any idea how to fix?
Dave
Always forward thinking... Lost my mind!
Submitted an update. I had to make allot of changes to the code so that the old method linkListingBox::tableBox() is no longer used. Spent some time trying to get tabular display and Columnar Display to work, but in the end I had to write the code for each instead of using the existing system.
With that, there some new configure settings and many other changes. The code remains independent from any core files so installing is still simply replace all and if you already have 3.6.x installed, don't upload the auto loader. From the Links page you will see a new button 'check for updates' click it and it does a check for updates on ZC, but when it fines that the new init_links_manager is 3.7.0, it will reinstall the updated configures without deleting any existing table entries.
The new Columnar and tabular display is responsive already, but displays just fine in a non-responsive template. The code is running live on my site, but the forms are not the same.. the same code that I submitted is also on my GitHub page and blog.
Dave
Always forward thinking... Lost my mind!
Submitted an update to fix a bug. Or something that showed up in my working version.
The delete link confirmation box was by passed, same with the link check. Minor change to make sue it works as expected.
in links.php around line 703, add the red section.
Code:} elseif ($action == '' || $action == 'check' || $action == 'confirm') {
Dave
Always forward thinking... Lost my mind!
You can add links from the admin page to anyone you wish. Doing this still allows link manager to track clicks. You can also hand enter links/ads with in the sidebox by editing, adding links where it says.What I actually wanted to ask was if I can use Links Manager 3.7.0 for links to sites that are of interest to our customers, i.e. magazines that have articles or museeums that have objects that relate to our product lines without necessarily having any links back from them. This since I have not found any easy way within ZenCart to do this.
//other ads can go here
Back links are not required.
Dave
Always forward thinking... Lost my mind!
Thanks davewest for your guidance! Will try that,
Robert