Re: Link Manager 3.0 release
[FONT=Times New Roman]If I could go back in time I would erase my previous post, :smile:[/FONT]
[FONT=Times New Roman]I install it also on my live store and it is all perfect [/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]Thank You Clyde for that great mod.[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]I am only confuse abut the category link, am I suppose to name each link with different category, or it could be same name for different links, like all my links from tools will be in tools category?[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]Thank you[/FONT]
Re: Link Manager 3.0 release
Quote:
Originally Posted by
motti
[FONT=Times New Roman]If I could go back in time I would erase my previous post, :smile:[/FONT]
[FONT=Times New Roman]I install it also on my live store and it is all perfect [/FONT]
[FONT=Times New Roman]Thank You Clyde for that great mod.[/FONT]
[FONT=Times New Roman]I am only confuse abut the category link, am I suppose to name each link with different category, or it could be same name for different links, like all my links from tools will be in tools category?[/FONT]
[FONT=Times New Roman]Thank you[/FONT]
Right. you can put all your tool links in the tools category.
Re: Link Manager 3.0 release
Hi Clyde,
I run a bilingual shop (English and Chinese) and would love to install your mod instead of hand coding all the links. Does this mod support more than 1 language?
Thanks in advance !
Shirley :)
Re: Link Manager 3.0 release
Quote:
Originally Posted by
shirster
Hi Clyde,
I run a bilingual shop (English and Chinese) and would love to install your mod instead of hand coding all the links. Does this mod support more than 1 language?
Thanks in advance !
Shirley :)
It should - the code looks for the "session language id"
I think a couple of other people use multiple languages.
Re: Link Manager 3.0 release
Thanks Clyde, I'll try it out :)
Shirley
Re: Link Manager 3.0 release
Hate to be a bother but I only found one mention in the 20 some forum pages I went through of the php5 error:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in..htmlouput
The post said to change the htmloutput file this way.
// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206
I really don't want to change that file as it's liable to overwritten with a subsequent zencart upgrade. Has anyone else come up with a permanent solution to this problem?
Not only that but the line to be changed is not 333 in the most recent version of zencart.
By the way I've added the image url to the cart submit page - I'll post the changed code if asked to. Kind of curious why that wasn't on there in the first place.
Oh, and thanks for the contribution - it's people like you that makes my job easier!
Re: Link Manager 3.0 release
Quote:
Hate to be a bother but I only found one mention in the 20 some forum pages I went through of the php5 error:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in..htmlouput
The post said to change the htmloutput file this way.
// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206
I really don't want to change that file as it's liable to overwritten with a subsequent zencart upgrade. Has anyone else come up with a permanent solution to this problem?
Not only that but the line to be changed is not 333 in the most recent version of zencart.
I'm guessing but maybe a lot of people were/are still using php4+ and the issue never presented itself. Or, people just used the fix and never said anything.
and Yes, in version 1.3.7.1 in admin/includes/functions/html_output.php line 333 reads
Code:
if (empty($default) && isset($GLOBALS[$name])) $default = stripslashes($GLOBALS[$name]);
You can always do what I do and make a backup of the original file and a backup of the changed file. The admin section of ZC is due for a complete overhaul anyway and I'm sure the devs will make sure this fix is included.
Quote:
By the way I've added the image url to the cart submit page - I'll post the changed code if asked to. Kind of curious why that wasn't on there in the first place.
To be honest, I don't like taking bandwidth away from people and I just never bothered putting it in.
Quote:
Oh, and thanks for the contribution - it's people like you that makes my job easier!
Glad to be of help
Re: Link Manager 3.0 release
clunk! That was the sound of my idiot head hitting the desk. Was worrying about changing the html_output file in the cart - not admin! Thanks again!
Re: Link Manager 3.0 release
one other question that might have been mentioned before. If so, my apologies!
What to do about the emails not having line breaks? I tried some changes to the header page but this is what I'm still getting on my server:
Dear deliaWe welcome to GreetingCookie.com link exchange program.
Your link has been successfully submitted at GreetingCookie.com. It will be
added to our listing as soon as we approve it. You will receive an email
about the status of your submittal. If you have not received it within the
next 48 hours, please contact us before submitting your link again.For help
with our link exchange program, please email the store-owner:
[email protected]: This email address was given to us during a
link submittal. If you have a problem, please send an email to
[email protected].
Re: Link Manager 3.0 release
Quote:
Originally Posted by
delia
one other question that might have been mentioned before. If so, my apologies!
What to do about the emails not having line breaks? I tried some changes to the header page but this is what I'm still getting on my server:
Dear deliaWe welcome to GreetingCookie.com link exchange program.
Your link has been successfully submitted at GreetingCookie.com. It will be
added to our listing as soon as we approve it. You will receive an email
about the status of your submittal. If you have not received it within the
next 48 hours, please contact us before submitting your link again.For help
with our link exchange program, please email the store-owner:
[email protected]: This email address was given to us during a
link submittal. If you have a problem, please send an email to
[email protected].
This is (I think) a plain text vs. html issue. The html emails appear to be formated correctly but the plain text emails appear as you have indicated.
I've used other e-mail code (i.e. the welcome e-mail and others) as the basis for the email code in the mod and continue to work at getting both the plain text and html versions to look the same.