Code

Discussion on WoWonder - PHP Social Network Platform

Discussion on WoWonder - PHP Social Network Platform

Cart 10,098 sales

DoughouzForest supports this item

Supported

This author's response time can be up to 2 business days.

30712 comments found.

Hi, I’m having a hard time finding these two words: ” SENT” and “RECEIVED” so I can translate them to a different language. They appear in “Transactions Chart” when someone sends you money and when you send money thru the wallet system. Can you please pin point me to the exact location of these two words.

https://prnt.sc/J07_ma_4N1rb

It is there, you can see SENT and Received. You need a bit of code knowledge in able to change. By adding if else.

Bests

Yes you are right but only in wowonder theme, that piece of code is missing in wondertag I just had to added there and add the translation string and it worked!! Thanks for giving the location, have a great day.

Thanks for contact,

Regards

can you please my script to https://we2chat.net I think some options are missing

please visit my website and check https://we2chat.net

Hello,

What options exactly are missing, please clarify.

Bests,

I am trying to accept friend requests but have not added them to my friend list

HI,

Please create support ticket here https://doughouzforest.ticksy.com/ so we can take a look at the issues you are facing.

Regards

I noticed in website mode eg. instagram mode the events is disabled and forum is enabled.

Once instagram mode is set can I disable forum and enable events?

Hello,

Once IG mode is enabled, you can’t enable or disable other features.

Bests,

I have a recommendation for sitemap.

Please automatically add the date the posts were shared for the sitemap <lastmod>. Currently, the date the sitemap was created applies to all. In other words, the post made 1 hour ago and the post made 2 years ago are on the same <lastmod> date in the sitemap. Please make a small change.

Hello,

Thanks for your suggestions, we have noted it.

Bests,

This hosting package is currently Terminated. i need install new domain but show – This code is already used on another domain, please delete the script from your old domain and try again.

can I change my purchase code

Hello,

Yes, what is your current domain name / purchase code?

Please send us an email here: wowondersocial@gmail.com

Bests,

The holiday is approaching, I congratulate the whole team. Good luck.

Hello,

Thanks a lot mate!

Bests.

When the Find Nearby feature is used, it shows the location of the users up to their home addresses. How can I prevent this for security?

Hello,

It should show the location of the IP, not the home address.

Bests,

I don’t know if you’re aware, but when switching between modes (Facebook, Instagram, linkedin etc. site modes) all likes are reset.

Resetting all likes on the site is very inconvenient.

Please take action for this interaction data between mods should be able to be migrated.

The same applies when switching from the tracking system to the friendship system.

All followers are reset. Instead, they can all be friends or followers.

Hi,

They are not reset or deleted, they are hidden, coz the system changes from reaction to like, that is why.

Bests,

When will webrtc support come for video chats and live streaming?

Agora and twilio systems do not have a group video chat option.

Please note that group video or voice chat is very important please.

For live broadcasts, you can consider the idea of ​​a joint live broadcast feature. It will be a unique feature that 2, 3 or 4 people can broadcast live together.

Hello,

We have plans to add WebRTC on 4.3,

Thanks, Bests,

I use jitsi on my site so anyone can set up and join free conference rooms.

As a 3rd party software, I recommend you to use jitsi without tiring the servers.

Because jitsi has no pricing and is unlimited.

I want you to design a screen for the menu that will be ‘Room Name’, ‘Automatic Wowonder Username’, ‘Optional Room Password’.

Thus, after preparing all the necessary information on the site, the connecting users will start using jitsi’s servers, not our site, and will not create a load on our site.

This is a recommendation. I am one of the first customers of Wowonder, I will always support you.

Hi,

Thanks mate, I have noted them.

Bests,

Please add reels system in mobile applications in web.

The Reels system is very useful for users to spend more time on the site. These are statistically proven.

Hi,

Reels will be added on 4.3 – 4.4

Bests,

Hello, please send messages, group chats, friend requests, dislikes, gifts, etc. for notifications Add browser notifications.

It is important that these work when browsers (chrome, mozilla, opera, etc.) are closed.

I wish success to the whole team, I am constantly directing customers for php script by marketing mobile applications.

I guess I didn’t express it correctly.

There are notifications “Visited your profile, liked your status, commented etc.”

The ones I wrote above do not come when the browsers are closed, they only appear in the notification system within the site if the browser is open and the site is entered.

Here is the example I want it to be: https://www.hizliresim.com/lbb5wu3

Actually, I had the one for the messages made as a special work. If you want, you can improve it and add it to the codes.

