-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comments-xtd-max-thread-level #256
Comments
danirus
added a commit
that referenced
this issue
Jan 22, 2021
This was referenced Jan 22, 2021
Closed
Merged
The fix for this issue has been released with v2.8.2. |
Thanks dan..how do I get it..I tried to use pip install django-comments-xtd
but it's seems only 2.8.1 version exits
…On Mon, Jan 25, 2021, 6:31 AM Daniel Rus Morales ***@***.***> wrote:
The fix for this issue has been released with v2.8.2.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFFTB4TCQKFIDBOSLV4LRLS3T63JANCNFSM4WM7THWA>
.
|
Sorry. Try again. Just uploaded it. |
Wow😀 it's working now.. thanks a bunch Dan..I owe u lunch anytime I meet
u..I can work with these for now till the future plugging with emoji comes
along..am grateful
…On Mon, Jan 25, 2021, 12:12 PM Daniel Rus Morales ***@***.***> wrote:
Sorry. Try again. Just uploaded it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFFTB4VN4EXFIO32O7AAYTS3VGZPANCNFSM4WM7THWA>
.
|
I noticed another thing Dan..for now it's just the reply,likes,and dislikes
that render on the same page except the flagging.. which renders on another
page..is this an oversight..?
On Mon, Jan 25, 2021, 12:25 PM Odescopi Spinach <[email protected]>
wrote:
… Wow😀 it's working now.. thanks a bunch Dan..I owe u lunch anytime I meet
u..I can work with these for now till the future plugging with emoji comes
along..am grateful
On Mon, Jan 25, 2021, 12:12 PM Daniel Rus Morales <
***@***.***> wrote:
> Sorry. Try again. Just uploaded it.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#256 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMFFTB4VN4EXFIO32O7AAYTS3VGZPANCNFSM4WM7THWA>
> .
>
|
No, it just that I didn't enable flagging in the JavaScript plugin. |
Hi Dan.. thanks for your help.. please is there a way I can add profile pic
to users that comment
…On Wed, Jan 27, 2021, 8:36 PM Daniel Rus Morales ***@***.***> wrote:
No, it just that I didn't enable flagging in the JavaScript plugin.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFFTB5NY23VZG4BLADXW3TS4BTKHANCNFSM4WM7THWA>
.
|
Hey Dan..am really finding it difficult to add slugs to my project..I use
self.pk and it works so fine but whenever I add self.slug I get error that
my post-detail has no reverse..
I used path(post_detail/'<slug:slug>'/,Post-detail new.as_view(), name
='post-detail')...I have slugs in my model though..
On Thu, Jan 28, 2021, 2:23 AM Odescopi Spinach <[email protected]>
wrote:
Hi Dan.. thanks for your help.. please is there a way I can add profile
pic to users that comment
On Wed, Jan 27, 2021, 8:36 PM Daniel Rus Morales ***@***.***>
wrote:
> No, it just that I didn't enable flagging in the JavaScript plugin.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#256 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMFFTB5NY23VZG4BLADXW3TS4BTKHANCNFSM4WM7THWA>
> .
>
On Jan 28, 2021 2:23 AM, "Odescopi Spinach" <[email protected]> wrote:
Hi Dan.. thanks for your help.. please is there a way I can add profile pic
to users that comment
…On Wed, Jan 27, 2021, 8:36 PM Daniel Rus Morales ***@***.***> wrote:
No, it just that I didn't enable flagging in the JavaScript plugin.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFFTB5NY23VZG4BLADXW3TS4BTKHANCNFSM4WM7THWA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good day Dan..I have successfully implement the django-comments-xtd app to my project..but there is a little glitch.. after I implemented the Java script API plug in,it doesn't affect the COMMENT_XTD_MAX_THREAD_LEVEL.. because even after i set it 0 at the backend yet the frontend still carries a clickable reply link attached to the comment..and when feed in a reply the whole comment system freeze at the front end and stop rendering..
The text was updated successfully, but these errors were encountered: