You are making this so much easier and understandable than the endless hours I have spent watching crocoblock and searching the web for understanding. Maybe its the music lol.
Moxet Khan, thanks a lot for your tutorial. I just finished implementing a comment system on a client's website, following your instructions. Best regards.
You are amazing, definitely one of the best Crocoblock content creators out here! If I had 1000 likes I would give then to you!!! Pleas do more tutorials and well done! How do you create dynamic tables pulling data from a custom post type?
Thank you Rodney for your interest, before building a table you need to build a query. We can query posts types and fetch all the data. Once you get the data than transform them to a table.
Hmmm…I will try that. But if your query is referencing post types and not tables, is that not making it slow? Oh please please more on CCT to CCT relationships. Like pre-populate fields after selecting a value. Like how to make “categories” when you cannot use conventional taxonomies. There is such a lot out there for CPT (assuming a tiny database), not much for CCT where records are thousands… You are a godsend, Wake up in the morning and watch a Moxer😀
Do you know if is there a way to reorder each content post? and decide the order of the post by drag and drop? I know that exists plugins that do this like Post type order but this plugins does not work with CCT. Thanks in advance!
As of now there is no plugin esp for drag & drop, the only workaround is to take a custom meta in CCT and add values manually.
9 หลายเดือนก่อน
Thank you so much! I used a cct to cct relation by query variable and works perfectly! Do you know how can I add an easy way to edit comments without go to another page? Could be a popup or ajax.
I have a comments post type and on the listing item, I have added an edit and a delete button, but I cannot figure out how to refresh the current parent post page after deleting the child comment. How can you do that? I want users to be able to delete their comment and then have the same page refresh so they don't have to go back and find it to add another comment. Thanks!
Thanks for the great video Moxet! I am also trying to update a CCT (User submitted images) and Taxonomy (City) Relationship via a front end form on a related CPT (Hotels). The Hotel has the city taxonomy and the form to insert/update the CCT is located on the Hotel page. I am trying to pull through the Hotel taxonomy into form and update the CCT/Taxonomy relationship. Is that possible?
Hi Moxet, great video!! Quick question, hopefully you can answer as i am really stuck with this. I created a new content time called Feedback. I have created the profile builder so when a user logins they are direct to a dashboard page I created. In that dashboard page I have multiple dynamic fields that gives information like the user, date, etc.. and some custom meta boxes. Now. I would like to add in that page a section where the Feedback custom post type display only the feedback made to that user by an admin. How can I accomplish this?
Hello Martin, in the current version of jetengine you can build relationship between CCT & Users. What i suggest to you is to create relationship like 1-many (1 user can have mulltiple feedback - CCT) When you are adding feedback [CCT] there will be a new relationship field user where you can choose the user. When you want to display the CCT make sure to select CCT user = currently logged in user. I gave a rough approach, not yet implemented but possible.
@@MoxetKhanPK thanks for the reply Moxet!!! Would you mind making a video for it? I think multiple people would benefit for it as I have seen some people have asked for this in our theme forum..
Dear Moxet thanks for your amazing videos i find it very helpfull than even on the Crocoblock offcial videos but please if you can help me to with the Relations and Custom content type i find it hard to get the relation resulult from two CCT is there any specific way to do that specially that te macros doesn't work on the new versions of Jetengine .. thanks
@@MoxetKhanPK Hi Moxet thanks for replying back i wanted to make a relation between two CCT and display the relation in a listing Grid inside a single post template i know it can be done in CPT but i was finding a way to do it with CCT since the macros is limited to CCT please correct me if i am not wrong ... thanks
Hi Moxet, this is really awesome, and is helping me out in my project, I am trying to build a forum for users. How do I make a reply functionality to the comment section
Hey, thanks for the content! I am trying to use JetEngine Relations to create a link between two CCTs (without using this method of a field containing the ID) and then fetching one CCT data inside the single page of the other, but looks like CCT relationships just don't work... have you used it before?
i had a detail Zoom call with support and they confirmed that as of now its not possible to push connected CCT to CPT from front-end but they do share a few lines of code which makes the connection. I will try it out and share with you guys if it works.
Hello Moxet Brother, as you already know I am building Support ticket system with JetEngine and I am watching this video again because it helps a bit with building a reply system. Brother can we also add a quick reply icon or button within the comment listings template ? So that admin or author can reply to that comment from front-end itself ?
Reposting a question from another user, because I was wondering the same. Is there a way to reload the comments listing with AJAX upon new comment submission so that the new comment shows up without a full page reload?
The user must login in order to get his ID/Email, once he post comments it will be saved in database, next time on comments apply dynamic visibility that if Current USER Email = Email in comments hide the form.
Now we have to make sure the comment is first approved by the admin before it is posted. I think it is a step you omitted to add during the tutorial. But good tutorial. When can you use CCT vs CTP?
*UPDATE METHOD 2022*
You can use query builder to fetch related item on the front-end..
th-cam.com/video/Q_cjuy06-Sg/w-d-xo.html
You are making this so much easier and understandable than the endless hours I have spent watching crocoblock and searching the web for understanding. Maybe its the music lol.
haha i am happy that you learn something from my videos.
Moxet Khan, thanks a lot for your tutorial. I just finished implementing a comment system on a client's website, following your instructions. Best regards.
I am happy that this video help you, always welcome
@@MoxetKhanPK Thanks a lot, really. God bless.
You deserve million subscribers !!!
I was searching for the same thing for long time but now my searching end. thank for such a valuble tutorial
I am glade that it help :)
This is the guy if you are looking for more intricate solutions with Crocoblock
Great tutu and well documented, very super, one question is about how can anyone reply to a comment ? Thanks for this greatest tuto
You are amazing, definitely one of the best Crocoblock content creators out here! If I had 1000 likes I would give then to you!!! Pleas do more tutorials and well done! How do you create dynamic tables pulling data from a custom post type?
Thank you Rodney for your interest, before building a table you need to build a query. We can query posts types and fetch all the data. Once you get the data than transform them to a table.
Hmmm…I will try that. But if your query is referencing post types and not tables, is that not making it slow? Oh please please more on CCT to CCT relationships. Like pre-populate fields after selecting a value. Like how to make “categories” when you cannot use conventional taxonomies. There is such a lot out there for CPT (assuming a tiny database), not much for CCT where records are thousands… You are a godsend, Wake up in the morning and watch a Moxer😀
500th subc.Great job. Please continue sharing your knowledge.
Thank you
Excelent advanced topic!
Create more like this, please.
Thank you :)
Awesome bro. We need more of this
Is there a way to query CPT fields?
Do you know if is there a way to reorder each content post? and decide the order of the post by drag and drop? I know that exists plugins that do this like Post type order but this plugins does not work with CCT. Thanks in advance!
As of now there is no plugin esp for drag & drop, the only workaround is to take a custom meta in CCT and add values manually.
Thank you so much! I used a cct to cct relation by query variable and works perfectly! Do you know how can I add an easy way to edit comments without go to another page? Could be a popup or ajax.
Jetpopup is not fetching cct in from using ajax as of now.
Is there a way to reload the comments listing with AJAX upon new comment submission so that the new comment shows up without a full page reload?
I have a comments post type and on the listing item, I have added an edit and a delete button, but I cannot figure out how to refresh the current parent post page after deleting the child comment. How can you do that? I want users to be able to delete their comment and then have the same page refresh so they don't have to go back and find it to add another comment. Thanks!
What you add edit button and delete button?
Great video! Make a video on jetbooking with location based CPT
Than you Dasari, i guess Jetengine currently not supporting location tags.
what of replying to a comment and comment should show without refreshing the page
Thanks for the great video Moxet! I am also trying to update a CCT (User submitted images) and Taxonomy (City) Relationship via a front end form on a related CPT (Hotels). The Hotel has the city taxonomy and the form to insert/update the CCT is located on the Hotel page. I am trying to pull through the Hotel taxonomy into form and update the CCT/Taxonomy relationship. Is that possible?
Hello Christi, i need to check that, can you drop a message on moxetkhan@gmail.com please
Hi Moxet, great video!! Quick question, hopefully you can answer as i am really stuck with this. I created a new content time called Feedback. I have created the profile builder so when a user logins they are direct to a dashboard page I created. In that dashboard page I have multiple dynamic fields that gives information like the user, date, etc.. and some custom meta boxes. Now. I would like to add in that page a section where the Feedback custom post type display only the feedback made to that user by an admin. How can I accomplish this?
Hello Martin, in the current version of jetengine you can build relationship between CCT & Users. What i suggest to you is to create relationship like 1-many (1 user can have mulltiple feedback - CCT)
When you are adding feedback [CCT] there will be a new relationship field user where you can choose the user.
When you want to display the CCT make sure to select CCT user = currently logged in user.
I gave a rough approach, not yet implemented but possible.
@@MoxetKhanPK thanks for the reply Moxet!!! Would you mind making a video for it? I think multiple people would benefit for it as I have seen some people have asked for this in our theme forum..
Dear Moxet thanks for your amazing videos i find it very helpfull than even on the Crocoblock offcial videos but please if you can help me to with the Relations and Custom content type i find it hard to get the relation resulult from two CCT is there any specific way to do that specially that te macros doesn't work on the new versions of Jetengine .. thanks
Hello Mohamed, thank you for watching the video. May i know exactly what do you want to achive with 2 CCTs?
@@MoxetKhanPK Hi Moxet thanks for replying back i wanted to make a relation between two CCT and display the relation in a listing Grid inside a single post template i know it can be done in CPT but i was finding a way to do it with CCT since the macros is limited to CCT please correct me if i am not wrong ... thanks
@@mofata68 I have the same problem
Hi Moxet, this is really awesome, and is helping me out in my project, I am trying to build a forum for users. How do I make a reply functionality to the comment section
were you able to acheive that?? Please share with me
Hey, thanks for the content! I am trying to use JetEngine Relations to create a link between two CCTs (without using this method of a field containing the ID) and then fetching one CCT data inside the single page of the other, but looks like CCT relationships just don't work... have you used it before?
I have the same problem
@@fernandacristinacost Hi! I had to keep using this method :(
i had a detail Zoom call with support and they confirmed that as of now its not possible to push connected CCT to CPT from front-end but they do share a few lines of code which makes the connection. I will try it out and share with you guys if it works.
@@MoxetKhanPK Hey thanks a lot buddy!
How we can search / filtering comment by smart filter?
Call your comments table via query builder then you can apply filters
Great Tutorial 👍
Hello Moxet Brother, as you already know I am building Support ticket system with JetEngine and I am watching this video again because it helps a bit with building a reply system. Brother can we also add a quick reply icon or button within the comment listings template ? So that admin or author can reply to that comment from front-end itself ?
You find solution?
@@KravchenkoDev Yes and I already finished the project 🙂
How you doing this? You can show me video how it's work? I will be grateful
@@KravchenkoDev Sure I will share with you.
@@mrabhijitrabha thanks
Reposting a question from another user, because I was wondering the same.
Is there a way to reload the comments listing with AJAX upon new comment submission so that the new comment shows up without a full page reload?
Yes, there is some ajax code shared in facebook community, i will check but you can verify there as well.
Perfect, thank you, I will try and look in the community in the meantime - keep up the good work@@MoxetKhanPK
is it possible to creat quiz/exam system using jetEngine and jetform builder? please create tutorial
Yes possible, will cover soon.
How can I order the post listings from highest comment to lowest?
Using query builder SQL
hello Moxet, thanks for the video, it is great guide. I have a question. How can we restrict only 1 comment per user, is it possible??
I can add delete commente button? How i can create this function?
Yes you can, there is dynamic link option which allows you to delete selected CCT.
@@MoxetKhanPK I can create reply button?
Great video Mox do more!
In Queue, sharing more videos this week.
Can I hide the form comments if this user submit one comment I mean the user can submit one comment only how I can do that
The user must login in order to get his ID/Email, once he post comments it will be saved in database, next time on comments apply dynamic visibility that if Current USER Email = Email in comments hide the form.
@@MoxetKhanPK I can’t find this option in dynamic visibility
I did it like you, but it shows the same comments to every post. But each post has it owns comments, is there a solution for this?
@@jhonne90 make sure you load comments where post id is unqiue to the current post
That's Awesome.
Hi Moxet, thank you for your video. How can i display custom comment count ?
The query we use to show comments can be used as query result count.
@@MoxetKhanPK thank you but I cannot get around it.
Thanks!
Is content type different from post type ?
Yes it save your data in a much-simpliefied way in single database table.
Now we have to make sure the comment is first approved by the admin before it is posted. I think it is a step you omitted to add during the tutorial. But good tutorial. When can you use CCT vs CTP?
When you have simplied big data use CCT; if you need a more structured and wordpress compatible system use CPT
You amazing, thank you
Great video...
nice job
thanks men, i love
Hi do you take it outside job I want to build a desktop application can you help me with that
Hello i am sorry i work on web applications only
Sorry for the confusion I mean web application, not desktop application
@@alexnjosse8126 please connect via moxetkhan@gmail.com
@@MoxetKhanPK ok thanks
Sir, If you have enough time just add a rating system and user comment replay system. If Possible- Thanks
What i suggest is to use JetReviews, it has rating & reply system. Would be easy, scalable & user friendly.
Valeu por compartilhar o conhecimento, poderia mostrar como adicionar o like e o deslike nos comentários, ficaria perfeito.
😍