3965 comments found.
well no your docs actually isnt helpful for normal people. after few hours with ai i was able to install it. in that docs is missing so much informations …. and for example where can i edit email messages ? like welcome email? pass reset email ? why that isnt in admin menu ? or in docs ?
Hi there,
The documentation is pretty straightforward and provides a detailed configuration guide for all sections, but AI can certainly help clarify some aspects (I hope).
Installation itself shouldn’t take more than a couple of minutes, really, but if you need any help, do let us know!
Regarding email messages, they use pre-defined templates; there’s not much to configure, but you can edit their content, usually found in the language file @ lang/en.json.
Our platform handles emails in a transactional manner (eg, platform emails, like signup, notifications, 2fa, etc); there are no newsletter or marketing-related features built into it.
Thanks, and let us know if you have any other questions.
Sometimes, some hosting providers can make things more difficult than they should be.
If you need help with anything in particular (including sensitive info like links or credentials), don’t hesitate to send me a DM @ https://codecanyon.net/user/ic0de#contact .
hi just uploaded script, extracted into public_html, gave permissions, make db. and all i getting is 403. i tried make public folder tried to move it always 403. please dont send me https://docs.qdev.tech/justfans/documentation.html#installation because for normal person there are missing a lot of steps. what should i do ?
Hi there,
That sounds like an issue related to your DocumentRoot.
You can read more about it at this docs section @ https://docs.qdev.tech/justfans#docroot .
Q: Is your site/installer available at domain.com/public?
Thanks, and let us know.
Storage Issue Resolved – Appreciation for Your Support
Body:
Hello JustFans Support Team,
I hope you are doing well.
I’m writing to let you know that the storage is now working perfectly. Thank you for your excellent support throughout this process. I truly appreciate the quick assistance and professionalism from your team.
Honestly, the support provided was very good, and it made the resolution smooth for me.
Thanks again for your help!
Best regards, iqitglobal
Thanks! Glad we could help!
I install scripts successfully but unable to change logo . plz give me support no , email id or dashboard URL
Hi there,
I did reply to your email with more info/questions.
Thanks & let me know.
I see that the script only has email for 2FA, that’s ok. I think it’s better and more important to have SMS 2FA, because the script is dealing with people’s money and identity. I hope you add the SMS 2FA to the next update.
Hi there,
Thanks for the suggestion. This is an existing item in our internal boards; we will try to include it in the next update(s).
Thanks!
Hello,
I’m experiencing an issue in the Branding section of the admin panel. When I try to upload a new site favicon, the upload remains stuck in “Loading” and never completes. It does not allow me to replace the current icon.
Could you please check if this is a system issue or let me know how I can fix it?
Additionally, I would like to ask if in a future update it would be possible to allow paid profiles to create public posts (not only subscriber-only posts). This feature would be very helpful to attract more users and improve conversion.
I look forward to your response.
Thank you very much.
Hi there,
That usually happens due to invalid CORS settings on the bucket side, on the provider from which you got the storage.
In those CORS settings (S3/DO), either add a wildcard to your domain settings, and this one should get solved.
Thanks, and let us know.
This is the account I bought it with, how do I fix this?
Warning!
The public/storage symlink is missing. This may cause images or files to be inaccessible.
Thanks! Replied to your email.
How do I fix this issue?
Warning!
The public/storage symlink is missing. This may cause images or files to be inaccessible.
Hi there,
For support inquiries, please write us a comment or send us a DM from the account you’ve used to purchase the product from, so we can verify the purchase.
Thanks.
No pictures even logo don`t show to my site please help me
Hi there,
Generally speaking, you’d want to check
- The site path over the Admin > Settings > Site > Site url (and documentRoot is properly set).
- If using local storage, the symlink is created (If not, you get a warning on the admin dashboard)
- If using remote storage, the driver configuration might be off.
You can also double-check the logs at storage/logs/laravel.log to see the exact error message.
PS: I also replied to your DM.
Thanks, and let us know.
future updates please only for updated files be included in the update you guys actually make update and do fequently and thats good but when updating files that wasnt changed or effect is last update cuase the entire file to revert back to orginal state and people like me who complete alreted the file i dont even like to update anymore due to having to overwrite file that never took on a update. For now on i think you should only include the things that was acutally effected in the update so when we uodate only those things changes. or need tweeking .. i peronally havent update in a long time!
Hi there,
Unfortunately, this is not really possible with the way code is distributed on Envato, nor would it be feasible.
Like, this is the standard release procedure you would get with any software/release pipeline (replacing everything on each update) for most of the (production-ready, money-earning) online projects out there.
Just to be 100% clear, this is not feasible. Even if we had released diffs with our updates, there is no way you could have kept track of them manually, even if you tried to.
Like, for the last 3 updates, we’ve added ~16k new lines of code, removed ~4k, and changed ~150 files. And all this was for the updates we did ~last month…
The only feasible way to do it is this one from this guide @ https://docs.qdev.tech/justfans/documentation.html#custom-maintenance. This is the only sane way to maintain your custom code changes fork, which would allow you to solve conflicts and update your codebase w/o going crazy.
Thanks, and let me know if you have any other questions.
Unable to download photos or videos; requires a server on OVH, it works.
Hi there,
I am not sure exactly what you mean.
Feel free to send us a DM @ https://codecanyon.net/user/ic0de#contact with more info.
Thanks!
Hello,
I have registered as a user on your platform. However, I am experiencing an issue when updating my profile.
When I try to upload photos: • The images do not appear in my profile. • The photos also do not upload to my story. • The upload seems to start, but nothing is saved or displayed.
I have tried multiple times, but the issue persists.
Could you please check if there is a problem with my account or the server configuration?
Thank you for your assistance.
Best regards
Hi there,
Replied to your email with some notes and questions.
Thanks.
Hi, I can not get this installed it gives me this error:
Oops! An Error Occurred The server returned a “500 Internal Server Error”. Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
CAN I HAVE REFUND PLEASE
Hi there,
Please send us a DM (email) at https://codecanyon.net/user/ic0de#contact with your hosting credentials, and we can have a look.
Thanks!
hey ! if i download i will have a update ? jhust for know cause i have re upload to have the new updates
Hi there,
So for now, the way updates work is that whenever a is a new update, you get an email and you can re-download the latest zip bundle.
Once you do that, you can update your instance per this guide @ https://docs.qdev.tech/justfans/documentation.html#update .
Even if you have to re-upload (or better said, overwrite) your old files with the new ones, your data (as in database and user-uploaded data remains), everything is left untouched.
For custom code changes (if you got any) however, they will be lost, and for such scenarios, this other guide/development flow should be followed https://docs.qdev.tech/justfans/documentation.html#custom-maintenance.
Thanks, and let me know if you have any other questions.
I was wondering if YouTube video supports on your roadmap to-do list? If not, I’m requesting and hoping you have YouTube video support soon. Thanks. One of the great scripts to buy.
Hi there,
Thanks for the feedback & kind words, really appreciate it.
As for YouTube embeds, this is an existing ticket in our internal board, but it always ended up being postponed (even though internally, the code base already has some level of support for embeds).
I moved this ticket higher in priority. I will try to have it included in the next update or so.
Thanks again, and as always, if you have any questions/issues, do let us know!
How does a content creator requeires a withdrawal? Does he has to require every single transaction and receive on small transfers or may withdrawal the entire balance? How does it´s show to Admin? Me as the Admin will receive a request of entire balance? Previously i asked about why not the Requiremente Payment and Withdrawal page on Admin side does not show the entire balance of the creator but only the single transactions.
What i am tryong to ask when a creator requires a withdrawal how it´s shown to admin? It appears o Payment Requests page ok? I want to understand the entire journey since the user clicked on S,bscription, pay the creator and receive their money by the side of the Admin. It deserves a video tutorial.
Sorry but are so many question. So when Subscriber uses Paypal for example to subscribe a creator , it´s automatically released do him? But The creator will just withdrawal after my Admin approval ok? When a transaction is Aproved or Declined it means it´s done by the Payment provider right?
Hi there,
All the money goes into the account of your payment provider. Users are getting their money as a local wallet balance (-taxes), which they can then request a withdrawal.
Thanks.
You mean taxes the site comission?
Hello, Hello,
I uploaded an MP3 file to use as a sound for Stories.
The file uploads correctly and is saved in the database, but it does not appear when creating or viewing stories.
Is audio officially supported for Stories, or is there any additional configuration required?
Thank you, Diego
Hi there,
The thing you must pay attention to is the way you create attachments for the sounds. EG:
- It need the MP3
- It also needs a cover image (png/jpg).
You can check the demo examples to better understand. EG: https://justfans.qdev.tech/admin/sounds/6/attachments
Creating them like this will appear in the search box.
Thanks, and let me know how it goes.
Hey
Wanted to share my suggestions for next coming updates
My suggestions
1. Comments, if someone comments on a post it tells you how many comments are on that (can see it when you scroll)
2. Offers Free Trials and can be set by xx days
3. When someone subscribes it sends an automated message with maybe a welcome photo or video
4. If a person follows / subscribes and they don’t Next month but still following my profile and I do a post and click notify that person gets an email that I’ve uploaded content.
Can we make this optional in the next update? Personally, I want this turned off so only my subscribers get the email
Hi there,
1. We do plan other comments area-related improvements; this could be one of them, made a note on it.
2. This has been something on our backlog for some time, this is something we’d like to add with upcoming updates.
3. This is something we’d like to add as part of a bigger, messenger-related/targeting update. Definitely on our radar.
4. Made a note on this one; this could work, but I will have to look more into it.
Will let you know when we have any news on any of these.
Thanks for the feedback!
Thank you
Subject: Issue: Missing public/storage Symlink – Images Not Loading
Body: Hello JustFans Support Team,
I am using the JustFans Premium Content Creators SaaS Platform and encountering the following warning on my website:
“The public/storage symlink is missing. This may cause images or files to be inaccessible.”
I understand this is related to Laravel’s storage link. I would like your guidance on the proper way to fix this issue on my hosting environment to ensure all images and uploaded files are accessible.
Here are my setup details:
Domain: [https://starfansy.com/public]
Laravel version: 9.3.1
Hosting: [ Hostinger ]
Could you please provide step-by-step instructions or support to fix this?
Hi there,
If you’re still having issues with the symlink, you have to set it up per hostinger instructions over here at @ https://www.hostinger.com/support/1583694-how-to-create-a-symlink-at-hostinger/
EG:
- Connect via SSH (enable in hPanel first).
- Go to your project root, eg: cd ~/public_html
- Run this command. EG ln -s storage/app/public public/storage
If you need help, please send me a DM @ https://codecanyon.net/user/ic0de#contact, and I’ll give you a hand with this one.
Thanks & let me know.
Later update: I’ve just noticed on a different client’s site that, on Hostinger VPS, symlinks worked out of the box, but maybe it’s a matter of the hosting packages.
Subject: Request to Create Storage Folder and Verify Password for Hosting Panel
Dear Support Team,
I followed your instructions to access root via SSH, but even after entering the password, it did not get accepted. I tried all the steps you mentioned, but it still didn’t work. Kindly enter the password yourself and create the storage folder; once done, I will upload it into the safe folder from my end.
Domain: [https://starfansy.com/public] Thank you, Thendral Kumar
Replied to your DM. Thanks!
About 8 months ago people started to talk abou OpenPIX and nothing has changed till today. How long will it take to be implemented?
Hi there,
Unfortunately, we do not work around a public release schedule or roadmap.
We usually release updates as often as possible, when enough new features and fixes have been bundled up and tested. We might push a minor release sooner if there are any urgent fixes.
Thanks.
Hello, after trying even if your development is perfect it does not suit me for reasons out of additional costs and law of Europe too complex. To this extent could you give me the refund of my purchase. I apologize, and I hope you would be in the same alignment of my perception
Warmly
Hi there,
We can not offer on-demand refunds; you need to contact Envato support for further help on this matter. However, if the software has been downloaded and installed, it might be more difficult.
Thanks, and let us know.
Thank you, I send memo to envato for 02/13/2026, Icode, check the file there is a malfunction on the admin redirection, not accessible redirection login cordially
Hi there,
I am not sure what you mean by the admin panel redirection malfunction.
There is no public link for the admin panel in the public interface, on purpose, for security reasons.
Thanks.
f everything went fine, you can access the Admin panel at http://your-domain.com/admin. The initial admin credentials were set during installation/user creation.
icOde, page admin : An internal error occurred Sorry, something happened on our side. Please try again or contact us if the error persists.
Go home »
Well, at the end of the 5th installation problems solved
Hi there,
If you receive any errors during setup, feel free to send us a DM with your storage/logs/laravel.log file or a screenshot/details @ this contact form https://codecanyon.net/user/ic0de#contact.
Thanks, and let us know.