New Zenner
- Join Date:
- Mar 2007
- Posts:
- 86
- Plugin Contributions:
- 0
Link Manager 3.0 Support Thread
Hi
wwwveroniqueknitweardotcom
Views: 486,752
New Zenner
Hi
wwwveroniqueknitweardotcom
Deceased
on which page(s) is this happening?
New Zenner
Hi Clyde,
On the links page.
Deceased
I just checked the links category page and All of the links pages and HTML Tidy didn't show this warning anywhere.
The only warning I did see was about using & instead of &.
So I'm not sure where it is coming from.
One place to look would be:
includes/functions/links.php
and check this line of code
$image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
New Zenner
Hi Clyde,
Changed this line of code to;
}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}
And everything is fine.
The code that was there on that line was;
}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '"alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}
very similar except for spaces. I have no idea why this brought up validation errors but it did using the validator at w3c.
Thanks for the help Clyde
Rottie
Deceased
rottiejoe:
Hi Clyde,
Changed this line of code to;
}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}And everything is fine.
The code that was there on that line was;}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '"alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}very similar except for spaces. I have no idea why this brought up validation errors but it did using the validator at w3c.
Thanks for the help ClydeRottie
glad it worked out.
New Zenner
Hi
I am looking for install links manager for my site. My purpose is try to do link exchange for my website. Would you please help me to do it.
Very thanks!
Deceased
yenmax:
Hi
I am looking for install links manager for my site. My purpose is try to do link exchange for my website. Would you please help me to do it.
Very thanks!
download it from here, unzip the file and follow the instructions.
Zen Follower
In my site I have some errors in Foxfire, I was told at my template support that the missing closing </div> is in the links sidebox. can you please help me with this. I'm not very good at these codes I don't know where to add it.
weezeesgifts.com
Deceased
weezee:
In my site I have some errors in Foxfire, I was told at my template support that the missing closing </div> is in the links sidebox. can you please help me with this. I'm not very good at these codes I don't know where to add it.
weezeesgifts.com
first: go to admin -> tools -> layout boxes controller and turn the links manager sidebox off.
open your site clear your browser cache and see if the error goes away.
Deceased
weezee:
In my site I have some errors in Foxfire, I was told at my template support that the missing closing </div> is in the links sidebox. can you please help me with this. I'm not very good at these codes I don't know where to add it.
weezeesgifts.com
clydejones:first: go to admin -> tools -> layout boxes controller and turn the links manager sidebox off.
open your site clear your browser cache and see if the error goes away.
Try this: Just unzip the file and upload the entire includes folder to your server.
[Attachment no longer available]
Zen Follower
Thanks clyde,
That fixed it.
New Zenner
Hi Clyde and others,
Thanks for this awesome contribution.
Can someone please tell me how to move the main listbox to the left a bit and how to center the two links under it (I have tried tinkering with the css but did not succeed)
I just want it to look consistent with the rest of my site, also is there a way to make the edges of the listbox round ?
Thanks in advance...
Deceased
vitalwares:
Hi Clyde and others,
Thanks for this awesome contribution.
Can someone please tell me how to move the main listbox to the left a bit and how to center the two links under it (I have tried tinkering with the css but did not succeed)
I just want it to look consistent with the rest of my site, also is there a way to make the edges of the listbox round ?
Thanks in advance...
try adding this to your stylesheet.css (includes/templates/cherry_zen/css)
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
Deceased
vitalwares:
Hi Clyde and others,
Thanks for this awesome contribution.
Can someone please tell me how to move the main listbox to the left a bit and how to center the two links under it (I have tried tinkering with the css but did not succeed)
I just want it to look consistent with the rest of my site, also is there a way to make the edges of the listbox round ?
Thanks in advance...
Try this and see if it works:
Just unzip the file and upload the entire includes folder to your server.
[Attachment no longer available]
New Zenner
clydejones:
Try this and see if it works:
Just unzip the file and upload the entire includes folder to your server.
[Attachment no longer available]
Hi Clyde,
Thank a lot for your effort but actually that did not work out, please take a look at the website...
Deceased
vitalwares:
Hi Clyde,
Thank a lot for your effort but actually that did not work out, please take a look at the website...
open admin -> configuration -> links manager
and
Links List - Scroll Box Size/Style (set to 3)
Also
try adding this to your stylesheet.css (includes/templates/cherry_zen/css)
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
New Zenner
Hi, first I want to say thanks for the wonderful module.
I've been looking through this forum for a while now and only saw this problem posted once, without a clear solution.
I'm fairly new to Zencart so please bear with me. Everthing seems to be working great, except that I'm getting the following errors when checking a reciprocal link:
Warning: file(): URL file-access is disabled in the server configuration in /home/content/t/c/a/tcarney/html/admin/links.php on line 644
Warning: file(http://www.sensualmystique.com/retailersdirectory3/links.php%29: failed to open stream: no suitable wrapper could be found in /home/content/t/c/a/tcarney/html/admin/links.php on line 644
I see in a previous post that this is a server problem and was fixed by modifying the PHP.INI file. I am hosted by GoDaddy on a Linux server, so I have no ini files to modify.
Any help or suggestions are greatly appreciated.
Thank you
New Zenner
clydejones:
open admin -> configuration -> links manager
and
Links List - Scroll Box Size/Style (set to 3)
Also
try adding this to your stylesheet.css (includes/templates/cherry_zen/css)
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
Sill did not work I am afraid.
New Zenner
Vitalwares,
Have you tried widening the boxes through
Admin->Configuration->Layout Settings->Column Width - Right Boxes
Fields marked required must be completed.
Tell staff why this post should be reviewed.