• 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
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

smiley tags refusing to render

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all!

I have a problem with Jforum not rendering smilies. Usually a smiley will render with a full <img src="<smiley url here>" /> tag, but on my installation it only appears as ... nevermind the URL being wrong, the resource isn't even defined! Anyone know why this is happening?

Thanks for any help
Jay.
[originally posted on jforum.net by Jiajun]
 
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
Which JForum version and database? Were any customizations made? The problem started to happen out of the blue, or from the very begginnig?

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
I cant redirect path of Smiles... my project have other name different to Smiles folder, and default path is /jforum/images/smiles, but in my project is /project/images/smiles, but i not know who i do to redirect this path correct.
[originally posted on jforum.net by MiLLeN]
 
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
The path is in SystemGlobals.properties

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
I have problems...

I go to SystemGlobals.properties.

I go to: smilie.image.pattern =

I change it to: smilie.image.pattern =

But, when i start the aplication, i go to jforum, new post, and the url smiles patter is, for example:
http://localhost:8080/jforum/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif

when should be http://localhost:8080/myproyet/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif

What can i do?
[originally posted on jforum.net by MiLLeN]
 
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
have a look in the jforum_custom.conf file

Maybe you have overwritten the setting there. If an entry of equal key is found in both files, the value in jforum_custom.conf will be applied
[originally posted on jforum.net by Sid]
 
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

Sid wrote:have a look in the jforum_custom.conf file

Maybe you have overwritten the setting there. If an entry of equal key is found in both files, the value in jforum_custom.conf will be applied



Thank you Sid, I fix my problem with your instructions ;)
[originally posted on jforum.net by MiLLeN]
 
It was the best of times. It was the worst of times. It was a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic