[Logo] JForum - Powering Communities
  [Search] 搜尋   [Recent Topics] 最新主題   [Hottest Topics] 熱門主題   [Top Downloads] 熱門下載   [Groups] 回首頁 
[Register] 會員註冊 /  [Login] 登入 


JForum 2.8.3 is out with various fixes and improvements. Read all about it here

About customization / plugins RSS feed
討論區首頁 » User Forum
發表人 內容
EagleDragus

[Avatar]

註冊時間: 2023/3/23
文章: 3
離線
Hi, with some friends we are looking for a forum to use between us, something not that big. I don't know how to use php, so I looked for something with java.
I would like to know how easy is to customize jforum, or change themes (edit css, pictures, maybe emojis). I read it dont use plugins.
If you know programming, can you adjust it to your needs? For example, we would like to make a forum to post our fanfics and keep that community initially around us, so we would need to adapt a WYSIWYG text panel to that forum instead these one. So in that cas, can we take the code and try to adapt ir or it don't work in that way?

Thanks smilie

image
udittmer


註冊時間: 2013/2/21
文章: 422
離線
JForum indeed doesn't have plugins or themes, so you would make any changes to the only available theme, which is called "default". When you run JForum, there is a top-level directory called "templates", in which you'll find the front-end code (HTML enriched with FreeMarker code to make it dynamic) and the images, JavaScript and CSS.

we would need to adapt a WYSIWYG text panel to that forum instead these one

You mean you want to use rich text editor like one of https://itsfoss.com/open-source-wysiwyg-editors/? That's possible in principle, although you'll want one that can output BBCode, since that's what JForum uses to format text. The template that contains the textarea for posts (which is where you would need to plug in the WYSIWYG editor) is called post_form.htm

So in that cas, can we take the code and try to adapt ir or it don't work in that way?

JForum is open source software, so you're free to modify it and run it with your modifications within the bounds of its license (which is quite permissive).

Ping & Net - my free Android app for TCP/IP network diagnostics
[Email] [WWW]
EagleDragus

[Avatar]

註冊時間: 2023/3/23
文章: 3
離線
udittmer wrote:JForum indeed doesn't have plugins or themes, so you would make any changes to the only available theme, which is called "default". When you run JForum, there is a top-level directory called "templates", in which you'll find the front-end code (HTML enriched with FreeMarker code to make it dynamic) and the images, JavaScript and CSS.

we would need to adapt a WYSIWYG text panel to that forum instead these one

You mean you want to use rich text editor like one of https://itsfoss.com/open-source-wysiwyg-editors/? That's possible in principle, although you'll want one that can output BBCode, since that's what JForum uses to format text. The template that contains the textarea for posts (which is where you would need to plug in the WYSIWYG editor) is called post_form.htm

So in that cas, can we take the code and try to adapt ir or it don't work in that way?

JForum is open source software, so you're free to modify it and run it with your modifications within the bounds of its license (which is quite permissive).


Thanks,, I will tell them smilie

image
 
討論區首頁 » User Forum
前往:   
行動版
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer