[Logo] JForum - Powering Communities
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Top Downloads] Top Downloads   [Groups] Back to home page 
[Register] Register /  [Login] Login 


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

About customization / plugins RSS feed
Forum Index » User Forum
Author Message
EagleDragus

[Avatar]

Joined: 2023/3/23
Messages: 3
Offline
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


Joined: 2013/2/21
Messages: 424
Offline
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]

Joined: 2023/3/23
Messages: 3
Offline
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
 
Forum Index » User Forum
Go to:   
Mobile view
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer