Zen Cart Logo
Forums / Addon Sideboxes / Link Manager 3.0 Support Thread

Link Manager 3.0 Support Thread

Views: 486,750

Results 701 to 720 of 1,988
3 Jan 2008, 1:20 AM
#701
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Link Manager 3.0 Support Thread

Veronika7747:

I am just starting with this mod today.. and have couple (well more than couple) of questions:

A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT

B. Where can I make the input boxes wider?

C. When I click submit, it gives me back the submit link page. Should it bring me to a page saying something like - Your request have been submitted??

D. The email that person submitting request receives, states this text twice:

Welcome to The Fine Art of Clive Kay link exchange program.
Your link has been successfully submitted at The Fine Art of Clive Kay. 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.

> 
> E. Where can I change the blue background on input fields to the same colour as "Your Contact Information" (or some other than bue colour)?
> (BTW I don't have form.png in includes/templates/YOUR/images folder)
> 
> F. When I try admin/extra/links check link, I get the messages that it was found and it gives the address. it would be nice:smile: if one could click on that address to get to the site to see if the reciprocal link is there.
> 
> Great add on! I hope it will eliminate tons of "fake" requests (site will be using CAPTCHA).
> 
> Thanks

URL for your site?
3 Jan 2008, 1:54 AM
#702
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

URL for your site?

I am still it the development stage, but I will try to upload online what ever I have up to now sometimes overnight and I will post the link.
Thanks

3 Jan 2008, 2:06 AM
#703
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT

Where exactly are you seeing this?

3 Jan 2008, 2:12 AM
#704
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

E. Where can I change the blue background on input fields to the same colour as "Your Contact Information" (or some other than bue colour)?
(BTW I don't have form.png in includes/templates/YOUR/images folder)

This should take care of this issue:

Just unzip the file and upload the links_submit.css to

includes/templates/YOUR_TEMPLATE/css

[Attachment no longer available]

3 Jan 2008, 2:34 AM
#705
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Where exactly are you seeing this?

I'll attempt to include print screen...
that does not work, not I cannot insert file either....

3 Jan 2008, 3:39 AM
#706
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Veronika7747:

I'll attempt to include print screen...
that does not work, not I cannot insert file either....

If you are using captcha you will need to do a file compare of the links submit files since the ones that are included with the captcha mod are older than the files in links manager.

3 Jan 2008, 4:06 AM
#707
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

If you are using captcha you will need to do a file compare of the links submit files since the ones that are included with the captcha mod are older than the files in links manager.

I did and hopefully did "O.K." in my mix & match. I am uploading the site now. It will be at: http://store.clivekay-artist.com soon I hope.

P.S. thanks for css (as was reading all the old posts, so that's why I referred to
form.png..)

3 Jan 2008, 4:38 AM
#708
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Veronika7747:

I did and hopefully did "O.K." in my mix & match. I am uploading the site now. It will be at: http://store.clivekay-artist.com soon I hope.

P.S. thanks for css (as was reading all the old posts, so that's why I referred to
form.png..)

O.K., now that the test site is up, I have yet another question.... I have couple of pages of "old links" (one page currently shows as the last line "Arts Links" on RHS box under "More on Clive Kay" and I would like to include this link inside the "Link Manager" box with bit of space under the last line there "Submit Links". Is that possible?? I was trying to do it the same way as I did it in "More Info" box, but that did not work..

Also should I be able to put a subcategory in the link category??

Thanks for your time.

3 Jan 2008, 4:43 AM
#709
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Veronika7747:

I did and hopefully did "O.K." in my mix & match. I am uploading the site now. It will be at: http://store.clivekay-artist.com soon I hope.

P.S. thanks for css (as was reading all the old posts, so that's why I referred to
form.png..)

A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT

To correct this, open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

find and delete the following section of code. (as I pointed out, this file in the captcha mod is older than the file in links manager.

<label class="inputLabel" for="links_image"><?php echo ENTRY_LINKS_IMAGE; ?></label>
<?php echo zen_draw_input_field('links_image', 'http://') . ' ' . (zen_not_null(ENTRY_LINKS_IMAGE_TEXT) ? '<span class="alert">' . ENTRY_LINKS_IMAGE_TEXT . '</span>': ''); ?><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . TEXT_LINKS_HELP_LINK . '</a>'; ?>

after making the edit save the file and upload to your server.

3 Jan 2008, 5:09 AM
#710
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

To correct this, open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

find and delete the following section of code. (as I pointed out, this file in the captcha mod is older than the file in links manager.

<label class="inputLabel" for="links_image"><?php echo ENTRY_LINKS_IMAGE; ?></label>

<?php echo zen_draw_input_field('links_image', 'http://') . ' ' . (zen_not_null(ENTRY_LINKS_IMAGE_TEXT) ? '<span class="alert">' . ENTRY_LINKS_IMAGE_TEXT . '</span>': ''); ?><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . TEXT_LINKS_HELP_LINK . '</a>'; ?>
> 
> after making the edit save the file and upload to your server.

Thank you!:clap:
3 Jan 2008, 5:30 AM
#711
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Veronika7747:

Thank you!:clap:

C. When I click submit, it gives me back the submit link page. Should it bring me to a page saying something like - Your request have been submitted??

Try this fix and see if it corrects this issue:

just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

3 Jan 2008, 6:07 AM
#712
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Try this fix and see if it corrects this issue:

just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

Oh Clyde you are good! You are chopping down my questions really fast! Thanks again.

5 Jan 2008, 1:50 AM
#713
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde, in which file can I increase the form field properties of the texboxes on the submit link page??
Tx

5 Jan 2008, 2:39 AM
#714
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Veronika7747:

Clyde, in which file can I increase the form field properties of the texboxes on the submit link page??
Tx

includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

5 Jan 2008, 10:45 PM
#715
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

Thanks Clyde, I got it changed but I am having trouble with 2 fields which now don't show http://

<?php echo zen_draw_input_field('links_reciprocal_url', $name, ' size="40" id="links_reciprocal_url"', 'http://') . ' ' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>

what am I doing wrong here??

Veronika

6 Jan 2008, 12:08 AM
#716
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Veronika7747:

Thanks Clyde, I got it changed but I am having trouble with 2 fields which now don't show http://

<?php echo zen_draw_input_field('links_reciprocal_url', $name, ' size="40" id="links_reciprocal_url"', 'http://') . ' ' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>
> 
> what am I doing wrong here??
> 
> Veronika

Use these:

```php
<?php echo zen_draw_input_field('links_reciprocal_url', 'http://', 'size="40" id="links_reciprocal_url"') . ' ' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>
<?php echo zen_draw_input_field('links_url', 'http://', 'size="40" id="links_url"') . ' ' . (zen_not_null(ENTRY_LINKS_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_URL_TEXT . '</span>': ''); ?>
9 Jan 2008, 11:13 PM
#717
felit0 avatar

felit0

New Zenner

Join Date:
Jan 2008
Posts:
3
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,

Just installed your module a few days ago. I having a problem where headings and buttons are coming up as such (ex: TABLE_HEADING_LINKS_TITLE). You can see the live site at http://just4electronics.com, click on "Link Exchange" on the right column to see module. Any help would be appreciated.

Edit In addition, I could not locate or turn on the sidebox for your module from Tools>Layout Boxes Controller. It just doesn't appear there at all.

Regards,

Rafael

9 Jan 2008, 11:21 PM
#718
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

felit0:

Clyde,

Just installed your module a few days ago. I having a problem where headings and buttons are coming up as such (ex: TABLE_HEADING_LINKS_TITLE). You can see the live site at http://just4electronics.com, click on "Link Exchange" on the right column to see module. Any help would be appreciated.

Edit In addition, I could not locate or turn on the sidebox for your module from Tools>Layout Boxes Controller. It just doesn't appear there at all.

Regards,

Rafael

Looks like you didn't upload the language files and/or change all the YOUR_TEMPLATE folders to match your custom template name.

10 Jan 2008, 12:20 AM
#719
felit0 avatar

felit0

New Zenner

Join Date:
Jan 2008
Posts:
3
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you very much for the lightning quick response! It was the YOUR_TEMPLATE folders. I didn't realize there was multiple ones, I only changed /includes/templates/YOUR_TEMPLATE initially. You might want to stress that point in your install.txt file. Working flawlessly now :)

Many Thanks!!

Rafael

10 Jan 2008, 12:27 AM
#720
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

felit0:

Thank you very much for the lightning quick response! It was the YOUR_TEMPLATE folders. I didn't realize there was multiple ones, I only changed /includes/templates/YOUR_TEMPLATE initially. You might want to stress that point in your install.txt file. Working flawlessly now :)

Many Thanks!!

Rafael

Glad to help.