
iOS、Android 和 Web 版本可以共享同一个 Parse 数据库
6 Mar 2020 • Fixed index and header files
1 Oct 2019 • Enhanced the user interface by updating the design and color of Home Screen • Placed New icons on the home screen for better user experience with hover impact • Reposition App store links on the site • Item Listing view is changed as per latest app designs • The picture upload button issue has been fixed now. • Fixed application crash issue on Chat button and chat • Fixed the Search bar issue on the whole application • Improved Message and notification design layout • Fixed the bug on product image submission • Fixed the Share Icon functionality
18 Dec 2018 • Fixed a bug that allowed to display the correct location for ads; • Fixed a bug that allowed to send feedback to other users; • Fixed a bug that allowed to send a direct message to a seller; • Optimizations and small bugs fixed;
21 Nov 2018 • Fixed a bug in the Google Map Location
26 May 2018 • Added an IF statement and query in ad-details.php file -> send feedbacks code, in order to check if you already sent a feedback to a seller • Accordingly to the new EU GDPR terms, I've updated the 'tos.php' file and Documentation. IMPORTANT: This means that if a User asks for his/her Account deletion, you must do it within 24 hours, as the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
21 may 2018 • Fixed a small bug in save-item.php, in the else statement where the code updates an item, by removing these 3 lines: $adObj->set('isReported', false); $adObj->set('likes', 0); $adObj->set('comments', 0);
26 April 2018 •Added a radio input code in 'signup.php' in order to prevent users from signing up in case they have not checked it | Edited the PHP and JS code to check for accepted Terms of Service •Updated the Documentation
10 April 2018 • Added this attribute into the 'txtAddress' input tag in ads-list.php (as suggested by the Chrome console): autocomplete='street-address'
6 April 2016 • Edited the Choose Location button in sell-edit-item.php as it follows: <i class="fa fa-map-marker" /> Choose a location <p class="text-center">If you will not choose a location, the website will set New York by default</p> This is because the browser doesn't always get your current location, so you must choose it from the Google Map now.
5 April 2018 •Created footer.php and header.php files and added their 'include' statements in all .php files. In this way, you'll be able to edit header and footer of your website only once •Adjusted the code in all php files, reduced spaces between lines of code, now the code is more compact • Replaced 'faq.html' and 'tos.html' with two new 'faq.php' and 'tos.php' files •Removed 'upload-avatar.php' • Edited 'upload-image.php', in order to get the max width of an image to upload • Edited the $ajax line in 'signup.php' in order to set the max image width for upload: $.ajax({ url : "upload-image.php?imageWidth=300", • Edited the $ajax line in 'account.php' in order to set the max image width for upload: $.ajax({ url : "upload-image.php?imageWidth=300", • Edited the three $ajax lines in 'sell-edit-item.php' in order to set the max image width for upload: $.ajax({ url : "upload-image.php?imageWidth=600",
21 March 2018 • Added this line into Configs.php: $_GLOBALS['FACEBOOK_CALLBACK_URL'] = $GLOBALS['WEBSITE_PATH'].'fb-callback.php'; • Edited the "fb-callback.php" file, in order to support the new "Use Strict Mode for Redirect URIs" function of the Facebook Login section (in your Facebook Developer App's page). •Updated the Documentation
1 February 2018 • Edited line 41 in fb-login-confirm.php, in order for Facebook login SDK to not use the same email address in case it cannot use the one from the user who's logging in: $email = $userID.'@facebook.com';
由 iOS 和 Android 应用程序制造商制作, 呜 是一个响应式 HTML/CSS 网站模板,您可以在其中随时随地浏览和发布列表、您想要出售的新东西或二手东西。您可以搜索关键字、类别、城市/州和距离半径、与卖家聊天、使用 Facebook 或电子邮件登录、点赞和分享广告等等。
用户将能够举报广告或用户,并阻止/取消阻止不适当的用户,以防止收到来自被阻止人员的聊天消息。他们还可以向其他卖家发送反馈。
呜 还有验证邮件系统,一旦用户注册,Back4App 会根据用户在注册页面输入的电子邮件地址发送验证邮件。人们将能够通过进入用户的个人资料页面来查看用户是否通过验证。
类别名称和图像存储在 Parse Dashboard 中,因此无需更新代码即可远程添加新类别。
扩展许可证:请注意,如果您计划向此模板添加任何支付网关(如 PayPal、Stripe 等),您必须根据 Envato 规则在扩展许可证下购买它。
关于 Parse SDK 和 back4app
阅读本文,了解有关 back4app 和 Parse SDK 的更多信息: https://hubpages.com/technology/Parse-SDK-will-not-shutdown-in-thanks-to-back4app
我可以在自己的服务器上托管 Parse Server 吗?
是的,虽然我不提供对设置过程的支持,但您可以在此处阅读官方指南: http://parseplatform.org
对这个模板的免费支持怎么样?
我可以为原始代码中遇到的错误提供免费支持。
相反,如果您编辑了代码并弄乱了某些内容,我可能会通过 TeamViewer 或直接在我的计算机上检查您的应用程序项目文件来收取一些费用来修复它。
如何更改 Parse Dashboard 的 Categories 类中的图像?
将Categories.json文件导入您自己的 Parse Dashboard 后,您必须双击单元格边缘和蓝色图像按钮之间的空白区域以替换现有图像,查看下面的屏幕截图:
在我的 Parse Dashboard 中导入Categories.json后,我没有看到任何数据
有时可能会发生这种情况,这是 Parse Dashboard 中的一个错误,因此在这种情况下,您必须自己手动添加行和列。
1. 单击 编辑 -> 添加列选择 字符串 作为数据类型和 type exactly类别,然后点击“添加列”
2. 单击 编辑 -> 添加列选择 文件 作为数据类型和 type exactly图像,然后点击“添加列”
3.现在您可以输入空单元格并插入第一个单元格的名称 类别,双倍点击图片列的空白单元格,然后上传您的第一张图片。
4. 对要插入 Parse 数据库中的每个类别重复上述步骤。
如何更改类别的顺序?
唯一的方法是从 Categories 类中删除所有行,然后根据您希望类别在应用程序主屏幕中显示的顺序再次添加,因为它们按其“创建日期”排序。
• 完全响应
• 用于图像全屏预览的灯箱
• 带有 Parse SDK 托管的后端 返回4应用程序
• 按类别浏览广告或按关键字、城市/州和类别搜索
• 按最近、价格、最喜欢和状况对广告进行排序
• 距离滑块,用于更改搜索表单中的附近距离
• 发布/编辑广告,包含 3 张图片(视频只能通过移动版本上传)
• 发送/阅读反馈和评论
• 举报/阻止不当用户或广告
• 在应用程序内与卖家聊天
• 聊天消息、点赞、反馈和评论的推送通知(请注意,只有移动应用程序会收到推送通知)
• 在“我的喜欢”页面中查看您喜欢的广告
• 活动页面
• 活动聊天列表
• 包括用户指南和 PSD 图形
• 字体很棒的图标
• 扁平现代设计
• 易于定制
•启动
• HTML、CSS、PHP 和 Javascript
• 注释良好的代码
• j查询
• 您拥有至少 PHP 5.4 (GoDaddy 和许多其他托管服务提供商默认安装最新版本的 PHP)
• back4app.com 上的免费帐户
• HTML/CSS 的基本知识
• 了解 Parse Dashboard 的工作原理: https://www.youtube.com/watch?v=TxeTFdSVCDA
评论0