Forum breadcrumbs – You are here:Asgaros Support ForumGeneral DiscussionsCustom theme
Please or Register to create posts and topics.

Custom theme

Hello there,

does your script support custom themes? Not only css files which are not removed with updates, but like WP theming – php files and custom functions. I added user avatar to forum-element.php but its until update. Or make som hooks to format breadcrumb & other elements.

Hello @zavadovsky

You can find a list of all available hooks & filters here:

https://asgaros.com/support/topic/list-of-available-hooks-and-filters/

For the purpose you have shown in your picture I recommend you to add a custom column to the topic-list using the asgarosforum_custom_topic_column hook.

zavadovsky has reacted to this post.
zavadovsky
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on February 5, 2019, 3:14 pm

Hello @zavadovsky

You can find a list of all available hooks & filters here:

https://asgaros.com/support/topic/list-of-available-hooks-and-filters/

For the purpose you have shown in your picture I recommend you to add a custom column to the topic-list using the asgarosforum_custom_topic_column hook.

Thank you for reply. What about themes? I am UI designer and want make custom theme, but I think it’s not supported now, right?

Currently there is only support for custom css-themes available.

You can add own themes for your forum in the /wp-content/themes-asgarosforum directory (for example: /wp-content/themes-asgarosforum/my-theme).

All themes in the /wp-content/themes-asgarosforum can be activated in the forum options. Each theme must have the following files: style.css, widgets.css and editor.css.

zavadovsky has reacted to this post.
zavadovsky
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!