Skip to content
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

ENH: Add more visible Branding #490

Closed
Timo-Breumelhof opened this issue Sep 20, 2023 · 8 comments · Fixed by #517
Closed

ENH: Add more visible Branding #490

Timo-Breumelhof opened this issue Sep 20, 2023 · 8 comments · Fixed by #517
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Timo-Breumelhof
Copy link
Contributor

Is your feature request related to a problem?

We really would like to get in contact with the people using this module.
Both hosts and regular users.
Mainly so we can get feedback and communicate with our users

Describe the solution you'd like

  1. Add a text with logo on top of the Module Control Panel with links to the project page and the wiki
  2. Add branding to the bottom of the module with logo, name and link?
    I guess we should make this optional?
@Timo-Breumelhof Timo-Breumelhof added the enhancement New feature or request label Sep 20, 2023
@Timo-Breumelhof Timo-Breumelhof added this to the 08.00.00 milestone Sep 20, 2023
@Timo-Breumelhof Timo-Breumelhof self-assigned this Sep 20, 2023
@Timo-Breumelhof
Copy link
Contributor Author

@WillStrohl @johnhenley what about 2?
"Forum software: ...." or something alike?

@Timo-Breumelhof
Copy link
Contributor Author

@johnhenley Sorry, I did not notice you had already logged this one..

@johnhenley
Copy link
Collaborator

@johnhenley Sorry, I did not notice you had already logged this one..

No problem. You did say you were going to do it so I should not have

@johnhenley
Copy link
Collaborator

@WillStrohl @johnhenley what about 2?

"Forum software: ...." or something alike?

I would say 1 only. 2 is too invasive I think.

@Timo-Breumelhof
Copy link
Contributor Author

Ok let's start with 1 But I would also like a user to simply add a line that states whet module was used (I would use that..)

@Timo-Breumelhof
Copy link
Contributor Author

@johnhenley @WillStrohl First setup:

image

Texts from a RESX file

@Timo-Breumelhof
Copy link
Contributor Author

Test dump:

<style>
	.dcf-community-msg{
		border: solid 1px #ddd;
		padding: 1em;
		margin: 0 0 1em;
		display:flex;
		flex-wrap: wrap;
		gap: 0 2em ;
		align-items: center;
	}
	.dcf-community-msg .dcf-community-msg-logo{
		width: 300px;
	}
	.dcf-community-msg-text{
		min-width: 300px;
	}
	
</style>

<div class="dcf-controlpanel">

<div class="dcf-community-msg">
	<img class="dcf-community-msg-logo" src="/DesktopModules/ActiveForums/Images/Branding/Logo/DNN-Community-Forums-Logo-Horizontal.png" alt="DNN Community Forums Module" />
	<div class="dcf-community-msg-text">[RESX:Community-Message]</div>
</div>

@johnhenley
Copy link
Collaborator

@johnhenley @WillStrohl First setup:

image

Texts from a RESX file

NICE !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants