Customization Help
Customization Help
Learn how to build themes and extensions, ask development questions, and get help from the community.
11Topics
45Replies
Topics
Pinned
Theme Customizer
Started by Cedric ·
Theme Customizer
1 reply
11 views
active
Some of you may have seen the “My view” and “Board setup” theme customizer that is often shipped with some of my themes. This is a lightweight solution giving some options to themes. The idea is to bring something more advanced inside the ACP and dev boards will be able to regist...
1
reply
11
views
ForumSpark Theme Guide
Started by Cedric ·
ForumSpark Theme Guide
0 replies
59 views
active
I’ve just updated our documentation with a complete theming guide that covers everything you need to: - Create your own custom theme - Modify layouts and styling - Adjust colors, branding, and UI elements - Fully customize your ForumSpark board to match your vision If you're buil...
0
replies
59
views
A brief money extension example
Started by Jamie ·
A brief money extension example
0 replies
34 views
active
I figured it would be good to give an explanation of how I see larger-scale extensions being built. An example is probably the best way to explain. Please keep in mind this code is not production code but more just a basis to give you an idea.
The repo for this commentary is h...
0
replies
34
views
All topics
I need help with the vista theme
Started by jefx ·
I need help with the vista theme
3 replies
17 views
active
i love that theme, but i want the notification buttons and the other i can’t remember at the top with the looking of vista theme. i wonder if i have to remake the whole code again or just a part of it.
3
replies
17
views
Theme suggestions
Started by Cedric ·
Theme suggestions
3 replies
21 views
active
If you have some theme suggestions for our directory, happy to hear them. Could be screenshots, links to existing themes, a concept, whatever. 🙂 Feel free to drop them here and who knows…
3
replies
21
views
HTML User Rank Button
Started by Daedalus ·
HTML User Rank Button
25 replies
287 views
active
I was playing around with the help of Gemini and created a user rank button that has a customizable design and will display the current 'rank'.I can share the coding if others are interested.
25
replies
287
views
Custom Templates: Topic list template
Started by Cedric ·
Custom Templates: Topic list template
4 replies
29 views
active
Here are some examples for the topic list view:Template:<div class="pl">
{{#if pinned}}
{{#each pinned}}
<div class="pl-card pl-card--pinned{{#unless this.is_read}} pl-card--unread{{/unless}}">
<span class="pl-avatar">
<a href="{{ this.author...
4
replies
29
views
Custom Templates: Topic view template
Started by Cedric ·
Custom Templates: Topic view template
5 replies
30 views
active
Here's a few examples for the topic view:Template: <div class="dk">
{{#each replies}}
<div class="reply">
<div class="dk-post{{#if this.reply.is_best}} dk-post--best{{/if}}{{#if this.reply.is_op}} dk-post--op{{/if}}">
<div class="dk-head">...
5
replies
30
views
Custom Templates: Board index template
Started by Cedric ·
Custom Templates: Board index template
3 replies
18 views
active
Customizing the board index template allows you to further style your forum to your preference. Below a few examples:Template:<div class="bx">
{{#each categories}}
<div class="bx-cat">
<div class="bx-cat-head">
<a href="{{ this.url }}" class="...
3
replies
18
views
Custom Templates: Post rail template
Started by Cedric ·
Custom Templates: Post rail template
1 reply
25 views
active
I realize sometimes things can get a little overwhelming. But possibilities within ForumSpark's customization are quite endless. Themes, widgets, posts, custom templates all have a pretty extended way possible in customization. Here are a few examples for the Post rail template:F...
1
reply
25
views
Extension Ideas: Auto Responding Bot
Started by Jamie ·
Extension Ideas: Auto Responding Bot
0 replies
29 views
active
I just spent an hour or so using the ForumSpark API to prove how a (helper) bot could be created. In the demo I listen to incoming webhooks on the replies/create topic. The extension parses the reply to determine if the bot was tagged and which command to issue. If it was tagg...
0
replies
29
views
0 browsing
· 0 guests
JK navigate · Enter open