Custom theme
Quote from zavadovsky on February 5, 2019, 1:25 pmHello 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 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.
Quote from Asgaros on February 5, 2019, 3:14 pmHello @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.
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.
Quote from zavadovsky on February 5, 2019, 3:21 pmQuote from Asgaros on February 5, 2019, 3:14 pmHello @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?
Quote from Asgaros on February 5, 2019, 3:14 pmHello @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?
Quote from Asgaros on February 5, 2019, 4:57 pmCurrently 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.
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.