Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Superfluous <table> tag in post_form.htm template

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
look at line 252. this superfluous <table> tag may cause very unpleasant UI problems on "preview post" page (i found this when tried to embed jforum pages into my site's design).

+ bonus question:
i didn't find a way to load smilies from other directory than CONTEXT/images. i tried to change path in admin CP, in config files, even in jforum_smilies table ;). nothing helped.

btw. my integration was successful. thank you for your efforts! i'll love jforum even more when there will be possibility to attach images to posts ;)
[originally posted on jforum.net by kot]
 
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:

kot wrote:look at line 252. this superfluous <table> tag may cause very unpleasant UI problems on "preview post" page (i found this when tried to embed jforum pages into my site's design).


So, I just remove the table and fix the layout?


Exactly! I think this tag was not supposed to be there

Rafael Steil wrote:

kot wrote:
+ bonus question:
i didn't find a way to load smilies from other directory than CONTEXT/images. i tried to change path in admin CP, in config files, even in jforum_smilies table ;). nothing helped.


Open WEB-INF/config/SystemGlobals.properties and change the key smilie.image.pattern


You won't believe, but this also didn't help!

Rafael Steil wrote:

kot wrote:
The file attachment support is almost done in the CVS version.
Rafael


Nice to hear!

[originally posted on jforum.net by kot]
 
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

kot wrote:look at line 252. this superfluous <table> tag may cause very unpleasant UI problems on "preview post" page (i found this when tried to embed jforum pages into my site's design).



So, I just remove the table and fix the layout?

kot wrote:
+ bonus question:
i didn't find a way to load smilies from other directory than CONTEXT/images. i tried to change path in admin CP, in config files, even in jforum_smilies table ;). nothing helped.



Open WEB-INF/config/SystemGlobals.properties and change the key smilie.image.pattern

kot wrote:
btw. my integration was successful. thank you for your efforts! i'll love jforum even more when there will be possibility to attach images to posts ;)



Nice, very nice!

The file attachment support is almost done in the CVS version.

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

kot wrote:
You won't believe, but this also didn't help!



hhmmm... Is not possible
Change the value to something bizarre and restart the context.. The smilies still are shown?

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:

kot wrote:
You won't believe, but this also didn't help!



hhmmm... Is not possible
Change the value to something bizarre and restart the context.. The smilies still are shown?

Rafael



Y E S, smilies are still shown!!!
Btw, does URL field in jforum_smilies table make sense? Or it's not used? I tried to modify values but didn't notice difference...
[originally posted on jforum.net by kot]
 
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
hhmm..
I'll take a closer look then.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic