• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

how to customize JForum interface

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two questions

1. I want the JForum which can paste an image and wma media file. This feature is supported ?

2. I want to customize the interface, I want to add a new html table on EACH page. I don't know if JForum design includes some page template or not. Any person has done this before ?

I really love this open source JForum. it is light, clean and friendly.

thanks
[originally posted on jforum.net by czy11421]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
regarding adding a table.
look at templates/default/forum_base.html i think its the base structure for all forum pages so if you want to change something for all the forum this might be the place.
[originally posted on jforum.net by gkatz]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

gkatz wrote:regarding adding a table.
look at templates/default/forum_base.html i think its the base structure for all forum pages so if you want to change something for all the forum this might be the place.



Yep, that's the one.

About your question #1, I didn't understand it.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:
About your question #1, I didn't understand it.



Sorry for my English.

I have an good photo image, I want to post it in my message thread. Now JForum has "Img" function, but it just links the web server, [imag]www.mysite.com/myphoto.jpg[/imag] .

What about I have a file in my local machine ?

Something like this , [image]file://C:\myphoto.jpg[/image], and [real-media-file]file://C:\myRM.rm[/read-media-file]

JForum can do this ?

Thanks


[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hm, you'll need the file upload funcionality, which is not done yet. Currently you can't send your local files to the forum.
I don't have yet a date to finish the file upload stuff.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Currently you can't send your local files to the forum



But the thing is , I found JForum has function to upload avatar image to server. So I think it should be not difficult to modify to get the function that user can send local files to fourm, isn't it ?

Could you tell me which related files do this function ? I hope we could have a developer docu.

Thanks
[originally posted on jforum.net by czy11421]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, support for file upload in the messages ir complex to implement, because you have to deal with many security issues and administrative interfaces.

I want to have it done it about 3 weeks ( not so sure, anyway ).

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:I want to have it done it about 3 weeks ( not so sure, anyway ).



Thanks for your instant response. But it will be better if we could upload image and streaming media , such as real media, mp3 and wma file

Thanks. You did a great job.
[originally posted on jforum.net by czy11421]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

czy11421 wrote:

Rafael Steil wrote:I want to have it done it about 3 weeks ( not so sure, anyway ).



Thanks for your instant response. But it will be better if we could upload image and streaming media , such as real media, mp3 and wma file



No problem at all. It will be possible to configure all allowed extensions in the admin.

czy11421 wrote:
Thanks. You did a great job.



Thanks

Rafael
[originally posted on jforum.net by Rafael Steil]
 
You got style baby! More than this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic