• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

where are emoticons?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo.
I've installed jforum and it work fine.
The only problem is that I don't see emoticons.
Jforum is under tomcat anche images directories are owned by tomcat.
Why I don't see emoticons?
[originally posted on jforum.net by msan]
 
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
Hi,

It's probably because of your webapp url. For example my url is http://localhost:8080/jforum-2.1.7-r4/ but Jforum search the images in http://localhost:8080/jforum/...

I rename my webapp and it run.

I hope this could help you.

Bye
[originally posted on jforum.net by zwibir]
 
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
in what file I can see where jforum search emoticons?
[originally posted on jforum.net by msan]
 
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
Inspect the properties of the emoticons images, normaly it's http://localhost:8080/jforum/images/smilies/

Look at template/default/post_form.htm
and template/default/list_smilies.htm

But if you want to change the smilies location, it seems you must change the database script (?)

A Jforum developper should help you better than me.
[originally posted on jforum.net by zwibir]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic