Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
Tagyourbaby
Hi clyde
Thanks for a fab mod but i was wondering if you could point me in the right direction....
How do i fix the layout? If its normal when you look at it that means i fixed it but here is the direct link
http://exquisitebaby.co.nz/shop/inde...e=links_submit
Thanks
jess
open includes/templates/YOUR_TEMPLATE/css/links_submit.css
find the following declaration and add the highlighted portion.
fieldset li {
clear:both;
padding-bottom: .6em;
}
Re: Link Manager 3.0 Support Thread
Thanks heaps Clyde your a star!
Re: Link Manager 3.0 Support Thread
please help
i have zencart 1.3.8 and link manager 3.5 how do i change the layout to remove the scrollbox or at least hide it in black so it looks like the other link blocks
http://www.lightpryzms.com
thanks
joe dauz
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
internetjoe
please help
i have zencart 1.3.8 and link manager 3.5 how do i change the layout to remove the scrollbox or at least hide it in black so it looks like the other link blocks
http://www.lightpryzms.com
thanks
joe dauz
add the following to your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)
#linksboxContent select {
background:000;
color:#999999;
}
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
add the following to your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)
#linksboxContent select {
background:000;
color:#999999;
}
Clyde
Thank you for your quick reply - very nice
but the grey empty scroll bar and white outline are still visible and i cant find #fff in either css file. the previous suggestions for 3.0 do not match the data in my links.css or links_submit.css.
Is there a form call somewhere?
Joe
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
internetjoe
Clyde
Thank you for your quick reply - very nice
but the grey empty scroll bar and white outline are still visible and i cant find #fff in either css file. the previous suggestions for 3.0 do not match the data in my links.css or links_submit.css.
Is there a form call somewhere?
Joe
Try this:
#linksboxContent select {
background:#000;
color:#999999;
border:1px solid #000;
}
I'm not sure the scroll bar can be changed.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
Try this:
#linksboxContent select {
background:#000;
color:#999999;
border:1px solid #000;
}
I'm not sure the scroll bar can be changed.
cool ill just change the setting to pull down and hope that passes the boss.
much thanks
joe
Re: Link Manager 3.0 Support Thread
Hello guys,
Can I just start off by saying a BIG thanks to Clyde for this fantastics addon :smile:
I have sucessfully installed Link Manager, it all went well. The only issue I have is with the email sent to the person submitting the link here it is (minus name etc) exactly as it currently appears:
Dear NAME HERE, Welcome to SITENAME.COM link exchange program. Your link has been successfully submitted at SITENAME.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] Note: This email address was given to us during a link submittal. If you have a problem, please send an email to [email protected]
Welcome to SITENAME.COM link exchange program.
Your link has been successfully submitted at SITENAME.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.
Why does this email appear to show the same thing twice?
How can I fix this?
Thanks :smile:
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
gaffettape
Hello guys,
Can I just start off by saying a BIG thanks to Clyde for this fantastics addon :smile:
I have sucessfully installed Link Manager, it all went well. The only issue I have is with the email sent to the person submitting the link here it is (minus name etc) exactly as it currently appears:
Dear NAME HERE, Welcome to SITENAME.COM link exchange program. Your link has been successfully submitted at SITENAME.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] Note: This email address was given to us during a link submittal. If you have a problem, please send an email to
[email protected]
Welcome to SITENAME.COM link exchange program.
Your link has been successfully submitted at SITENAME.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.
Why does this email appear to show the same thing twice?
How can I fix this?
Thanks :smile:
Check back through this thread, There is a solution for this posted somewhere; I just can't remember where.
Re: Link Manager 3.0 Support Thread
Thanks for the reply, I'll have a search now. One other issue I'm having is with the link status update email:
'Dear NAME,
The status of your link at STORENAME has been updated.
The New Status is: .
Please reply to this email if you have any questions.'
Any ideas why it just says The New Status is: . ?
Cheers :smile: