Re: Link Manager 3.0 release
Quote:
Originally Posted by
oxicottin
That worked great! Now I only have the new banner section in the submit portion of your module. What other files need modifyed to inclue the "Banner" addition? like when they submit it I dont see the banner entry in the admin section... What file do I have to alter to include the banner entry so I can get thier banner url?
Thanks!
Check list:
Do you have the new field included in the database table?
Catalog Side:
Do you have the sql statements necessary to read and write the information? (includes/modules/pages/links_submit/header_php.php)
Have you included the necessary error catching routines? includes/modules/pages/links_submit/jscript_main.php)
Have you included the necessary code on the submit link page?
Admin Side:
Have you included the necessary sql statements to read/write the information?
(admin/links.php)
Have you added the necessary code to display the new field? (admin/links.php)
Re: Link Manager 3.0 release
Clyde, I just PM'd you.....
Re: Link Manager 3.0 release
I installed link manager, but my ? is how do I adjust the size of the box that holds all the links. It is over running my side box. I have already tried to adjust it. It doesn't help. Here is my link
http://www.TheGoodShepherdStore.com
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
I installed link manager, but my ? is how do I adjust the size of the box that holds all the links. It is over running my side box. I have already tried to adjust it. It doesn't help. Here is my link
http://www.TheGoodShepherdStore.com
In your includes/templates/YOUR_TEMPLATE/css/stylesheet.css change this on line 331.....
Code:
form, select {
display:inline;
font-size:1em;
margin:0.5em;
CHANGE TO
Code:
form, select {
display:inline;
font-size:1em;
Hope this helps! :smile:
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
Here's a list of files and locations associated with links manager:
admin/link_categories.php
admin/links.php
admin/links_contact.php
admin/includes/boxes/extra_boxes/links_extras_dhtml.php
admin/includes/extra_datafiles/links_manager.php
admin/includes/functions/extra_functions/links_manager.php
admin/includes/languages/english/links.php
admin/includes/languages/english/link_categories.php
admin/includes/languages/english/links_contact.php
admin/includes/languages/english/extra_definitions/links.php
-------
includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/links_manager_defines.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/languages/english/html_includes/define_links.php
includes/languages/english/html_includes/define_links_submit.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
includes/modules/pages/links
includes/modules/pages/links_submit
includes/modules/pages/popup_links_help
includes/modules/pages/redirect_links
includes/modules/link_listing.php
includes/modules/YOUR_TEMPLATE/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/css/links.css
includes/templates/YOUR_TEMPLATE/css/links_submit.css
includes/templates/YOUR_TEMPLATE/buttons/english/button_links_help.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_link_help.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_link.gif
Clyde
I have updated the mod in my store to 3.2.3, but I have errors in the Stylesheet called 'links_submit.css'
The following css definitions in that stylesheet have images missing:
fieldset#personal
fieldset#contact
fieldset#secure
fieldset#news
fieldset#age
fieldset#write
legend
textarea
I don't see these images included with the mod, could you provide any guidance as to where the missing images might be found?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
blag
Clyde
I have updated the mod in my store to 3.2.3, but I have errors in the Stylesheet called 'links_submit.css'
The following css definitions in that stylesheet have images missing:
fieldset#personal
fieldset#contact
fieldset#secure
fieldset#news
fieldset#age
fieldset#write
legend
textarea
I don't see these images included with the mod, could you provide any guidance as to where the missing images might be found?
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
Re: Link Manager 3.0 release
Thanks oxicottin that did the trick. I have one ? How do I center the links that say
View All Links
Submit Link
They are to the left more than I want them to be.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
Thanks oxicottin that did the trick. I have one ? How do I center the links that say
View All Links
Submit Link
They are to the left more than I want them to be.
add the following declaration to your stylesheet.css
#linksboxContent a {
text-align: center;
}
Re: Link Manager 3.0 release
Thank you Clyde for the answer, but where do you put the code at in my style sheet. I put it in there but it still is not lining up in the center. I have another ? to
Clyde. How does the other person get a Reciprocal link from my site to put on there site. I see it doesn't offer them one. How do I make one to offer the others sites so I can check to see if they have it on there.
Thank you
Re: Link Manager 3.0 release
Quote:
Originally Posted by
countrycharm
Thank you Clyde for the answer, but where do you put the code at in my style sheet. I put it in there but it still is not lining up in the center. I have another ? to
Clyde. How does the other person get a Reciprocal link from my site to put on there site. I see it doesn't offer them one. How do I make one to offer the others sites so I can check to see if they have it on there.
Thank you
You can put that code at the bottom of your stylesheet.css
look in admin -> configuration -> links manager
There is an option for your site name
You can check for that name and the Reciprocal link in
admin -> extras -> links
click the check link button it it finds your site name where the Reciprocal link says it is you'll get a "link found" message.