• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Linux HTML issue

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This could well have been addressed already, but it's hard to know what to search for for this issue. Please just direct me if this has already been covered.

With both Firefox and Konqueror web browsers in Linux, the content of the Optinos/Poll/Attahcments panel (when editing posts) does not appear inside the panel but is squished to the right outside of the big empty box. This occurs with my 2..1.8 install, but does not occur on this jforum.net forum that I'm posting to now, perhaps because the Jforum pages are embedded within the main jforum.net template, or perhaps the HTML has been customized on this installation.

It isn't a generic Firefox/Konqueror problem, because things display correctly when I pull up the same pages using Firefox (the same version) on Windows.

I can troubleshoot the HTML if I must, but it'd be much faster if somebody out there knows the exact fix.
[originally posted on jforum.net by blaine]
 
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
Indeed, I have seen this bug, The fix is easy: open the file post_form.htm (/templates/default) and search for "<#include "post_options_tab.htm"/>". You'll find a "<div>" surrounding that declaration. Remove the div and you're done.

Do the same for the other problematic tabs.

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
Works great. Thx.
[originally posted on jforum.net by blaine]
 
reply
    Bookmark Topic Watch Topic
  • New Topic