Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
weezee
I tried it and I still get the same: PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22
I tried this and now I am getting a PHP Parse error: syntax error, unexpected T_STRING
if (BOX_DISPLAY_FREE_LINK_EXCHANGE == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com . (FILENAME_FREE_LINK_EXCHANGE, 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}
I have tried so many different ways and nothing works.
Ok try this:
if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com">Free Link Exchange</a>';
}
Re: Link Manager 3.0 Support Thread
Thanks Clyde,
that worked.
Re: Link Manager 3.0 Support Thread
Hi Clyde how are you!
I have a question for you. Since the release of zen cart v1.3.9g
the link_submit for Captcha has change. Is there anyway you could update link_submit header_php.php. Thanks in advance.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
countrycharm
Hi Clyde how are you!
I have a question for you. Since the release of zen cart v1.3.9g
the link_submit for Captcha has change. Is there anyway you could update link_submit header_php.php. Thanks in advance.
changed how?
Re: Link Manager 3.0 Support Thread
Hi Clyde,
I'm having a problem with my submit link, evertime I upgrade or addon I have a problem with something.
I get a blank page when I click on submit link. I checked the error in my cache folder
PHP Parse error: syntax error, unexpected $end in
/public_html/bargains/includes/modules/pages/links_submit/header_php.php on line 150
I had upgraded to v1.3.9g, and added Captcha, after adding Captcha is when it happened.
site: bargainsonlinesite.com
1 Attachment(s)
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
countrycharm
Hi Clyde how are you!
I have a question for you. Since the release of zen cart v1.3.9g
the link_submit for Captcha has change. Is there anyway you could update link_submit header_php.php. Thanks in advance.
Quote:
Originally Posted by
weezee
Hi Clyde,
I'm having a problem with my submit link, evertime I upgrade or addon I have a problem with something.
I get a blank page when I click on submit link. I checked the error in my cache folder
PHP Parse error: syntax error, unexpected $end in
/public_html/bargains/includes/modules/pages/links_submit/header_php.php on line 150
I had upgraded to v1.3.9g, and added Captcha, after adding Captcha is when it happened.
site: bargainsonlinesite.com
unzip the package and upload the entire includes folder to your server (change the YOUR_TEMPLATE folder to match the name of your custom template
Attachment 8266
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
unzip the package and upload the entire includes folder to your server (change the YOUR_TEMPLATE folder to match the name of your custom template
Attachment 8266
That fixed it. Thank you Clyde.
Re: Link Manager 3.0 Support Thread
Thanks Clyde,
You always come to our rescue.
Re: Link Manager 3.0 Support Thread
hi
i just installed links manager. i followed all instructions, but something went wrong and i can`t see any images
and i have this 'BOX_HEADING_LINK_CATEGORIES' as a name of category.
belowe is box and under the box:
BOX_INFORMATION_VIEW_ALL_LINKS
BOX_INFORMATION_LINKS_SUBMIT.
everything seems to work but there are only alt text for all links manager images...
the website is:
http://www.artelingerie.co.uk/
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
aszu
hi
i just installed links manager. i followed all instructions, but something went wrong and i can`t see any images
and i have this 'BOX_HEADING_LINK_CATEGORIES' as a name of category.
belowe is box and under the box:
BOX_INFORMATION_VIEW_ALL_LINKS
BOX_INFORMATION_LINKS_SUBMIT.
everything seems to work but there are only alt text for all links manager images...
the website is:
http://www.artelingerie.co.uk/
Appears you've solved the problem.