I have an existing Gitea server and would like people to be able to use existing accounts from it on my forum. Is there a plugin that could be used for Gitea SSO?
Unsolved <!-- statements
-
Is there an
<!-- IF topic
statement that can be used to determine if the current page being viewed is a topic or not ?Thanks
-
Seems I can use this which works. Essentially, if it's a topic then I want to use a specific font for the title. If it's not, use the default.
<!-- IF posts.length --> <h2 id="title" class="PageHero-title">{title}</h2> <!-- ENDIF posts.length --> <!-- IF !posts.length --> <h2 id="title" class="PageHero-title titlefont">{title}</h2> <!-- ENDIF !posts.length -->
-
<-- IF template.topic -->
should work -
@baris No, it doesn't. Seems it's not recognised.
EDIT - yes, it does - looks like @baris forgot the
!
in the tag<!-- IF template.topic --> <h2 id="title" class="PageHero-title">{title}</h2> <!-- ENDIF template.topic --> <!-- IF !template.topic --> <h2 id="title" class="PageHero-title titlefont">{title}</h2> <!-- ENDIF !template.topic -->
Suggested Topics
-
Unsolved Gitea SSO plugin?
Technical Support • • hello-smile6 -
Unsolved Change orientation of tooltips
Technical Support • • phenomlab
Copyright © 2022 NodeBB | Contributors