SMF Development > Fixed or Bogus Bugs

[4923]Problem with Forum Maintenance - Topics

<< < (5/6) > >>

emanuele:
That should fix the problem:

--- Code: (find) --- if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
--- End code ---

--- Code: (replace with) --- if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
--- End code ---

in other words if you have the header collapsed (or any other element that uses smc_Toggle) you will not be able to finish that task.

Kindred:
really?   How bizarre (and annoying) since I always have the header and many other things collapsed.

emanuele:
Yep...me too, probably the only time I had the header non-collapsed was the time I tested this bug.. lol

Onepoint:
FWIW and for the benefit of those searching this,  I only managed to get it to work on the Curve theme, other wise I still got the error message.

Kill Em All:

--- Quote from: emanuele on May 08, 2012, 04:04:04 PM ---That should fix the problem:

--- Code: (find) --- if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
--- End code ---

--- Code: (replace with) --- if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
--- End code ---

in other words if you have the header collapsed (or any other element that uses smc_Toggle) you will not be able to finish that task.

--- End quote ---
What file can we find this in?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version