When someone submits a link, where does the submission go? I can't find submission info from a submission.
Printable View
When someone submits a link, where does the submission go? I can't find submission info from a submission.
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. [FONT=-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji]Also, you will receive an email as soon as your link is approved.[/FONT]
[FONT=-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji]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?[/FONT]
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
Code: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>';
}
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.
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?