Code

Discussion on WoWonder - PHP Social Network Platform

Discussion on WoWonder - PHP Social Network Platform

Cart 10,106 sales

DoughouzForest supports this item

Supported

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

30727 comments found.

so no more updates its the end?

Hello,

We discussed it with our development team, and we hope to provide a new version this month.

Best regards,

Chandan,

I can see some unknown user data is entred in to the wo_users table and then can post into the system

Hello,

Please let us know whether it is in our demo system or on your website.

Best regards,

Chandan,

in my website .

How can I embed Rumble.com videos into a post the same way YouTube videos can be embedded?

Hello,

Please see the screenshot here: URL.https://i.drop.cm/b6f0f7b3a8a48774547bc2ed1.png

Best regards,

Chandan,

Is it for WoWonder too?

Hello,

No, mate.

Best regards,

Chandan,

okaido

okaido Purchased

Why in the sitemap urls do not show the SEO friendly url but just the number of the post? Can you please fix that?

And what about games, I’m waiting an update on that since AGES. PLEASE DO NOT ANSWER TO WRITE A TICKET, SUPPORT IS EXPIRED AND WHILE SUPPORT WAS ACTIVE YOU DID NOT FIX THESE THINGS.

Hello,

Please check out to sitemap issue.

https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap

Best regards,

Chandan,

okaido

okaido Purchased

When users upload photos, they are displayed in a terrible way in the post, especially if the photos are 3 or 4. How to fix that?

okaido

okaido Purchased

When I try to share a Instagram link or a facebook link I get this in the title of the link: “Je browser bijwerken” which means update your brower. How to fix this?

Can I make a text sharing (no image) platform using your script?

Hello,

Please check it on our Demo site to explore.

Best regards,

Chandan,

Cant delete but foudn answer

Hello,

Alright, mate. :)

Best regards,

Chandan,

Can you provide me with the exact image sizes for the WoWonder profile, including the profile background, cover, and avatar? I need all the details like the background dimensions and anything else related.

Hello,

Already responded to your query; please check.

Best regards,

Chandan,

yemmit

yemmit Purchased

When are you releasing a new update? It has taken too long.

deepsound removed?

What are the exact sizes for all profile background sizes, Cover sizes, and avatar sizes for the WoWonder profile

Can you provide me with the exact image sizes for the WoWonder profile, including the profile background, cover, and avatar? I need all the details like the background dimensions and anything else related.

Hello,

it’s 918 by 300, and the avatar is 150 by 150

Best regards,

Chandan,

So the banner will be 918×300 Profile picture is 150×150 No info on the background, however it seems to be clear at 1920×1080

dont buy guys they abonded wowonder ! they only willl steal your money !

Hello wowonders I want to migrate my Users and content to wowonder script from Sngine, will it be possible to transfer those content and data? I want to buy the script, native app and iOS app.

Hello,

Thank you for contacting us. Yes, you can. Please contact payincent@gmail.com with your inquiry.

Best regards,

Chandan,

Can the marketplace use the currency of the seller’s country?

Hello,

You can add here https://demo.wowonder.com/admin-cp/manage-currencies

Best regards,

Chandan,

asefor

asefor Purchased

Hello, We are using the WoWonder script and following its updates. However, we noticed that there hasn’t been any new update for a while. We would like to know if developer Deen Doughouz is doing well and still actively maintaining the project. Could you please share an official statement regarding his status and upcoming updates?

Thank you for your support.

Hello,

Currently, there are no updates available. However, if our development team makes an announcement, we will post it here.

Best regards,

Chandan,

We have been reporting major issues to the development team for over a year, including slow performance, email errors and constant bugs across browsers.

The developers replied that they have “escalated it”, but no clear fixes or timelines have been provided. This is now having a serious impact on users and the future of the platform.

We need real action, not vague promises. When will the actual fixes be implemented?

The lack of transparency and regular updates over the past year has frustrated many of us. While we are not requesting an exact release date, providing a rough estimate or general timeframe would help to rebuild trust. For example, ‘Q4 this year’ or ‘within 3–6 months’.

We hope your team can prioritise clearer communication.

Hello,

Thank you for raising these concerns. We recognize the impact these issues are having and agree that better communication is required. While we cannot confirm an exact release date at this time, the development team is actively working on prioritizing fixes, and we anticipate sharing a realistic timeframe (e.g., within a specific quarter or 3-6 month window) very soon.

We will continue to provide regular updates so that you can stay up to date on our progress.

We appreciate your patience and collaboration as we work to resolve this.

Best regards,

Chandan,

Can the homepage be displayed without requiring login, and is the source code encrypted or available for secondary development?

Hello,

Thank you for your question. Without a login page, you can use the screenshot URL provided below.

https://i.drop.cm/0f868a92ac64aec9ac132be02.png

Best regards,

Chandan,

ogbu

ogbu Purchased

Hello, I have a “Structured data markup/ schema custom codes” I want to implement this codes by myself on all my site pages for a higher ranking on the search engines. All I need from you is pls, tell me which of the HTML FILE PAGE (s) DIRECTORY can I write in this custom codes? I AM NOT PLANNING OF HIRING ANYONE FOR THIS CUSTOM WORK BUT, I WANT TO DO IT BY MYSELF, all I need is the file (s) directory that’s recommended to implement SCHEMA CODES. Most importantly, for JOB POSTING STRUCTURED DATA MARKUP & PRODUCTS, BLOGS, POSTS, USERS, GROUP/PAGES, etc… Just want to know if I should add these custom codes to all the individual page file directories or there’s any particular html file page directory that controls the wowonder website. e.g. ./themes/YourTheme/layout/container OR index.phtml OR any other files I need to put my schema custom codes? Pls, your kind immediate response will be highly appreciated as it’ll enlighten me to proceed with my site update in order to rank higher. Thanks in anticipation.

Hello,

Please check here: ./themes/YourTheme/layout/container.phtml

If it does not work, please contact payincent@gmail.com for the changes you want modifications.

Best regards,

Chandan,

ogbu

ogbu Purchased

“Hello, I am currently working on implementing dynamic JSON-LD structured data for our job postings so they appear correctly on Google for Jobs. The markup is placed within the jobs_content.phtml template file. I have consistently run into the same technical validation error regardless of the implementation method attempted (GTM, direct database access via jobs_content.phtml, and modifying container.phtml): ‘datePosted’ is not a valid ISO 8601 date. The core problem is that the existing PHP date variable’s output format is not compatible with Google’s strict requirements for rich results. Can you please guide me on how to update the specific line of PHP code in jobs_content.phtml or container.phtml that generates the datePosted property to ensure the date is formatted correctly using the ISO 8601 standard? Using the PHP function date(‘c’, strtotime($your_date_variable)) or DateTime::ATOM should resolve this issue instantly, as they guarantee the required format (YYYY-MM-DDTHH:MM:SS+TZ). Also, I’ve tried checking out the job table database for the variables properties: dateposted/salary timeposted but the required date format was not there when jobs are created rather it’s a timestamp. Pls, how can you help me on what to do so my structured data markup schema can work Dynamically? Thank you!”

RIP Project.

Hello,

The project is currently active.

Best regards,

Chandan,

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