xhr > chat.php

if ($s == ‘send_mobile_notification’){ $to_id = $_POST[‘user_id’]; $recipient = Wo_UserData($to_id);

if (!empty($recipient) && ($recipient['lastseen'] < (time() - 30))){
        $send_notification_array = array(
            'send_to' => array(
                $recipient['oneId']
            ),
            'notification' => array(
                'notification_content' => $_POST['textSendMessage'],
                'notification_title' => $wo'user',
                'notification_image' => $wo'user',
                'notification_data' => array(
                    'call_type' => 'chat',
                )
            )
        );
        Wo_SendPushNotification($send_notification_array,'web');
    }
}

theme > layout > chat > ​​chat-tab.phtml

socket.emit(“private_message” line will be pasted first

$.ajax({ url: Wo_Ajax_Requests_File() + ’?f=chat&s=send_mobile_notification’, type: “POST”, dataType: “json”, data: { user_id: <?php echo $wo‘chat’[‘user_id’];?>, textSendMessage: text_message }, success: function (data) {

},
    error: function (jqXHR, textStatus, errorThrown) {
});
}

if ($wo‘config’ == 1) {

$to_id = $_POST[‘user_id’]; $recipient = Wo_UserData($to_id);

if (!empty($recipient) && ($recipient['lastseen'] < (time() - 30))){
    $send_notification_array = array(
        'send_to' => array(
            $recipient['oneId']
        ),
        'notification' => array(
            'notification_content' => $_POST['textSendMessage'],
            'notification_title' => $wo'user',
            'notification_image' => $wo'user',
            'notification_data' => array(
                'call_type' => 'chat',
            )
        )
    );
    Wo_SendPushNotification($send_notification_array,'web');
}

Great, thanks for sharing mate.

Regards

Hey, I am getting issue in viewing privacy policy page and terms and conditions page. Page is blank, so kindly view this image and tell me how to solve it.

https://sendme.recters.com/aEGc243uB2znmcS

Hi,

Please create support ticket here https://doughouzforest.ticksy.com/ so we can take a look at the issues you are facing.

Regards

How to disable the word limit of group names, which cannot be lesser than 5 letters. Is there an admin option?

This should be at least three words as there are many words from which users want to create groups. This includes news, art, music, gifs, meme, cute etc

Hi,

Check YOURTHEME\layout\group\create-group.phtml

Regards

Thanks. But that’s only the theme with no validation happening there.

I do see the following in \public_html\api\v2\endpoints\create-group.php Does this control the validation?

else if (strlen($_POST['group_name']) < 5 OR strlen($_POST['group_name']) > 32)

Willing to learn so please share.

Hi,

This is first API,

validation is in /xhr folder.

Just recently update and when someone is posting on timeline some reason system notified of a new post but msg still appear on the update box see screenshot https://imgur.com/a/499FbYL

Hi,

Please create support ticket here https://doughouzforest.ticksy.com/ so we can take a look at the issues you are facing.

Regards

When I upload a video i cant access my profile and the newsfeed doesnt show anything at all https://imgur.com/a/k0t7lD7 My support has expired I wont be buying more. I am using a vps I have been having this for a while now and get no help what so ever. I cannot make a support ticket as I have run out of support and i refuse to pay for more.

Hi,

Am sorry but in order to check your case you have to submit it here first https://doughouzforest.ticksy.com/

Regards

Group chat notifications still not working. I’ve checked it out in the demo… I’ve been waiting for two updates and it still hasn’t been fixed… Please focus on solving the basic issues that are in wowonder and then focus on making the instagram version. , twitter, etc… Thank you :)

Hi,

Alright mate the point is noted.

Regards

Hi,

We’ll check it, Thanks for your feedback,

Regards.

Hi. Have just updated to v4.1.1 but Instagram mode is still showing as “Coming on V4.1” – please assist?

Hi,

Have you updated to v4.1 first before updating to v4.1.1?

Bests

Yes

Please make sure you uploaded the files from update guide v4.1 to your site. You should upload what is inside /Script/ not the script folder.

Hi, where can I edit this page? /setting/payments

Hi,

Please create support ticket here https://doughouzforest.ticksy.com/ so we can take a look at the issues you are facing

Regards

Hi,

You can find it here ”.\themes\wowonder\layout\setting\payments.phtml”

Regards

My friend bought this script and i installed it and all went fine in fact it is now live and everything is my question is where can we buy new themes?

Hi,

Sorry which new themes? also you need to contact us from the account of purchase of the script.

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey