-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Problems with parent powertag #5674
Comments
Oh, is it possible that having /both/ `series:_____` and `parent:______` is
causing one to show instead of the other? Could you try removing
`series:_____` for now to see if the parent tag alert shows up instead?
Either way, we can look into the code for this section and fix this. Thanks!
…On Tue, May 7, 2019 at 12:44 PM publiclab-mimi ***@***.***> wrote:
I want to make this page (
https://publiclab.org/wiki/student-led-community-science-in-the-classroom-a-curriculum)
the parent page for this page (
https://publiclab.org/notes/mimiss/05-07-2019/workshop-i-how-do-communities-respond-to-environmental-problems
)
but I'm having trouble with the powertag.
I think it should be
parent:student-led-community-science-in-the-classroom-a-curriculum but it
doesn't link back to the wiki. Instead, using that parent tag gives me the
following:
[image: Screen Shot 2019-05-07 at 11 43 11 AM]
<https://user-images.githubusercontent.com/48802639/57317296-5fce5b80-70bd-11e9-8a58-5fbf037efa91.png>
Wondering if this is a powertag problem or a me problem
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5674>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J2CQT4TICNZ3KAF7HLPUGWVRANCNFSM4HLKTSFA>
.
|
Unfortunately removing the series tag didn’t fix the parent page problem
… On May 7, 2019, at 1:56 PM, Jeffrey Warren ***@***.***> wrote:
Oh, is it possible that having /both/ `series:_____` and `parent:______` is
causing one to show instead of the other? Could you try removing
`series:_____` for now to see if the parent tag alert shows up instead?
Either way, we can look into the code for this section and fix this. Thanks!
On Tue, May 7, 2019 at 12:44 PM publiclab-mimi ***@***.***>
wrote:
> I want to make this page (
> https://publiclab.org/wiki/student-led-community-science-in-the-classroom-a-curriculum)
> the parent page for this page (
> https://publiclab.org/notes/mimiss/05-07-2019/workshop-i-how-do-communities-respond-to-environmental-problems
> )
>
> but I'm having trouble with the powertag.
>
> I think it should be
> parent:student-led-community-science-in-the-classroom-a-curriculum but it
> doesn't link back to the wiki. Instead, using that parent tag gives me the
> following:
>
> [image: Screen Shot 2019-05-07 at 11 43 11 AM]
> <https://user-images.githubusercontent.com/48802639/57317296-5fce5b80-70bd-11e9-8a58-5fbf037efa91.png>
>
> Wondering if this is a powertag problem or a me problem
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#5674>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAAF6J2CQT4TICNZ3KAF7HLPUGWVRANCNFSM4HLKTSFA>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#5674 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALUKWT6RTTLWFQ77ZYUDNPLPUHGE7ANCNFSM4HLKTSFA>.
|
Hi @publiclab-mimi - I looked at this again and finally figured out that i had not noticed the "child" page was a note, not a wiki. We don't currently have parent page "backlinks" implemented on notes. I can add this (it's a pretty easy addition to the code segment below) but do you think it should "stack" below the existing Thanks! plots2/app/views/notes/show.html.erb Lines 4 to 14 in 3a05ae2
Here is the code from the wiki template that generates this alert. We can just copy it back over into the notes template: plots2/app/views/wiki/_header.html.erb Lines 55 to 60 in 3a05ae2
|
I think series would supersede parent but I'm open to whatever works best!
-Mimi
… On May 18, 2021, at 3:16 PM, Jeffrey Warren ***@***.***> wrote:
Hi @publiclab-mimi <https://github.com/publiclab-mimi> - I looked at this again and finally figured out that i had not noticed the "child" page was a note, not a wiki. We don't currently have parent page "backlinks" implemented on notes. I can add this (it's a pretty easy addition to the code segment below) but do you think it should "stack" below the existing This is part of a series on student-community-science. alert box? Or should the "series" alert box block a parent one?
Thanks!
https://github.com/publiclab/plots2/blob/3a05ae2d547c71d5a7d173741586397947fcbc00/app/views/notes/show.html.erb#L4-L14 <https://github.com/publiclab/plots2/blob/3a05ae2d547c71d5a7d173741586397947fcbc00/app/views/notes/show.html.erb#L4-L14>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#5674 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALUKWTYTHOK3WEV3WJQQBMLTOLDKTANCNFSM4HLKTSFA>.
|
I want to make this page (https://publiclab.org/wiki/student-led-community-science-in-the-classroom-a-curriculum) the parent page for this page (https://publiclab.org/notes/mimiss/05-07-2019/workshop-i-how-do-communities-respond-to-environmental-problems)
but I'm having trouble with the powertag.
I think it should be parent:student-led-community-science-in-the-classroom-a-curriculum but it doesn't link back to the wiki. Instead, using that parent tag gives me the following:
Wondering if this is a powertag problem or a me problem
The text was updated successfully, but these errors were encountered: