Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Boolean images not showing, backend localhost WIN

[FIXED] Boolean images not showing, backend localhost WIN 13 Jul 2012 11:15 #2789

  • Tomaselli
  • Tomaselli's Avatar
  • Offline
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
in grid view the boolean YES / NO images are not showing on a Windows localhost environment, this is not something new, but I didn't see any "official" fix for this until now so here a quick and dirty fix:

on line 117 of \dom\html\grid\bool.php and on line 93 of \dom\html\fly\bool.php:

replace this:
$this->image = $imagesFolder .DS. $image;

with:
$this->image = $imagesFolder .'/'. $image;
Last Edit: 25 Jul 2012 13:46 by admin.
The administrator has disabled public write access.
The following user(s) said Thank You: admin

Re: Boolean images not showing, backend localhost WIN 25 Jul 2012 14:57 #2887

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
Fixed
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: Tomaselli

Re: Boolean images not showing, backend localhost WIN 25 Jul 2012 16:37 #2888

  • Tomaselli
  • Tomaselli's Avatar
  • Offline
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
Thank you, for your work.
The administrator has disabled public write access.
Time to create page: 0.169 seconds

Get Started