30762 comments found.
Good morning when making a publication, the platform stays loading and the editor does not close automatically. How can I solve it.
You have asked for us to create a ticket..my ticket has expired. This problem came with the recent update. Why cant you just provide a solution for all people as i see its a a general bug or provide a patch in a new update. Many people have complained about it.
Hi,
Thanks for contacting, please find file in the attachment and replace here .xhr/posts.php and then check again.
https://mega.nz/file/B0hQDDAZ#_e8yFe8uM_M6mQuFw8WBMJunpYsoe-i2sLMYrbEIFQsPerfects, Thank you, it’s now working very well .
You are most welcome mate.
I’m getting a flood of robo profiles on my site how do I get rid of this?
Hi,
You can remove and then ban anyone you want here https://demo.wowonder.com/admin-cp/ban-users
Since there is a focus of sites where this function is not needed
Hi.
Thanks for suggestions, i think you are talking about add to Family feature. You can remove it here ./themes/Yourtheme/layout/timeline/content.phtml
Regards
HI Support
I have found very cheap and good hosting for websites with large storage capacity. Can I connect to this website, please?
https://www.backblaze.com/b2/docs/calling.htmlHi
You can install your script where you want mate.
Regards
Hi Author, I need to know if Wowonder supports the following:
1) Set Homepage to show all posts as a viewer but any action such as like comment etc would require them to login
2) Allow only verified users to auto publish post & stories.
3) Set location of watermark logo
4) Add additional User types such as Businesses, Moderators with defined permissions/roles.
5) Profile view count
6) Login via OTP
7) Turn off feature such as create poll, location.
Please confirm so that I can make the purchase today!
Hi,
Thanks for the interest.
1,2,3,5,6). No sorry this is not possible for now but it can be done as custom work.
4). Accounts like users, moderators and admin is available.
6). Yes we will let you know how to turn off after you purchase the script.
Regards
This is the problem that occurs after updating the browser in the administrator account only.
https://demo.wowonder.com/post/278252_.htmlI can’t check on the demo site as an administrator
Hi,
Please support ticket here https://doughouzforest.ticksy.com/ for the issue you are facing.
Regards
Have you checked this on your demo site as an administrator, does this problem exist with the administrator?
Hi,
Sorry we are not facing such issue otherwise you also can check the same on demo site. Please login if you already have registered on demo site and then check.
This happens after a new installation of the latest version, please check it on the newly installed version and only in the administrator account, everything works fine in the user’s account.
I think the problem is that the administrator displays an incomplete username in the settings URL
for example: the user name is https://xxxxxx.ru/taraon
a is displayed 2 letters less https://xxxx.ru/setting&user=taraHi
Brother we can check for you once you create support ticket for that, there we solve the technical issues customer faces.
Regards
You know perfectly well that this problem is not only for me, but also for other users For example https://prnt.sc/1t962zs
Will you fix this in the next update?
Hi,
Alright thanks we will investigate that in future updates.
Pre-buyer, please what are the login info for the demo?
Hi,
Please feel free to register account here https://demo.wowonder.com/register and use the same credentials to login to the demo site.
Regards
I know you’ve already have lots of requests but i think this extra would help with site confirmation security. Something that could check whether e-mail is real or not. I notice lots of users are using fake generate e-mail which is annoying. The system allows them to access the site right away without extra layer of security. If we could have a better security option that can prevent temp email providers.
Another issue when users using social link connection some odd reason it grants access to that users which should not suppose when site owner sets his or her site feature to “activation required”.
3rd issue after a member click on confirmation e-mail once system send that user to startup page if users chose to leave and return again system automatically grant that user access to his or her timeline which shouldn’t allowed them to .
4th. Would be better to have force users to complete all the requirement before granting access . or have sort of verification to know whether if users if real or fake some of the sites owners wish to authorize users instead of automatically..
Hi
Thanks for getting here,
1). The account validation is based on receiving the validation links and activating the account.
2). Regarding creating account using social means the emails and social accounts are already valid. So there will no extra security needed or it will be annoying for the users.
3). Please create support ticket here https://doughouzforest.ticksy.com/ we will check it.
4). We will think about it too mate.
Regards
Hello I would like to ask if I could have issues in these cases:
1- if I sell my domain to another owner which included your script 2- is everything in this script including (code/images..etc) owned by you? because I don’t want to have legal problems later (either by you or third party claim copyright)
Thank you.
Hi,
1) you can sell to one buyer not same license to multiple buyers. Make sure you have extended license.
2) of course
Hello Kabir,
First great work and thanks for all your support. I just want to make some proposals and ask some questions.
1. It will be great to build different add-on modules and sell separately. For example you can build addons for adding Reels, Picture Effects, Buy Now, Posting Schedule and other requested features.
2. Please can you consider adding auto play to hosted videos
3. Premium post so users can sell their content like pay to view content will be great.
4. Please, can you fix the problem of webRTC so that live stream can be used without any issues.
5. Please consider points transfer between users and using points to buy from other users on the marketplace.
Just my proposals but great product and thanks once more 
Hi,
Thanks for interest and suggestions. We will think about those points in future updates.
Regarding WebRTC please create support ticket and we will test that.
Regards
Pre-sales question: I currently run a successful social media site with over 6000 members using EasySocial (Joomla based product). It has both iOS and Android apps. How difficult would it be to transfer all of the profiles, data, etc to WoWonder?
Hi,
There may be many more differences in the database, tables and columns etc. So may be if you have expertise and transfer all the members or you can hire a freelancer out of Envato studio to help you.
Regards
Very Long Time Issue: Uploading Image Story from Timeline Native App comes a profile image thumbnail on the story display on the top of News Feed or Homepage.
Hello, is it possible to get this product customized to work as WordPress?
Hi,
Though the script is stand alone but further depends upon your expertise how you customize the script according to your needs.
Regards
Pre-Purchase Enquiry
Dear Support, I noticed from your demo that admin cannot preview user adverts as well as approve or disapprove it. I think this feature is very necessary. Users adverts should be on pending after submission, admin previews it and then approves or disapproves it. Can this come with next update or custom work? Cheers!
Hi,
Thanks for the interest and time. Yes we can do it as custom work for you.
Regards
Hello, can you tell me how to make the default dark design so that milestones have it dark?
Hi,
Please replace current code in ./assets/includes/app_start.php with following.
// night mode if (empty($_COOKIE['mode'])) { setcookie("mode", 'night', time() + (10 * 365 * 24 * 60 * 60), '/'); $_COOKIE['mode'] = 'night'; $wo['mode_link'] = 'day'; $wo['mode_text'] = $wo['lang']['night_mode']; } else { if ($_COOKIE['mode'] == 'night') { $wo['mode_link'] = 'day'; $wo['mode_text'] = $wo['lang']['day_mode']; } if ($_COOKIE['mode'] == 'day') { $wo['mode_link'] = 'night'; $wo['mode_text'] = $wo['lang']['night_mode']; } } if (!empty($_GET['mode'])) { if ($_GET['mode'] == 'night') { setcookie("mode", 'night', time() + (10 * 365 * 24 * 60 * 60), '/'); $_COOKIE['mode'] = 'night'; $wo['mode_link'] = 'day'; $wo['mode_text'] = $wo['lang']['day_mode']; } else if ($_GET['mode'] == 'night') { setcookie("mode", 'day', time() + (10 * 365 * 24 * 60 * 60), '/'); $_COOKIE['mode'] = 'day'; $wo['mode_link'] = 'night'; $wo['mode_text'] = $wo['lang']['night_mode']; } }
Then test in another browser Please replace this code with above code http://prntscr.com/lqy369 then test in another browser that you never used before in order to test or test in another laptop.
Regards
payment methods don’t work. please fix this inport bug
https://www.awesomescreenshot.com/video/5265363Hi,
Sorry the screenshot you provided is not available. Please create support ticket here https://doughouzforest.ticksy.com/ if you are facing issues.
Regards
Another suggestion guys: please add the ability to tag Pages in posts! Thanks!
One more: the ability to post links with no text (in case you remove the link and only want to display the page preview without additional text). Thanks!
Post edit history would be awesome also!
Thanks for your time and suggestions. We will think about those points
Regards
Hey you guys are the best! I thought of one more! Resharing shared posts! When you share a post the only options are to react or comment. Adding the ability to share the original post via the shared post would truly increase efficiency and functionality! Once again, you guys are the best! Thanks again!
You are most welcome and thanks for the compliments mate, you are one of our respectable customer.
Regards
Hi developers, is it possible to assign to each user an exact amount of memory, (photos, videos, posts, pages, groups, ect)? For example one giga for normal user and five for pro user. Thank you and best regards.
Hi,
This feature is not available but it can be done as custom work.
Regards
Hi, how to request a quote? Thanks
email notification not working when user message or visit profile or other activities email is supposed to be send to user email please what should i do?
Hi,
Please make you you have valid SMTP settings, you can test that here https://www.smtper.net/
Regards
yes the smtp is working and sending text email correctly but when other activities happens there is no email notifications
Hi,
Please create support ticket here https://doughouzforest.ticksy.com/ for this issue specifically.
Regards
PRIVATE TICKET #2864096
Hi,
Alright mate you have been replied in the ticket.
no reply yet
Hi,
We will contact you soon, please get in touch in the ticket.
I think you should add age selection in advertisement system.
Thanks for the suggestions mate.