Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
find the following sections and make the highlighted changes
Code:
<div class="forward"><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . zen_image_button(BUTTON_IMAGE_LINK_HELP_PASTEL, BUTTON_LINK_HELP_ALT) . '</a><br /><br />'; ?></div>
Code:
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT_LINK_PASTEL, BUTTON_SUBMIT_LINK_ALT); ?></div>
I've tested your suggestion and found that the image doesn't appear. Then I discovered that the reason is because the generated code is looking for the buttons' image in "template_default" (as shown in Red below) and that my defines are for some reason not "translated" into the buttons' name (shown in blue):
Code:
<img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_LINK_HELP_PASTEL" alt="submit link" title=" submit link"/>
Code:
<img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_SUBMIT_LINK_PASTEL" alt="submit link" title=" submit link"/>
- How can I make the code references those pastel buttons in my customized template?
- How to make the defines "translate" into the buttons' name accordingly?
Quote:
This button is not used and can safely be deleted.
Will do.
Anxiously awaits your reply. Cheers.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
Stenrique
I've tested your suggestion and found that the image doesn't appear. Then I discovered that the reason is because the generated code is looking for the buttons' image in "template_default" (as shown in Red below) and that my defines are for some reason not "translated" into the buttons' name (shown in blue):
Code:
<img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_LINK_HELP_PASTEL" alt="submit link" title=" submit link"/>
Code:
<img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_SUBMIT_LINK_PASTEL" alt="submit link" title=" submit link"/>
- How can I make the code references those pastel buttons in my customized template?
- How to make the defines "translate" into the buttons' name accordingly?
Will do.
Anxiously awaits your reply. Cheers.
Check your PM
Re: Link Manager 3.0 Support Thread
Hi,
Clyde at the top of page 117 you posted a reply regarding my problem with my Links Submit getting a 403 error:
http://www.molliemoo.co.uk/index.php...submit&lPath=2
I have disabled the Magic SEO URL rewriting mod and I am still getting this error.
Do you have any other ideas? I have also been told that the SEO mod should not interfere if there are no rules defined for it.
thanks for your help.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
eqDoBBs
Hi,
Clyde at the top of page 117 you posted a reply regarding my problem with my Links Submit getting a 403 error:
http://www.molliemoo.co.uk/index.php...submit&lPath=2
I have disabled the Magic SEO URL rewriting mod and I am still getting this error.
Do you have any other ideas? I have also been told that the SEO mod should not interfere if there are no rules defined for it.
thanks for your help.
The 403 error could be a server issue (check with your hosting provider)
It might also mean that the permissions on a particular file and/or folder need to be changed.
Re: Link Manager 3.0 Support Thread
How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
weezee
How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.
At the present time there is no switch to turn off the banner image field on the links submit page.
Removing the links banner feature would require deleting code in several files.
I configured the Display Link Banner Image to 0
This will prevent the display of banner images on the links display page.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
weezee
How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.
Quote:
Originally Posted by
clydejones
At the present time there is no switch to turn off the banner image field on the links submit page.
Removing the links banner feature would require deleting code in several files.
I configured the Display Link Banner Image to 0
This will prevent the display of banner images on the links display page.
This fix should take care of the problem.
I've added a switch in admin -> configuration -> links manager -> Show Banner Image Field (set this to false)
Unzip the package
run the included sql file from (admin -> tools -> install sql patches)
copy-and-paste the code into the query field and press 'Send'.
Rename the YOUR_TEMPLATE folder to match the name of your custom template (includes/templates/YOUR_TEMPLATE)
Upload the entire includes folder to your server.
Attachment 4744
Re: Link Manager 3.0 Support Thread
Great mod., greater support.
Life is even greater thanks to you Clyde, you sure rock. :clap:
Re: Link Manager 3.0 Support Thread
i have this mod in my magic shop
when i aprrove the link no see banner ...
why ?
Thanks for help
Re: Link Manager 3.0 Support Thread