Advertisement:

Author Topic: [4923]Problem with Forum Maintenance - Topics  (Read 10739 times)

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,882
  • Gender: Male
  • Because Orange is Orange
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #20 on: May 08, 2012, 04:04:04 PM »
That should fix the problem:
Code: (find) [Select]
if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
Code: (replace with) [Select]
if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
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.

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,375
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #21 on: May 08, 2012, 04:08:09 PM »
really?   How bizarre (and annoying) since I always have the header and many other things collapsed.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,882
  • Gender: Male
  • Because Orange is Orange
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #22 on: May 08, 2012, 04:12:49 PM »
Yep...me too, probably the only time I had the header non-collapsed was the time I tested this bug.. lol

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Onepoint

  • Newbie
  • *
  • Posts: 4
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #23 on: October 07, 2012, 02:35:57 PM »
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.

Offline Kill Em All

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 8,071
  • Gender: Male
  • Something has to go wrong. Just has to.
    • KEAGaming
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #24 on: October 22, 2012, 04:02:51 PM »
That should fix the problem:
Code: (find) [Select]
if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
Code: (replace with) [Select]
if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
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.
What file can we find this in?
My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,882
  • Gender: Male
  • Because Orange is Orange
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #25 on: October 22, 2012, 04:11:37 PM »
script.js

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Kill Em All

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 8,071
  • Gender: Male
  • Something has to go wrong. Just has to.
    • KEAGaming
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #26 on: October 22, 2012, 04:18:05 PM »
Thank you emanuele. Would have never guessed that one.
My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Offline dimspace

  • Jr. Member
  • **
  • Posts: 274
    • @dimspace on Twitter
    • Velorooms.com
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #27 on: March 22, 2013, 07:10:57 PM »
just had this error myself.. and the fix isnt fixing it :S

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,882
  • Gender: Male
  • Because Orange is Orange
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #28 on: March 23, 2013, 04:48:23 AM »
Did you clear the browser cache before trying again?
Do you have mods installed?
And so on.

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Liam_michael

  • SMF Hero
  • ******
  • Posts: 1,781
    • Free Homework Help
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #29 on: May 20, 2013, 02:37:38 AM »
just had this error myself.. and the fix isnt fixing it :S

Likewise, I couldn't even find this on the SMF 1.x version of script.js.
Biology Forums - For All Your Science Needs

Featuring
  • Custom Gallery
  • Dictionary
  • Arcade
  • & Blog

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,882
  • Gender: Male
  • Because Orange is Orange
Re: [4923]Problem with Forum Maintenance - Topics
« Reply #30 on: May 20, 2013, 03:29:48 AM »
Probably because SMF 1.1 doesn't have this code and is not affected bis this specific bug and if you see something similar it means it comes from elsewhere?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.