Re: Link Manager 3.0 release
When I put my site name in admin -> configuration -> links manager, do I have to go and submit a link like everybody else does before I can check it. If you don't theres no way of checking it right. And if it finds it what will that tell me. When somebody want to trade links will it give them the Reciprocal link to my web site after they submit theres so I can check for my site or what. I'm still learning all this. I don't mean to be a pain
Thank you again
Re: Link Manager 3.0 release
Maybe I don't understand how and what it is suppose to be for.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
Maybe I don't understand how and what it is suppose to be for.
Quote:
Originally Posted by
countrycharm
When I put my site name in admin -> configuration -> links manager, do I have to go and submit a link like everybody else does before I can check it. If you don't theres no way of checking it right. And if it finds it what will that tell me. When somebody want to trade links will it give them the Reciprocal link to my web site after they submit theres so I can check for my site or what. I'm still learning all this. I don't mean to be a pain
Thank you again
They submit a link on your site with a Reciprocal link location
You can check if they have already add your site as a link (admin -> extras -> links -> check link)
if they haven't they you can go to their site and submit your link on their site.
Re: Link Manager 3.0 release
Thank you Clyde for clearing that up for me. I understand now. One more thing and I will let you rest. You said I could add this code to the bottom of my style sheet #linksboxContent a {
text-align: center;
}
But it still does not put my link in the center. Any more suggestions on how to fix this problem. Thank you again
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
Thank you Clyde for clearing that up for me. I understand now. One more thing and I will let you rest. You said I could add this code to the bottom of my style sheet #linksboxContent a {
text-align: center;
}
But it still does not put my link in the center. Any more suggestions on how to fix this problem. Thank you again
You can change it to
#linksboxContent span {
text-align: center;
}
Now you will have to edit includes/templates/luck_charm/tpl.links_select.php
Find the following lines of code: add the highlighted changes
if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><span><a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a></span>';
}
if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
$content .= '<br /><span><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a></span></div>';
}
Save the file and upload to your server
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
That section of the css file was actually used with another form I was developing and I just never commented them out.
You can use these images:
Just unzip the file and place them in your includes/templates/YOUR_TEMPLATE/images
Attachment 2550
Clyde
Would I be right in thinking that none of those CSS definitions are required?
(Thanks for the images, anyway)
Re: Link Manager 3.0 release
Quote:
Originally Posted by
blag
Clyde
Would I be right in thinking that none of those CSS definitions are required?
(Thanks for the images, anyway)
That is correct
Re: Link Manager 3.0 release
Hi Clyde and thanks again for the help, but unfortunately it didn't work. I think I will let be. Don't look that bad anyway. There is another problem though. When you submit a link and it take you to the success page my sideboxes is everywhere on that page. If you will Clyde, submit a link and see what I'm talking about please.
Thank you again
Re: Link Manager 3.0 release
my sideboxes are everywhere. I need to learn how to talk again...lol
Forgot to give you my link.
http://www.TheGoodShepherdStore.com
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
See what you mean!
Check your PM