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

Link Manager 3.0 Support Thread

Views: 486,683

Results 1,981 to 1,988 of 1,988
02 Jul 2021, 03:26
#1981
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Link Manager 3.0 Support Thread

When someone submits a link, where does the submission go? I can't find submission info from a submission.

02 Jul 2021, 03:54
#1982
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

additionally.... this verbiage:
Your link has been successfully submitted! It will be added to our listing as soon as we approve it.
You will receive an email confirming your submittal. If you have not received it within the hour, please contact us. Also, you will receive an email as soon as your link is approved.

The submitter isn't receiving an email, nor are we. Does this need to be configured somewhere? I can manually enter the link and get it to display, but how are we notified that a link has been submitted? and then, where do we find the submission?

02 Jul 2021, 23:13
#1983
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Carbonless:

When someone submits a link, where does the submission go? I can't find submission info from a submission.

admin is from Extras -- Links
Links Manager definitions can be you or my... you can change definitions... We not use fonts to definitions, should css for the templates.

The submits used in sidebox with links and others... if you don't for sidebox, create your one links.

from sidebox links

  if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
  $content .= '<a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a><br />';
}

   if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
  $content .= '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';
}
09 Jul 2021, 22:49
#1984
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

When someone is filling out the submission form, it is NOT sending out an email or storing the submission anywhere.

I have confirmed all files of version 4.0 on 1.5.7c are properly installed and present. From Extras>Links Contact, I sent a test email to a manually added link recipient. The Subject was TEST and the body was TEST, here is what was received and I received an error log:

Attachment 19667

[09-Jul-2021 22:41:59 UTC] Request URI: /xxxx/index.php?cmd=links_contact&action=send_email_to_user, IP address: 184.170.174.172
#1 substr() called at [/includes/functions/functions_email.php:587]
#2 zen_build_html_email_from_template() called at [/includes/functions/functions_email.php:109]
#3 zen_mail() called at [/xxxx/links_contact.php:34]
#4 require(/xxxx/links_contact.php) called at [/xxxx/index.php:11]
--> PHP Warning: substr() expects parameter 1 to be string, array given in /includes/functions/functions_email.php on line 587.

[09-Jul-2021 22:41:59 UTC] Request URI: /xxxxx/index.php?cmd=links_contact&action=send_email_to_user, IP address: 184.170.174.172
#1 mysqli_real_escape_string() called at [/includes/classes/db/mysql/query_factory.php:121]
#2 queryFactory->prepare_input() called at [/includes/classes/db/mysql/query_factory.php:515]
#3 queryFactory->prepareInput() called at [/includes/functions/database.php:54]
#4 zen_db_input() called at [/includes/functions/functions_email.php:432]
#5 zen_mail_archive_write() called at [/includes/functions/functions_email.php:381]
#6 zen_mail() called at [/xxxx/links_contact.php:34]
#7 require(/XXkcaz00/links_contact.php) called at [/xxxx/index.php:11]
--> PHP Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /includes/classes/db/mysql/query_factory.php on line 121.

10 Jul 2021, 01:01
#1985
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Carbonless:

When someone is filling out the submission form, it is NOT sending out an email or storing the submission anywhere.

[09-Jul-2021 22:41:59 UTC] Request URI: /xxxx/index.php?cmd=links_contact&action=send_email_to_user,
--> PHP Warning: substr() expects parameter 1 to be string, array given in /includes/functions/functions_email.php on line 587.

From my bad code for newer PHP Version: 7.4.6 (Zend: 3.4.0) or 7.8... I need writing code on links contact page next to fix me...

04 Aug 2021, 22:37
#1986
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

davewest:

From my bad code for newer PHP Version: 7.4.6 (Zend: 3.4.0) or 7.8... I need writing code on links contact page next to fix me...
Any head way on the code?

05 Aug 2021, 21:18
#1987
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Carbonless:

Any head way on the code?

you could this, but for version 4.1

contact was for admin mail contact and not needed for links contact..
Links manager what's:

  • link form contact, or create admin
  • admin can decide if links go or delete.
  • link massage auto for link or stop

I thing contact mail some older mod some years.

06 Aug 2021, 13:56
#1988
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

davewest:

you could this, but for version 4.1

contact was for admin mail contact and not needed for links contact..
Links manager what's:

  • link form contact, or create admin
  • admin can decide if links go or delete.
  • link massage auto for link or stop

I thing contact mail some older mod some years.

Dave,

When someone SUBMITS a link. The Link mod is NOT emailing the submission or reporting the submission to the cart. There is NO way of knowing if someone is submitting a link.

When someone submits a link, this text is displayed to the submitter "Your link has been successfully submitted! It will be added to our listing as soon as we approve it.
You will receive an email confirming your submittal. If you have not received it within the hour, please contact us. Also, you will receive an email as soon as your link is approved."

Where is the submission information supposed to go?