×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: problem content settings display

problem content settings display 15 years 3 months ago #2303

  • Errius
  • Errius's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
joomla 1.5
joomlacomment 4.0.0


Hello,

It seems that we can't display correctly content Settings without legacy mode or some changes in /administrator/components/com_comment/class.config.comment.php:

line 1225
if (mosIsChmodable($template_path)) {
by
if (JPath::canChmod($template_path)) {
line 1269
if (mosIsChmodable($template_path)) {
by
if (JPath::canChmod($template_path)) {

If it can help :p

problem content settings display 15 years 3 months ago #2318

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
This thing is also fixed, will come in the next alpha release :)
  • Page:
  • 1
Time to create page: 0.107 seconds