user34
(Saad Yusuf)
March 3, 2024, 6:26am
1
how can i edit my design of login page ?
Moin
March 3, 2024, 6:28am
2
There is for example Trendy Login to change the design
2 Likes
user34
(Saad Yusuf)
March 3, 2024, 7:12am
3
https://imme.discourse.group/login
want to edit this design and change complete html of this .
How can i acieve this ?
Lilly
March 3, 2024, 12:45pm
4
https://meta.discourse.org/t/customize-any-text-in-discourse/36092/73?u=lilly
also these topics may help
This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read.
What are themes and theme components?
A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features.
Let’s start with themes.
Themes
In general, themes are not supposed to be compatible …
So, you want to create Discourse themes? Not sure where to start? Or maybe you have created Discourse themes before, but want to learn how to do even more cool things. Well, you’ve come to the right place
Developer’s guide to Discourse Themes
Subjects include a general overview of Discourse themes, creating and sharing Discourse themes, theme development examples, searching for and finding information / examples in the Discourse repository, and best practices.
Prerequisites:
…
There are a few ‘how to start’ guides for working with Discourse already and a wealth of useful info on meta, but I thought it might help to give an insight to the mental processes of starting from little, if any, prior coding experience to building substantial Discourse plugins.
Discourse is written by experienced developers and has a large codebase. This can feel intimidating. This intimidation factor can be a significant barrier for novice developers. This is a kind of ‘psychological primer’…
4 Likes
user34
(Saad Yusuf)
March 5, 2024, 4:45pm
6
How Can i reach to page where Login Full code is written so that i can customised my Design Page and layouts
can you give me exact place where i will get the code to edit My login page or add home page before login page?
Heliosurge
(Dan DeMontmorency)
March 5, 2024, 5:45pm
7
As already mentioned you could look at the source of Trendy Login to get ideas.
You can also use Inspect page source and iirc you can modify the page sources to test ideas to share me extent.
user34
(Saad Yusuf)
March 10, 2024, 4:05pm
8
Need To open Login Model insted of login page. How to achieve it ?
Firepup650
(Firepup Sixfifty)
March 10, 2024, 4:07pm
9
Sounds like you have login required
enabled? Turning that off will remove the login page. (Note that it also allows signed out users to see your site)
user34
(Saad Yusuf)
March 10, 2024, 4:14pm
10
i need login required but i am getting in mint theme the login page, when i clcik on login cta it opens up the login modal . i want to access directly i dont want to show content of login page want to show login model when user comes
Lilly
March 10, 2024, 4:42pm
11
If login required is enabled, the login page is the homepage.
More info here:
Because in case of login required forums /login page is their homepage which is there to give anonymous users more information about the community they want access to, and how to get access.
In case of public forums since the forum is open, anonymous user directly sees what the community is all about via /latest or /categories page, so /login page doesn’t makes sense and we show login modal instead.
Also, in case of login required forums, some Admins want to further customize their /login pa…
1 Like
user34
(Saad Yusuf)
March 10, 2024, 4:55pm
12
what if i want a customised home page hhow to achieve that ? and where to write code of it.
Lilly
March 10, 2024, 4:58pm
13
You have asked this before and I have answered you
also these topics may help
3 Likes