fossasia / eventyay-talk

eventyay speakers and talks component
Apache License 2.0
1.48k stars 49 forks source link

Add option to set system logos and name and add info to the admin section #72

Open mariobehling opened 7 months ago

mariobehling commented 7 months ago

Problem and impact

  1. Add the info how to set a system name into the admin info file: https://wikimania.eventyay.com/orga/admin/
  2. Add the options to set system logos in the config file (like logos and favicon) and document it in the admin info.
  3. In particular prioritize adding a different favicon.

Screenshot from 2024-03-08 15-18-28

Use the attached image for testing. Note: Favicon images are usually much smaller like 16x16px. So you need to adapt the enclosed image.

favicon

AviGawande commented 7 months ago

@mariobehling would like to work on it but the link you provided is having HTTP Error in it.

mariobehling commented 7 months ago

You need to install the system locally as you do not have access to the provided link. This link is just an example.

AviGawande commented 7 months ago

can i get more detail about this feature please.it is showing me this message Screenshot (665)

mariobehling commented 7 months ago

This is a follow up issue to https://github.com/fossasia/eventyay-talk/issues/8

AviGawande commented 7 months ago

But @mariobehling regarding GSOC Proposal is could i get the proposal template for FOSSASIA.I asked on the Gitter 2-3 weeks prior but any of them didn't responded.

mariobehling commented 7 months ago

We do not provide templates. You can make a proposal based on what you think is suitable. The most important is that you show technical skills.

AviGawande commented 7 months ago

Indeed i am working on preparing the proposal but the community = https://app.gitter.im/#/room/#fossasia_open-event-frontend:gitter.im does not responds to any of message..is there any other channel.

ritimx commented 2 months ago

Setting System Logos

To set system logos, including the favicon, follow these steps:

  1. Log in to the admin dashboard.
  2. Click on the "Settings" icon (gear icon) in the top right corner.
  3. Scroll down to the "General Settings" section.
  4. In the "System Logos" section, enter the paths to your desired logos:
    • Logo: LOGO['logo']
    • Favicon: LOGO['favicon']
  5. Click "Save Changes" to update the system logos.

`# config.py

...

System Logos

LOGO = { 'logo': 'path/to/logo.png', 'favicon': 'path/to/favicon.ico' }`