Re: Link Manager 3.0 release
Hi Clyde,
I hope you can help me resolve this problem. I've been trying to install link manager with Captcha but haven't been successful.
I am running zen 1.3.8a using captcha v 2.8. I only want to use captcha on the link submit page. So have selectively uploaded the files:
fonts
includes/
modules/pages/links_submit/header_php.php
templates/my_template/templates/tpl_links_submit_default.php
all other files associated with captcha including sql patch.
When I run the captcha_test.php it works. When I click on the submit link page, I get a blank screen.
So I reverted to original files. Then started to install again and test.
When tpl_links_submit_default.php was uploaded, the submit page is still there without the captcha.
When links_submit/header_php.php was uploaded, the submit page dissappears.
On Admin, all other pages have been turned to false for captcha except for the submit link page.
Can't figure out what the problem is.
I have used the link submit fix posted here to update the tpl and header files but it didn't fix it. I still get a blank screen.
Any ideas what is causing it?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
Decostyle
Hi Clyde,
I hope you can help me resolve this problem. I've been trying to install link manager with Captcha but haven't been successful.
I am running zen 1.3.8a using captcha v 2.8. I only want to use captcha on the link submit page. So have selectively uploaded the files:
fonts
includes/
modules/pages/links_submit/header_php.php
templates/my_template/templates/tpl_links_submit_default.php
all other files associated with captcha including sql patch.
When I run the captcha_test.php it works. When I click on the submit link page, I get a blank screen.
So I reverted to original files. Then started to install again and test.
When tpl_links_submit_default.php was uploaded, the submit page is still there without the captcha.
When links_submit/header_php.php was uploaded, the submit page dissappears.
On Admin, all other pages have been turned to false for captcha except for the submit link page.
Can't figure out what the problem is.
I have used the link submit fix posted here to update the tpl and header files but it didn't fix it. I still get a blank screen.
Any ideas what is causing it?
try this:
Just unzip the file and upload the entire includes folder to your server.
Attachment 4387
Re: Link Manager Image url
Hi Clyde,
Added your contribution. Mostly OK. However, unable to get banner image to display or load.
I am wondering if it is a write permission problem. But don't know what file/ s should be altered.
R u able to help?
Gairneybank
Re: Link Manager 3.0 release
Quote:
Originally Posted by
gairneybank
Hi Clyde,
Added your contribution. Mostly OK. However, unable to get banner image to display or load.
I am wondering if it is a write permission problem. But don't know what file/ s should be altered.
R u able to help?
Gairneybank
URL for your site
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
URL for your site
My site url
http://www.messageonabottle.biz/zencart/
Re: Link Manager 3.0 release
Quote:
Originally Posted by
gairneybank
I just submitted a test link. It appears that the banner image option is working properly.
Check the link in admin -> extras -> links
Your default image should show up.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
URL for your site
Quote:
Originally Posted by
clydejones
I just submitted a test link. It appears that the banner image option is working properly.
Check the link in admin -> extras -> links
Your default image should show up.
Hi Clyde,
Yes it has worked with the default image. However, when you try to submit a banner image you get the following: Error: destination not writeable.
Also if you try to add the image url from admin, it displays there correctly, but not in the online catalogue.
Gairneybank
Re: Link Manager 3.0 release
Quote:
Originally Posted by
gairneybank
Hi Clyde,
Yes it has worked with the default image. However, when you try to submit a banner image you get the following: Error: destination not writeable.
Also if you try to add the image url from admin, it displays there correctly, but not in the online catalogue.
Gairneybank
Further to: Whilst your submission displays the default image online, the default image does not display in admin.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
gairneybank
Further to: Whilst your submission displays the default image online, the default image does not display in admin.
make sure images/links_image has a cmod of 777 (this will make the directory writable.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
try this:
Just unzip the file and upload the entire includes folder to your server.
Attachment 4387
Hello Clyde!
Thank you!!! It worked!! :clap: I do not know much about PHP but when I looked at the difference of the two files, it seems that the only thing changed was an added carraige to line 30:
// EOF Captcha
if (isset($_GET['action']) && ($_GET['action'] == 'send')) {
Is this something that affects PHP coding? Just curious.