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. 单击 编辑 – > 添加列选择 字符串 作为数据类型并精确键入类别,然后点击 ‘Add column’
2. 单击 编辑 – > 添加列选择 文件 作为数据类型并精确键入图像,然后点击 ‘Add column’
3. 现在您可以输入空单元格并插入第一个名称 类别,双击 Image 列的空单元格并上传您的第一张图像。
4. 对要插入 Parse 数据库的每个类别重复上述步骤。
如何更改类别的顺序?
唯一的方法是从 Categories 类中删除所有行,然后根据您希望类别在应用程序主屏幕中的显示顺序再次添加,因为它们是按其 ‘createdAt’ 日期排序的。
• 完全响应
• 用于图像全屏预览的灯箱
• 托管在 上的 Parse SDK 的后端 返回4应用程序
• 按类别浏览广告或按关键字、城市/州和类别搜索
• 按最近、价格、最受欢迎和条件对广告进行排序
• “距离”滑块,用于更改“搜索”表单中的附近距离
• 发布/编辑广告,带 3 张图片(视频只能与移动版本一起上传)
• 发送/阅读反馈和评论
• 举报/阻止不适当的用户或广告
• 在应用程序内与卖家聊天
• 聊天消息、点赞、反馈和评论的推送通知(请注意,只有移动应用程序会收到推送通知)
• 在“我的赞”页面中查看您喜欢的广告
• 活动页面
• 活跃聊天列表
• 包括用户指南和 PSD 图形
• Font Awesome 图标
• 扁平而现代的设计
• 易于定制
•启动
• HTML、CSS、PHP 和 Javascript
• 注释良好的代码
• jQuery
• 您拥有域名和托管至少 菲律宾语 5.4 (GoDaddy 和许多其他托管服务提供商默认安装了最新版本的 PHP)
• back4app.com 上的免费帐户
• HTML/CSS 的基本知识
• Parse Dashboard 工作原理的基本知识: https://www.youtube.com/watch?v=TxeTFdSVCDA