Internal Notification System | JetEngine | Wordpress | Elementor

  Рет қаралды 6,608

Moxet Khan

Moxet Khan

Күн бұрын

We have several scenarios in which we need an internal notification system especially if you are using JetEngine Profile Builder for a subscription-based website.
Today we will build our own Notification System using Custom Content Type.
Download Code:
softemblems.com/create-a-noti...
Download #Elementor:
elementor.com/?ref=16401
Download #Crocoblock:
crocoblock.com/?ref=4088
Need to build dynamic websites?
softemblems.com
Follow me on Social Media
Facebook: / mxtchamkani
Instagram: / moxet
Twitter : / sokaniwaal
Track: Peruvian Woods - Dave Osorio [Audio Library Release]
Music provided by Audio Library Plus
Watch: • Peruvian Woods - Dave Osorio | Free B...
Free Download / Stream: alplus.io/peruvian-woods

Пікірлер: 78
@burner918
@burner918 10 ай бұрын
OMG! Mind blow 🤯 What an amazing tutorial. Thank you so much for sharing this. Your tutorials really demonstrate the true power of Crocoblock. Please keep these coming.
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Thank you so much
@paulolimajr
@paulolimajr Ай бұрын
Amazing functions. thanks for share. 🤯🤯🤯🤯🤯
@Mr_Web
@Mr_Web 10 ай бұрын
You've become my favourite channel. Outstanding content, freaking love it 👍
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Thank you so much
@homesitemedia
@homesitemedia 9 ай бұрын
Hi Moxet, Excellent work. Thanks for you knowledge!
@baliflorent6971
@baliflorent6971 10 ай бұрын
Thanks Moxet. This is exactly what I want to do with WordPress. I want to be able to develop complex systems with jetEngine. Now I find my mentor. I can easily become a talented WordPress developer who use no code and code to build web apps.
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Thank you...
@EliasRise
@EliasRise 10 ай бұрын
Thank you so much for an amazing tutorial
@visualmodo
@visualmodo 10 ай бұрын
Truly good work! =D
@hoahoangxuan3559
@hoahoangxuan3559 10 ай бұрын
Very useful Thanks so much
@affiafridi
@affiafridi 10 ай бұрын
Guru 🙌
@user-yg2yv2yv5i
@user-yg2yv2yv5i 9 ай бұрын
Hi, This is a amazing tutorial on crocoblock that I have ever seen. I have a humble request to you please explain full doctor website. 🥰
@engrrajonahmed
@engrrajonahmed 10 ай бұрын
Useful tutorial.
@roygh
@roygh 10 ай бұрын
you'r the best!!!!
@YasirShabbir
@YasirShabbir 7 ай бұрын
Amazing bro ❤
@MsilikaleMsilanga
@MsilikaleMsilanga 10 ай бұрын
Thank you as always
@ismaeltinta6118
@ismaeltinta6118 10 ай бұрын
Huge. thanks
@MrGbayona
@MrGbayona 9 ай бұрын
Amazing!!! How can i extend this to send auto notifications to different users when for example theirs a request to review a post sent from another user?!
@Explik
@Explik 3 ай бұрын
Hi Moxet, I've been following your tutorial closely and implementing the provided code for a notification system on my WordPress site. However, I've encountered an issue that I'm struggling to resolve. The problem is that after I mark a notification as read by clicking on an element, the ID of the message is successfully removed from the user's 'notifications' meta field (thus decreasing the count of notifications), but the notification message itself remains visible on the page. Ideally, I want the notification to disappear or be hidden from the user's view after marking it as read, like in your video. Additionally, in your video, you mentioned using a CSS ID "mark_read" related to this functionality, but it wasn't entirely clear to me how and why we need this CSS id. Could you please elaborate on the purpose of "mark_read" and how it should be used in this context? Thank you so much for your comprehensive tutorial. I've learned a lot from it, and I appreciate your effort in helping us!!
@MoxetKhanPK
@MoxetKhanPK 3 ай бұрын
It was initially used to get the ID of the CCT using CSS class but then a more suitable solution was used to target them using fa-check-circle which indicate the icon from font-awesome.
@Explik
@Explik 3 ай бұрын
@@MoxetKhanPK Also, I resolved the notification display 'issue' (which wasn't actually an issue; I just forgot to follow the logic) on my site's dropdown bar by using the same query for both the notification count and the dropdown template (Listing Grid). After aligning the query in the Listing Grid widget for notifications, they now disappear from the dropdown when marked as read. Thanks Man!
@MoxetKhanPK
@MoxetKhanPK 3 ай бұрын
@@Explik i am glade that it is resolved
@patolek11
@patolek11 10 ай бұрын
Thanks
@nurislam5379
@nurislam5379 10 ай бұрын
Take love ❤
@tielove
@tielove 3 ай бұрын
This works so good! I've been looking for this functionality for a while now thank you so much for putting this together! Is there a way to "clear all" notifications so a user doesn't have to click one off at a time if there is many of them? I've done something like this with a form and the "clear data store" action but there's no data store for this setup.
@baliflorent6971
@baliflorent6971 10 ай бұрын
Please I have some questions: 1-why don't we need to create admin-ajax.php but we indicate it in the ajax url ? 2-why send the get_data function knowing that the PHP snippet already contains the get_data function ? 3-why do we need to reference two ajax hooks (wp_nopriv_get_data, wp_ajax_get_data) in php snippet. can't we use only one ?
@aeroon
@aeroon 10 ай бұрын
Great work as usual abdulmoxet! I'm wondering how you create the notification count on the icon? Thanks for the video ❤❤
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
It is visible in 11:07 it is query result count, the query we make to show the listing is what you need to display here :)
@SixGamerHeads
@SixGamerHeads 3 ай бұрын
Hi Moxet, thank you for the amazing video, by the way, I've a question. do you know how to create a form builder that can update post relation (User to CPT relation) and in the sametime, send notifications to the users? with checkbox field. for example in the checkbox field are the user lists and get value list from jet engine query. and the action submit is to send the notifications via email to the checked users. and in the same time, update their relation (connect relation items) is that possible?
@MoxetKhanPK
@MoxetKhanPK 3 ай бұрын
Hi, Yes both are possible BUT for notifcation you need to use hook not email notification action as the query is passing ID of user not email. So you need to use wp_mail function etc. As for relationship there is a tutorial on crocoblock on how to set front-end relation.
@snope2330
@snope2330 10 ай бұрын
Nice Job ! It would be nice to see how it could further be Improved with a comment query where a User gets notified when someone replys to his comment. Also very useful would be if the user could turn off the notifications (maybe with Dynamic visibility?)
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Turning Off notification is easy, you can take another meta field in User meta with a switcher field and before adding it to user check if switcher is enable or not. As far comment i already have a ticketing system where i explained how to add comments etc.
@seekknowledge1928
@seekknowledge1928 10 ай бұрын
Hello sir. Thank you for another outstanding tutorial. Once you created a video in which you demonstrated how to display the total view count using a meta field. Now, can the same approach be applied to show the download count using a meta field? In the mentioned video, the meta field value increases when the page loads. In contrast, I'm interested in a scenario where the meta field value increases when a user clicks the download button for a post. Simultaneously, the download should commence without the need to track the actual file download. The goal is to implement functionality that increments the meta field value upon button click. Could you please clarify if this is achievable?
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Well you can use a simple JFB Form, which will use the hook just like we used here and you need to increament the value +1
@shaikzubedi8007
@shaikzubedi8007 8 ай бұрын
Hi.. thanks for the great tutorial. I have a question.: If admin sends the notification then the users will recieve the notification only after they refresh their page correct me if iam wrong. How can we implement an ajax notification that shows notification in realtime without refreshing the page.
@MoxetKhanPK
@MoxetKhanPK 8 ай бұрын
You have to add a listening in Jquery which checks the messages after X seconds.
@mariberceritah8925
@mariberceritah8925 10 ай бұрын
Sir, can u help me setting edit dynamic value if this field support multiple values, saparate them with commas?
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
you can edit them in a text field, and display in dynamic field separated with comma.
@cleanmindyt
@cleanmindyt 7 ай бұрын
Hey Moxet, first of all, thank you for the very cool tutorials! Could you possibly show me how to create a button that can completely delete a user store? My users can store something like locations in a user store. It's just very tedious to remove them individually and I would like to have a button that removes all entries from this store directly. This would certainly be an interesting tutorial for others.
@MoxetKhanPK
@MoxetKhanPK 7 ай бұрын
Hello, what store actually is? A CPT CCT or datastore?
@cleanmindyt
@cleanmindyt 7 ай бұрын
Datastore@@MoxetKhanPK
@wotwot2
@wotwot2 10 ай бұрын
This is amazing. Any plans to try and create push notifications?
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Well you can just add a webhook to your JetFromBuilder which takes content & push it to OneSignal API :)
@novranaditia
@novranaditia 8 ай бұрын
Why is my code different from the one in the video jet-form-builder/custom-action/send_notification the code I have is as follows jet-engine-booking/send_notification Are there any features of Croco that must be activated?
@cleanmindyt
@cleanmindyt 7 ай бұрын
I have solved the problem. You must not use the internal Forms Builder, but really install the plugin. Then it will work.
@davidsantiagopaucar9894
@davidsantiagopaucar9894 3 ай бұрын
How can I combine those alerts with your video of "Wordpress messages between users with Crocoblock JetEngine & Elementor | 2022"?
@MoxetKhanPK
@MoxetKhanPK 3 ай бұрын
Apply it on CPT than CCT
@PROSIMSI
@PROSIMSI 6 ай бұрын
Hi, would it be possible to create a tutorial on how to make more sophisticated notifications? For example, if someone adds a new comment to the ticket or the status of the ticket changes?
@MoxetKhanPK
@MoxetKhanPK 6 ай бұрын
Yes these features are possible but i already made tutorial on both (Ticketing System & Notification) all you need to do is combine the idea.
@sendiamensajeria6882
@sendiamensajeria6882 10 ай бұрын
Great! Is ir possible to implement this to the internal message system?
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
I already have a complete video on message system, please check the channel.
@NicholasKakole
@NicholasKakole 3 ай бұрын
Is this possible to send a notification when a user follows someone
@JoyjitChowdhury
@JoyjitChowdhury 10 ай бұрын
Thanks Moxet. Thats cool. I have a question, can we make a proper inventory management system with crocoblock? If yes, can you provide us a tutorial?
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Hi yes it is possible but i can't make tutorial on each system it takes a lot of time and efforts.
@JoyjitChowdhury
@JoyjitChowdhury 10 ай бұрын
@@MoxetKhanPK any similar system? Which doesn't take too much time? So that we can understand? It will be very helpful.
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
@@JoyjitChowdhury all you need is to understand how jetengine works, check my ticketing system to know how the flow works.
@Metalsefat
@Metalsefat 9 ай бұрын
Hello, I did everything you said, the only problem I have is that after clicking on the icon, the message is not deleted and it shows the same number as before.
@MoxetKhanPK
@MoxetKhanPK 9 ай бұрын
Hi, please check console when you click, make sure you take the right ID of the CCT with you and get reply from the hook as well.
@Metalsefat
@Metalsefat 9 ай бұрын
I don't know how to test it, can you explain it to me?
@eumunin
@eumunin 8 ай бұрын
I did everything but I can’t click on icon!
@cleanmindyt
@cleanmindyt 7 ай бұрын
same problem here..
@jonlc7574
@jonlc7574 6 ай бұрын
same here!
@anamulhaque7680
@anamulhaque7680 10 ай бұрын
How can make it with a post? I mean, when an agent adds a listing, gets a notification from every user.
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Add the same hook in CPT form
@anamulhaque7680
@anamulhaque7680 10 ай бұрын
@@MoxetKhanPK For example, I see 5 notifications after viewing a notification but still shows 5 notifications. but your way working absolutely fine.
@AhmadShah-wd3yy
@AhmadShah-wd3yy 10 ай бұрын
Sir hm Autoblogging kes tarah kar sakte Hai..
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
Bhai ap koi be RSS plugin use kar sakty hay jo different source se blogs fetch kar kay apky website pe post kary, lekin kuch filters waghera laga zarori hoga.
@Atractiondj
@Atractiondj 10 ай бұрын
please make a video about comment section system
@MoxetKhanPK
@MoxetKhanPK 10 ай бұрын
I have a video in the channel about comment system but i ll cover the nested comments.
@ahunter6756
@ahunter6756 7 ай бұрын
learn it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
@ahunter6756
@ahunter6756 7 ай бұрын
learn it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Activate Wordpress User by Email | JetEngine | Crocoblock
28:33
7 Wordpress Plugins I install on all websites (2024)
15:07
Rino de Boer
Рет қаралды 278 М.
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4,3 МЛН
Dynamic Services List | AirBnb | JetEngine | Elementor
8:27
Moxet Khan
Рет қаралды 8 М.
Digital Downloads with JetEngine | Elementor | Wordpress
16:47
Moxet Khan
Рет қаралды 3,3 М.
How to Design a Notification System for your Application
7:10
Web Dev Cody
Рет қаралды 17 М.
Main filter..
0:15
CikoYt
Рет қаралды 14 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 167 М.
GamePad İle Bisiklet Yönetmek #shorts
0:26
Osman Kabadayı
Рет қаралды 454 М.
После ввода кода - протирайте панель
0:18
Up Your Brains
Рет қаралды 1 МЛН